Home
last modified time | relevance | path

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

/drivers/staging/rtl8192e/
Drtllib_tx.c215 void rtllib_txb_free(struct rtllib_txb *txb) in rtllib_txb_free()
222 static struct rtllib_txb *rtllib_alloc_txb(int nr_frags, int txb_size, in rtllib_alloc_txb()
225 struct rtllib_txb *txb; in rtllib_alloc_txb()
227 txb = kmalloc(sizeof(struct rtllib_txb) + (sizeof(u8 *) * nr_frags), in rtllib_alloc_txb()
232 memset(txb, 0, sizeof(struct rtllib_txb)); in rtllib_alloc_txb()
555 struct rtllib_txb *txb = NULL; in rtllib_xmit_inter()
Drtllib.h1292 struct rtllib_txb { struct
1745 struct rtllib_txb *txb;
2390 int (*hard_start_xmit)(struct rtllib_txb *txb,
2698 extern void rtllib_txb_free(struct rtllib_txb *);
2747 extern void rtllib_softmac_xmit(struct rtllib_txb *txb,
Drtllib_softmac.c2464 void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee) in rtllib_softmac_xmit()