Searched refs:txi (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunvnet.c | 932 int i, txi; in vnet_clean_tx_ring() local 936 txi = dr->prod; in vnet_clean_tx_ring() 940 --txi; in vnet_clean_tx_ring() 941 if (txi < 0) in vnet_clean_tx_ring() 942 txi = VNET_TX_RING_SIZE-1; in vnet_clean_tx_ring() 944 d = vio_dring_entry(dr, txi); in vnet_clean_tx_ring() 950 if (port->tx_bufs[txi].skb) { in vnet_clean_tx_ring() 954 BUG_ON(port->tx_bufs[txi].skb->next); in vnet_clean_tx_ring() 956 port->tx_bufs[txi].skb->next = skb; in vnet_clean_tx_ring() 957 skb = port->tx_bufs[txi].skb; in vnet_clean_tx_ring() [all …]
|
/linux-4.1.27/drivers/net/wireless/ |
D | mac80211_hwsim.c | 1249 struct ieee80211_tx_info *txi = IEEE80211_SKB_CB(skb); in mac80211_hwsim_tx() local 1263 } else if (txi->hw_queue == 4) { in mac80211_hwsim_tx() 1266 chanctx_conf = rcu_dereference(txi->control.vif->chanctx_conf); in mac80211_hwsim_tx() 1273 if (WARN(!channel, "TX w/o channel - queue = %d\n", txi->hw_queue)) { in mac80211_hwsim_tx() 1284 if (txi->control.vif) in mac80211_hwsim_tx() 1285 hwsim_check_magic(txi->control.vif); in mac80211_hwsim_tx() 1290 ieee80211_get_tx_rates(txi->control.vif, control->sta, skb, in mac80211_hwsim_tx() 1291 txi->control.rates, in mac80211_hwsim_tx() 1292 ARRAY_SIZE(txi->control.rates)); in mac80211_hwsim_tx() 1294 txi->rate_driver_data[0] = channel; in mac80211_hwsim_tx() [all …]
|
D | adm8211.c | 317 struct ieee80211_tx_info *txi; in adm8211_interrupt_tci() local 327 txi = IEEE80211_SKB_CB(skb); in adm8211_interrupt_tci() 334 ieee80211_tx_info_clear_status(txi); in adm8211_interrupt_tci() 338 if (!(txi->flags & IEEE80211_TX_CTL_NO_ACK) && in adm8211_interrupt_tci() 340 txi->flags |= IEEE80211_TX_STAT_ACK; in adm8211_interrupt_tci()
|
/linux-4.1.27/drivers/net/wireless/ath/ar5523/ |
D | ar5523.c | 740 struct ieee80211_tx_info *txi = IEEE80211_SKB_CB(skb); in ar5523_data_tx_cb() local 742 txi->driver_data; in ar5523_data_tx_cb() 767 struct ieee80211_tx_info *txi = IEEE80211_SKB_CB(skb); in ar5523_tx() local 769 txi->driver_data; in ar5523_tx() 794 struct ieee80211_tx_info *txi; in ar5523_tx_work_locked() local 818 txi = container_of((void *)data, struct ieee80211_tx_info, in ar5523_tx_work_locked() 822 skb = container_of((void *)txi, struct sk_buff, cb); in ar5523_tx_work_locked() 853 if (txi->flags & IEEE80211_TX_CTL_USE_MINRATE) in ar5523_tx_work_locked()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2800usb.c | 497 __le32 *txi = (__le32 *) entry->skb->data; in rt2800usb_write_tx_desc() local 503 rt2x00_desc_read(txi, 0, &word); in rt2800usb_write_tx_desc() 519 rt2x00_desc_write(txi, 0, word); in rt2800usb_write_tx_desc() 525 skbdesc->desc = txi; in rt2800usb_write_tx_desc()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | ampdu.c | 1126 static void dma_cb_fn_ampdu(void *txi, void *arg_a) in dma_cb_fn_ampdu() argument 1129 struct ieee80211_tx_info *tx_info = (struct ieee80211_tx_info *)txi; in dma_cb_fn_ampdu()
|