Home
last modified time | relevance | path

Searched refs:libipw_txb (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/net/wireless/intel/ipw2x00/
Dlibipw_tx.c166 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()
187 memset(txb, 0, sizeof(struct libipw_txb)); in libipw_alloc_txb()
244 struct libipw_txb *txb = NULL; in libipw_xmit()
Dlibipw.h484 struct libipw_txb { struct
793 netdev_tx_t (*hard_start_xmit) (struct libipw_txb * txb,
952 void libipw_txb_free(struct libipw_txb *);
Dipw2100.h323 struct libipw_txb *txb;
Dipw2200.h521 struct libipw_txb **txb;
Dipw2200.c10040 static int ipw_tx_skb(struct ipw_priv *priv, struct libipw_txb *txb, in ipw_tx_skb()
10251 struct libipw_txb *txb) in ipw_handle_promiscuous_tx()
10331 static netdev_tx_t ipw_net_hard_start_xmit(struct libipw_txb *txb, in ipw_net_hard_start_xmit()
Dipw2100.c3367 static netdev_tx_t ipw2100_tx(struct libipw_txb *txb, in ipw2100_tx()