Home
last modified time | relevance | path

Searched refs:wsm_tx (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/st/cw1200/
A Dqueue.h15 /* extern */ struct wsm_tx;
84 struct wsm_tx **tx,
A Dtxrx.c561 static struct wsm_tx *
565 struct wsm_tx *wsm; in cw1200_tx_h_wsm()
567 if (skb_headroom(t->skb) < sizeof(struct wsm_tx)) { in cw1200_tx_h_wsm()
574 wsm = skb_push(t->skb, sizeof(struct wsm_tx)); in cw1200_tx_h_wsm()
575 t->txpriv.offset += sizeof(struct wsm_tx); in cw1200_tx_h_wsm()
587 struct wsm_tx *wsm) in cw1200_tx_h_bt()
640 struct wsm_tx *wsm) in cw1200_tx_h_rate_policy()
717 struct wsm_tx *wsm; in cw1200_tx()
A Dtxrx.h16 /* extern */ struct wsm_tx;
A Dscan.c359 struct wsm_tx *wsm; in cw1200_probe_work()
402 wsm = (struct wsm_tx *)frame.skb->data; in cw1200_probe_work()
A Dqueue.c330 struct wsm_tx **tx, in cw1200_queue_get()
348 *tx = (struct wsm_tx *)item->skb->data; in cw1200_queue_get()
A Dwsm.c1454 struct wsm_tx *wsm, in wsm_handle_tx_data()
1661 struct wsm_tx *wsm = NULL; in wsm_get_tx()
A Dwsm.h799 struct wsm_tx { struct

Completed in 20 milliseconds