Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ipw2x00/
Dlibipw_tx.c180 void libipw_txb_free(struct libipw_txb *txb) in libipw_txb_free()
191 static struct libipw_txb *libipw_alloc_txb(int nr_frags, int txb_size, in libipw_alloc_txb()
194 struct libipw_txb *txb; in libipw_alloc_txb()
196 txb = kmalloc(sizeof(struct libipw_txb) + (sizeof(u8 *) * nr_frags), in libipw_alloc_txb()
201 memset(txb, 0, sizeof(struct libipw_txb)); in libipw_alloc_txb()
258 struct libipw_txb *txb = NULL; in libipw_xmit()
Dlibipw.h490 struct libipw_txb { struct
858 netdev_tx_t (*hard_start_xmit) (struct libipw_txb * txb,
1020 extern void libipw_txb_free(struct libipw_txb *);
Dipw2100.h346 struct libipw_txb *txb;
Dipw2200.h536 struct libipw_txb **txb;
Dipw2200.c10219 static int ipw_tx_skb(struct ipw_priv *priv, struct libipw_txb *txb, in ipw_tx_skb()
10430 struct libipw_txb *txb) in ipw_handle_promiscuous_tx()
10510 static netdev_tx_t ipw_net_hard_start_xmit(struct libipw_txb *txb, in ipw_net_hard_start_xmit()
Dipw2100.c3406 static netdev_tx_t ipw2100_tx(struct libipw_txb *txb, in ipw2100_tx()