Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_tx.c211 void rtllib_txb_free(struct rtllib_txb *txb) in rtllib_txb_free()
218 static struct rtllib_txb *rtllib_alloc_txb(int nr_frags, int txb_size, in rtllib_alloc_txb()
221 struct rtllib_txb *txb; in rtllib_alloc_txb()
224 txb = kmalloc(sizeof(struct rtllib_txb) + (sizeof(u8 *) * nr_frags), in rtllib_alloc_txb()
229 memset(txb, 0, sizeof(struct rtllib_txb)); in rtllib_alloc_txb()
568 struct rtllib_txb *txb = NULL; in rtllib_xmit_inter()
Drtllib.h859 struct rtllib_txb { struct
1213 struct rtllib_txb *txb;
1700 int (*hard_start_xmit)(struct rtllib_txb *txb,
1947 void rtllib_txb_free(struct rtllib_txb *);
1985 void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee);
Drtllib_softmac.c2461 void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee) in rtllib_softmac_xmit()