Searched refs:libipw_txb (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/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 | 486 struct libipw_txb {  struct 795 	netdev_tx_t (*hard_start_xmit) (struct libipw_txb * txb, 954 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 | 10091 static int ipw_tx_skb(struct ipw_priv *priv, struct libipw_txb *txb,  in ipw_tx_skb() 10303 				      struct libipw_txb *txb)  in ipw_handle_promiscuous_tx() 10383 static netdev_tx_t ipw_net_hard_start_xmit(struct libipw_txb *txb,  in ipw_net_hard_start_xmit()
  | 
| D | ipw2100.c | 3380 static netdev_tx_t ipw2100_tx(struct libipw_txb *txb,  in ipw2100_tx()
  |