Searched refs:rtllib_txb (Results 1 – 3 of 3) sorted by relevance
195 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()
854 struct rtllib_txb { struct1208 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);
2454 void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee) in rtllib_softmac_xmit()