Searched refs:libipw_txb (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_tx.c | 166 void libipw_txb_free(struct libipw_txb *txb) in libipw_txb_free() 177 static struct libipw_txb *libipw_alloc_txb(int nr_frags, int txb_size, in libipw_alloc_txb() 180 struct libipw_txb *txb; in libipw_alloc_txb() 182 txb = kmalloc(sizeof(struct libipw_txb) + (sizeof(u8 *) * nr_frags), in libipw_alloc_txb() 187 memset(txb, 0, sizeof(struct libipw_txb)); in libipw_alloc_txb() 244 struct libipw_txb *txb = NULL; in libipw_xmit()
|
D | libipw.h | 485 struct libipw_txb { struct 794 netdev_tx_t (*hard_start_xmit) (struct libipw_txb * txb, 953 void libipw_txb_free(struct libipw_txb *);
|
D | ipw2100.h | 323 struct libipw_txb *txb;
|
D | ipw2200.h | 521 struct libipw_txb **txb;
|
D | ipw2200.c | 10086 static int ipw_tx_skb(struct ipw_priv *priv, struct libipw_txb *txb, in ipw_tx_skb() 10297 struct libipw_txb *txb) in ipw_handle_promiscuous_tx() 10377 static netdev_tx_t ipw_net_hard_start_xmit(struct libipw_txb *txb, in ipw_net_hard_start_xmit()
|
D | ipw2100.c | 3378 static netdev_tx_t ipw2100_tx(struct libipw_txb *txb, in ipw2100_tx()
|