Lines Matching refs:cw1200_common

21 static int cw1200_handle_action_rx(struct cw1200_common *priv,
24 cw1200_get_tx_rate(const struct cw1200_common *priv,
30 static inline void cw1200_tx_queues_lock(struct cw1200_common *priv) in cw1200_tx_queues_lock()
37 static inline void cw1200_tx_queues_unlock(struct cw1200_common *priv) in cw1200_tx_queues_unlock()
65 static void tx_policy_build(const struct cw1200_common *priv, in tx_policy_build()
250 void tx_policy_clean(struct cw1200_common *priv) in tx_policy_clean()
281 void tx_policy_init(struct cw1200_common *priv) in tx_policy_init()
296 static int tx_policy_get(struct cw1200_common *priv, in tx_policy_get()
337 static void tx_policy_put(struct cw1200_common *priv, int idx) in tx_policy_put()
352 static int tx_policy_upload(struct cw1200_common *priv) in tx_policy_upload()
387 struct cw1200_common *priv = in tx_policy_upload_work()
388 container_of(work, struct cw1200_common, tx_policy_upload_work); in tx_policy_upload_work()
413 u32 cw1200_rate_mask_to_wsm(struct cw1200_common *priv, u32 rates) in cw1200_rate_mask_to_wsm()
425 cw1200_get_tx_rate(const struct cw1200_common *priv, in cw1200_get_tx_rate()
437 cw1200_tx_h_calc_link_ids(struct cw1200_common *priv, in cw1200_tx_h_calc_link_ids()
475 cw1200_tx_h_pm(struct cw1200_common *priv, in cw1200_tx_h_pm()
488 cw1200_tx_h_calc_tid(struct cw1200_common *priv, in cw1200_tx_h_calc_tid()
500 cw1200_tx_h_crypt(struct cw1200_common *priv, in cw1200_tx_h_crypt()
517 cw1200_tx_h_align(struct cw1200_common *priv, in cw1200_tx_h_align()
548 cw1200_tx_h_action(struct cw1200_common *priv, in cw1200_tx_h_action()
562 cw1200_tx_h_wsm(struct cw1200_common *priv, in cw1200_tx_h_wsm()
585 cw1200_tx_h_bt(struct cw1200_common *priv, in cw1200_tx_h_bt()
638 cw1200_tx_h_rate_policy(struct cw1200_common *priv, in cw1200_tx_h_rate_policy()
682 cw1200_tx_h_pm_state(struct cw1200_common *priv, in cw1200_tx_h_pm_state()
707 struct cw1200_common *priv = dev->priv; in cw1200_tx()
792 static int cw1200_handle_action_rx(struct cw1200_common *priv, in cw1200_handle_action_rx()
804 static int cw1200_handle_pspoll(struct cw1200_common *priv, in cw1200_handle_pspoll()
850 void cw1200_tx_confirm_cb(struct cw1200_common *priv, in cw1200_tx_confirm_cb()
962 static void cw1200_notify_buffered_tx(struct cw1200_common *priv, in cw1200_notify_buffered_tx()
990 void cw1200_skb_dtor(struct cw1200_common *priv, in cw1200_skb_dtor()
1003 void cw1200_rx_cb(struct cw1200_common *priv, in cw1200_rx_cb()
1229 int cw1200_alloc_key(struct cw1200_common *priv) in cw1200_alloc_key()
1242 void cw1200_free_key(struct cw1200_common *priv, int idx) in cw1200_free_key()
1249 void cw1200_free_keys(struct cw1200_common *priv) in cw1200_free_keys()
1255 int cw1200_upload_keys(struct cw1200_common *priv) in cw1200_upload_keys()
1270 struct cw1200_common *priv = in cw1200_link_id_reset()
1271 container_of(work, struct cw1200_common, linkid_reset_work); in cw1200_link_id_reset()
1308 int cw1200_find_link_id(struct cw1200_common *priv, const u8 *mac) in cw1200_find_link_id()
1324 int cw1200_alloc_link_id(struct cw1200_common *priv, const u8 *mac) in cw1200_alloc_link_id()
1366 struct cw1200_common *priv = in cw1200_link_id_work()
1367 container_of(work, struct cw1200_common, link_id_work); in cw1200_link_id_work()
1375 struct cw1200_common *priv = in cw1200_link_id_gc_work()
1376 container_of(work, struct cw1200_common, link_id_gc_work.work); in cw1200_link_id_gc_work()