Home
last modified time | relevance | path

Searched refs:rtllib_txb (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/staging/rtl8192e/
Drtllib_tx.c195 void rtllib_txb_free(struct rtllib_txb *txb) in rtllib_txb_free()
202 static struct rtllib_txb *rtllib_alloc_txb(int nr_frags, int txb_size, in rtllib_alloc_txb()
205 struct rtllib_txb *txb; in rtllib_alloc_txb()
208 txb = kmalloc(sizeof(struct rtllib_txb) + (sizeof(u8 *) * nr_frags), in rtllib_alloc_txb()
213 memset(txb, 0, sizeof(struct rtllib_txb)); in rtllib_alloc_txb()
552 struct rtllib_txb *txb = NULL; in rtllib_xmit_inter()
Drtllib.h854 struct rtllib_txb { struct
1208 struct rtllib_txb *txb;
1695 int (*hard_start_xmit)(struct rtllib_txb *txb,
1942 void rtllib_txb_free(struct rtllib_txb *txb);
1980 void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee);
Drtllib_softmac.c2454 void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee) in rtllib_softmac_xmit()