Home
last modified time | relevance | path

Searched refs:wsm_tx (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dqueue.h15 /* extern */ struct wsm_tx;
84 struct wsm_tx **tx,
H A Dtxrx.h16 /* extern */ struct wsm_tx;
H 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()
H A Dscan.c359 struct wsm_tx *wsm; in cw1200_probe_work()
402 wsm = (struct wsm_tx *)frame.skb->data; in cw1200_probe_work()
H A Dqueue.c330 struct wsm_tx **tx, in cw1200_queue_get()
348 *tx = (struct wsm_tx *)item->skb->data; in cw1200_queue_get()
H A Dwsm.h762 /* Packet identifier used in wsm_tx. */
791 /* Note that ideology of wsm_tx struct is different against the rest of
801 struct wsm_tx { struct
H A Dwsm.c1454 struct wsm_tx *wsm, in wsm_handle_tx_data()
1661 struct wsm_tx *wsm = NULL; in wsm_get_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dqueue.h15 /* extern */ struct wsm_tx;
84 struct wsm_tx **tx,
H A Dtxrx.h16 /* extern */ struct wsm_tx;
H 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()
H A Dscan.c359 struct wsm_tx *wsm; in cw1200_probe_work()
402 wsm = (struct wsm_tx *)frame.skb->data; in cw1200_probe_work()
H A Dqueue.c333 struct wsm_tx **tx, in cw1200_queue_get()
351 *tx = (struct wsm_tx *)item->skb->data; in cw1200_queue_get()
H A Dwsm.h762 /* Packet identifier used in wsm_tx. */
789 /* Note that ideology of wsm_tx struct is different against the rest of
799 struct wsm_tx { struct
H A Dwsm.c1454 struct wsm_tx *wsm, in wsm_handle_tx_data()
1661 struct wsm_tx *wsm = NULL; in wsm_get_tx()

Completed in 19 milliseconds