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()
789 static int cw1200_handle_action_rx(struct cw1200_common *priv, in cw1200_handle_action_rx()
801 static int cw1200_handle_pspoll(struct cw1200_common *priv, in cw1200_handle_pspoll()
847 void cw1200_tx_confirm_cb(struct cw1200_common *priv, in cw1200_tx_confirm_cb()
959 static void cw1200_notify_buffered_tx(struct cw1200_common *priv, in cw1200_notify_buffered_tx()
987 void cw1200_skb_dtor(struct cw1200_common *priv, in cw1200_skb_dtor()
1000 void cw1200_rx_cb(struct cw1200_common *priv, in cw1200_rx_cb()
1225 int cw1200_alloc_key(struct cw1200_common *priv) in cw1200_alloc_key()
1238 void cw1200_free_key(struct cw1200_common *priv, int idx) in cw1200_free_key()
1245 void cw1200_free_keys(struct cw1200_common *priv) in cw1200_free_keys()
1251 int cw1200_upload_keys(struct cw1200_common *priv) in cw1200_upload_keys()
1266 struct cw1200_common *priv = in cw1200_link_id_reset()
1267 container_of(work, struct cw1200_common, linkid_reset_work); in cw1200_link_id_reset()
1304 int cw1200_find_link_id(struct cw1200_common *priv, const u8 *mac) in cw1200_find_link_id()
1320 int cw1200_alloc_link_id(struct cw1200_common *priv, const u8 *mac) in cw1200_alloc_link_id()
1362 struct cw1200_common *priv = in cw1200_link_id_work()
1363 container_of(work, struct cw1200_common, link_id_work); in cw1200_link_id_work()
1371 struct cw1200_common *priv = in cw1200_link_id_gc_work()
1372 container_of(work, struct cw1200_common, link_id_gc_work.work); in cw1200_link_id_gc_work()