Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/st/cw1200/
Dqueue.h18 /* extern */ struct wsm_tx;
87 struct wsm_tx **tx,
Dtxrx.h19 /* extern */ struct wsm_tx;
Dtxrx.c564 static struct wsm_tx *
568 struct wsm_tx *wsm; in cw1200_tx_h_wsm()
570 if (skb_headroom(t->skb) < sizeof(struct wsm_tx)) { in cw1200_tx_h_wsm()
577 wsm = skb_push(t->skb, sizeof(struct wsm_tx)); in cw1200_tx_h_wsm()
578 t->txpriv.offset += sizeof(struct wsm_tx); in cw1200_tx_h_wsm()
590 struct wsm_tx *wsm) in cw1200_tx_h_bt()
643 struct wsm_tx *wsm) in cw1200_tx_h_rate_policy()
720 struct wsm_tx *wsm; in cw1200_tx()
Dscan.c364 struct wsm_tx *wsm; in cw1200_probe_work()
407 wsm = (struct wsm_tx *)frame.skb->data; in cw1200_probe_work()
Dqueue.c335 struct wsm_tx **tx, in cw1200_queue_get()
353 *tx = (struct wsm_tx *)item->skb->data; in cw1200_queue_get()
Dwsm.c1459 struct wsm_tx *wsm, in wsm_handle_tx_data()
1666 struct wsm_tx *wsm = NULL; in wsm_get_tx()
Dwsm.h804 struct wsm_tx { struct