Searched refs:pending_frame_id (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | scan.c | 356 u8 queue_id = cw1200_queue_get_queue_id(priv->pending_frame_id); in cw1200_probe_work() 395 if (cw1200_queue_get_skb(queue, priv->pending_frame_id, in cw1200_probe_work() 453 BUG_ON(cw1200_queue_remove(queue, priv->pending_frame_id)); in cw1200_probe_work()
|
H A D | queue.h | 98 u32 pending_frame_id);
|
H A D | cw1200.h | 227 u32 pending_frame_id; member
|
H A D | queue.c | 535 u32 pending_frame_id) in cw1200_queue_get_xmit_timestamp() 544 if (item->packet_id != pending_frame_id) in cw1200_queue_get_xmit_timestamp() 533 cw1200_queue_get_xmit_timestamp(struct cw1200_queue *queue, unsigned long *timestamp, u32 pending_frame_id) cw1200_queue_get_xmit_timestamp() argument
|
H A D | bh.c | 491 priv->pending_frame_id); in cw1200_bh()
|
H A D | sta.c | 845 u8 queue_id = cw1200_queue_get_queue_id(priv->pending_frame_id); in cw1200_wep_key_work() 855 cw1200_queue_requeue(queue, priv->pending_frame_id); in cw1200_wep_key_work()
|
H A D | wsm.c | 1546 priv->pending_frame_id = wsm->packet_id; in wsm_handle_tx_data() 1561 priv->pending_frame_id = wsm->packet_id; in wsm_handle_tx_data()
|
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | scan.c | 356 u8 queue_id = cw1200_queue_get_queue_id(priv->pending_frame_id); in cw1200_probe_work() 395 if (cw1200_queue_get_skb(queue, priv->pending_frame_id, in cw1200_probe_work() 453 BUG_ON(cw1200_queue_remove(queue, priv->pending_frame_id)); in cw1200_probe_work()
|
H A D | queue.h | 98 u32 pending_frame_id);
|
H A D | cw1200.h | 227 u32 pending_frame_id; member
|
H A D | queue.c | 538 u32 pending_frame_id) in cw1200_queue_get_xmit_timestamp() 547 if (item->packet_id != pending_frame_id) in cw1200_queue_get_xmit_timestamp() 536 cw1200_queue_get_xmit_timestamp(struct cw1200_queue *queue, unsigned long *timestamp, u32 pending_frame_id) cw1200_queue_get_xmit_timestamp() argument
|
H A D | bh.c | 480 priv->pending_frame_id); in cw1200_bh()
|
H A D | sta.c | 846 u8 queue_id = cw1200_queue_get_queue_id(priv->pending_frame_id); in cw1200_wep_key_work() 856 cw1200_queue_requeue(queue, priv->pending_frame_id); in cw1200_wep_key_work()
|
H A D | wsm.c | 1546 priv->pending_frame_id = wsm->packet_id; in wsm_handle_tx_data() 1561 priv->pending_frame_id = wsm->packet_id; in wsm_handle_tx_data()
|
Completed in 15 milliseconds