Searched refs:pending_frame_id (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/st/cw1200/
H A Dqueue.h98 u32 pending_frame_id);
H A Dscan.c356 u8 queue_id = cw1200_queue_get_queue_id(priv->pending_frame_id);
395 if (cw1200_queue_get_skb(queue, priv->pending_frame_id,
453 BUG_ON(cw1200_queue_remove(queue, priv->pending_frame_id));
H A Dcw1200.h227 u32 pending_frame_id; member in struct:cw1200_common
H A Dqueue.c538 u32 pending_frame_id)
547 if (item->packet_id != pending_frame_id)
536 cw1200_queue_get_xmit_timestamp(struct cw1200_queue *queue, unsigned long *timestamp, u32 pending_frame_id) argument
H A Dbh.c480 priv->pending_frame_id);
H A Dwsm.c1546 priv->pending_frame_id = wsm->packet_id;
1561 priv->pending_frame_id = wsm->packet_id;
H A Dsta.c846 u8 queue_id = cw1200_queue_get_queue_id(priv->pending_frame_id);
856 cw1200_queue_requeue(queue, priv->pending_frame_id);

Completed in 167 milliseconds