Searched refs:ieee80211_txb (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_pio.h43 struct ieee80211_txb *txb;
107 struct ieee80211_txb *txb);
132 struct ieee80211_txb *txb)
H A Dbcm43xx_dma.h315 struct ieee80211_txb *txb);
363 struct ieee80211_txb *txb)
H A Dbcm43xx_pio.c218 struct ieee80211_txb *txb = packet->txb;
461 struct ieee80211_txb *txb)
H A Dbcm43xx_dma.c1012 struct ieee80211_txb *txb)
H A Dbcm43xx_main.c3767 struct ieee80211_txb *txb)
3887 static int bcm43xx_ieee80211_hard_start_xmit(struct ieee80211_txb *txb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_tx.c179 void ieee80211_txb_free(struct ieee80211_txb *txb)
190 static struct ieee80211_txb *ieee80211_alloc_txb(int nr_frags, int txb_size,
193 struct ieee80211_txb *txb;
195 txb = kmalloc(sizeof(struct ieee80211_txb) + (sizeof(u8 *) * nr_frags),
200 memset(txb, 0, sizeof(struct ieee80211_txb));
257 struct ieee80211_txb *txb = NULL;
550 struct ieee80211_txb *txb = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211.h688 struct ieee80211_txb { struct
1063 int (*hard_start_xmit) (struct ieee80211_txb * txb,
1237 extern void ieee80211_txb_free(struct ieee80211_txb *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c816 struct ieee80211_txb *txb,
885 static int zd_mac_tx(struct zd_mac *mac, struct ieee80211_txb *txb, int pri)
1162 static int netdev_tx(struct ieee80211_txb *txb, struct net_device *netdev,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2100.h321 struct ieee80211_txb *txb;
H A Dipw2200.h535 struct ieee80211_txb **txb;
H A Dipw2200.c10107 static int ipw_tx_skb(struct ipw_priv *priv, struct ieee80211_txb *txb,
10315 struct ieee80211_txb *txb)
10395 static int ipw_net_hard_start_xmit(struct ieee80211_txb *txb,
H A Dipw2100.c3312 static int ipw2100_tx(struct ieee80211_txb *txb, struct net_device *dev,

Completed in 484 milliseconds