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

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c166 void libipw_txb_free(struct libipw_txb *txb)
177 static struct libipw_txb *libipw_alloc_txb(int nr_frags, int txb_size,
180 struct libipw_txb *txb;
187 memset(txb, 0, sizeof(struct libipw_txb));
244 struct libipw_txb *txb = NULL;
H A 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 *);
H A Dipw2100.h323 struct libipw_txb *txb;
H A Dipw2200.h521 struct libipw_txb **txb;
H A Dipw2200.c10039 static int ipw_tx_skb(struct ipw_priv *priv, struct libipw_txb *txb,
10250 struct libipw_txb *txb)
10330 static netdev_tx_t ipw_net_hard_start_xmit(struct libipw_txb *txb,
H A Dipw2100.c3365 static netdev_tx_t ipw2100_tx(struct libipw_txb *txb,

Completed in 201 milliseconds