Lines Matching refs:cw1200_common
24 static int cw1200_handle_action_rx(struct cw1200_common *priv,
27 cw1200_get_tx_rate(const struct cw1200_common *priv,
33 static inline void cw1200_tx_queues_lock(struct cw1200_common *priv) in cw1200_tx_queues_lock()
40 static inline void cw1200_tx_queues_unlock(struct cw1200_common *priv) in cw1200_tx_queues_unlock()
68 static void tx_policy_build(const struct cw1200_common *priv, in tx_policy_build()
253 void tx_policy_clean(struct cw1200_common *priv) in tx_policy_clean()
284 void tx_policy_init(struct cw1200_common *priv) in tx_policy_init()
299 static int tx_policy_get(struct cw1200_common *priv, in tx_policy_get()
340 static void tx_policy_put(struct cw1200_common *priv, int idx) in tx_policy_put()
355 static int tx_policy_upload(struct cw1200_common *priv) in tx_policy_upload()
390 struct cw1200_common *priv = in tx_policy_upload_work()
391 container_of(work, struct cw1200_common, tx_policy_upload_work); in tx_policy_upload_work()
416 u32 cw1200_rate_mask_to_wsm(struct cw1200_common *priv, u32 rates) in cw1200_rate_mask_to_wsm()
428 cw1200_get_tx_rate(const struct cw1200_common *priv, in cw1200_get_tx_rate()
440 cw1200_tx_h_calc_link_ids(struct cw1200_common *priv, in cw1200_tx_h_calc_link_ids()
478 cw1200_tx_h_pm(struct cw1200_common *priv, in cw1200_tx_h_pm()
491 cw1200_tx_h_calc_tid(struct cw1200_common *priv, in cw1200_tx_h_calc_tid()
503 cw1200_tx_h_crypt(struct cw1200_common *priv, in cw1200_tx_h_crypt()
520 cw1200_tx_h_align(struct cw1200_common *priv, in cw1200_tx_h_align()
551 cw1200_tx_h_action(struct cw1200_common *priv, in cw1200_tx_h_action()
565 cw1200_tx_h_wsm(struct cw1200_common *priv, in cw1200_tx_h_wsm()
588 cw1200_tx_h_bt(struct cw1200_common *priv, in cw1200_tx_h_bt()
641 cw1200_tx_h_rate_policy(struct cw1200_common *priv, in cw1200_tx_h_rate_policy()
685 cw1200_tx_h_pm_state(struct cw1200_common *priv, in cw1200_tx_h_pm_state()
710 struct cw1200_common *priv = dev->priv; in cw1200_tx()
795 static int cw1200_handle_action_rx(struct cw1200_common *priv, in cw1200_handle_action_rx()
807 static int cw1200_handle_pspoll(struct cw1200_common *priv, in cw1200_handle_pspoll()
853 void cw1200_tx_confirm_cb(struct cw1200_common *priv, in cw1200_tx_confirm_cb()
965 static void cw1200_notify_buffered_tx(struct cw1200_common *priv, in cw1200_notify_buffered_tx()
993 void cw1200_skb_dtor(struct cw1200_common *priv, in cw1200_skb_dtor()
1006 void cw1200_rx_cb(struct cw1200_common *priv, in cw1200_rx_cb()
1232 int cw1200_alloc_key(struct cw1200_common *priv) in cw1200_alloc_key()
1245 void cw1200_free_key(struct cw1200_common *priv, int idx) in cw1200_free_key()
1252 void cw1200_free_keys(struct cw1200_common *priv) in cw1200_free_keys()
1258 int cw1200_upload_keys(struct cw1200_common *priv) in cw1200_upload_keys()
1273 struct cw1200_common *priv = in cw1200_link_id_reset()
1274 container_of(work, struct cw1200_common, linkid_reset_work); in cw1200_link_id_reset()
1311 int cw1200_find_link_id(struct cw1200_common *priv, const u8 *mac) in cw1200_find_link_id()
1327 int cw1200_alloc_link_id(struct cw1200_common *priv, const u8 *mac) in cw1200_alloc_link_id()
1369 struct cw1200_common *priv = in cw1200_link_id_work()
1370 container_of(work, struct cw1200_common, link_id_work); in cw1200_link_id_work()
1378 struct cw1200_common *priv = in cw1200_link_id_gc_work()
1379 container_of(work, struct cw1200_common, link_id_gc_work.work); in cw1200_link_id_gc_work()