Home
last modified time | relevance | path

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

/linux-4.4.14/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.h910 struct rtllib_txb { struct
1263 struct rtllib_txb *txb;
1751 int (*hard_start_xmit)(struct rtllib_txb *txb,
1998 void rtllib_txb_free(struct rtllib_txb *);
2036 void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee);
Drtllib_softmac.c2460 void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee) in rtllib_softmac_xmit()