Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192e/
H A 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()
H A 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);
H A Drtllib_softmac.c2448 void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee) in rtllib_softmac_xmit()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192e/
H A 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()
H A 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);
H A Drtllib_softmac.c2448 void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee) in rtllib_softmac_xmit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192e/
H A 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()
H A 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);
H A Drtllib_softmac.c2448 void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee) in rtllib_softmac_xmit()