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

/linux-master/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;
567 if (skb_headroom(t->skb) < sizeof(struct wsm_tx)) {
574 wsm = skb_push(t->skb, sizeof(struct wsm_tx));
575 t->txpriv.offset += sizeof(struct wsm_tx);
587 struct wsm_tx *wsm)
640 struct wsm_tx *wsm)
717 struct wsm_tx *wsm;
H A Dscan.c359 struct wsm_tx *wsm;
402 wsm = (struct wsm_tx *)frame.skb->data;
H A Dqueue.c333 struct wsm_tx **tx,
351 *tx = (struct wsm_tx *)item->skb->data;
H A Dwsm.c1454 struct wsm_tx *wsm,
1661 struct wsm_tx *wsm = NULL;
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

Completed in 291 milliseconds