Searched refs:libipw_txb (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/net/wireless/ipw2x00/ |
D | libipw_tx.c | 180 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()
|
D | libipw.h | 490 struct libipw_txb { struct 858 netdev_tx_t (*hard_start_xmit) (struct libipw_txb * txb, 1020 extern void libipw_txb_free(struct libipw_txb *);
|
D | ipw2100.h | 346 struct libipw_txb *txb;
|
D | ipw2200.h | 536 struct libipw_txb **txb;
|
D | ipw2200.c | 10219 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()
|
D | ipw2100.c | 3406 static netdev_tx_t ipw2100_tx(struct libipw_txb *txb, in ipw2100_tx()
|