Home
last modified time | relevance | path

Searched refs:txi (Results 1 – 7 of 7) sorted by relevance

/drivers/usb/usbip/
Dvudc_tx.c199 struct tx_item *txi; in v_send_ret() local
205 txi = list_first_entry(&udc->tx_queue, struct tx_item, in v_send_ret()
207 list_del(&txi->tx_entry); in v_send_ret()
210 switch (txi->type) { in v_send_ret()
212 ret = v_send_ret_submit(udc, txi->s); in v_send_ret()
215 ret = v_send_ret_unlink(udc, txi->u); in v_send_ret()
218 kfree(txi); in v_send_ret()
258 struct tx_item *txi; in v_enqueue_ret_unlink() local
261 txi = kzalloc(sizeof(*txi), GFP_ATOMIC); in v_enqueue_ret_unlink()
262 if (!txi) { in v_enqueue_ret_unlink()
[all …]
/drivers/net/ethernet/sun/
Dsunvnet_common.c926 int i, txi; in vnet_clean_tx_ring() local
930 txi = dr->prod; in vnet_clean_tx_ring()
934 --txi; in vnet_clean_tx_ring()
935 if (txi < 0) in vnet_clean_tx_ring()
936 txi = VNET_TX_RING_SIZE - 1; in vnet_clean_tx_ring()
938 d = vio_dring_entry(dr, txi); in vnet_clean_tx_ring()
944 if (port->tx_bufs[txi].skb) { in vnet_clean_tx_ring()
948 BUG_ON(port->tx_bufs[txi].skb->next); in vnet_clean_tx_ring()
950 port->tx_bufs[txi].skb->next = skb; in vnet_clean_tx_ring()
951 skb = port->tx_bufs[txi].skb; in vnet_clean_tx_ring()
[all …]
/drivers/net/wireless/
Dmac80211_hwsim.c1319 struct ieee80211_tx_info *txi = IEEE80211_SKB_CB(skb); in mac80211_hwsim_tx() local
1334 } else if (txi->hw_queue == 4) { in mac80211_hwsim_tx()
1337 chanctx_conf = rcu_dereference(txi->control.vif->chanctx_conf); in mac80211_hwsim_tx()
1344 if (WARN(!channel, "TX w/o channel - queue = %d\n", txi->hw_queue)) { in mac80211_hwsim_tx()
1355 if (txi->control.vif) in mac80211_hwsim_tx()
1356 hwsim_check_magic(txi->control.vif); in mac80211_hwsim_tx()
1361 ieee80211_get_tx_rates(txi->control.vif, control->sta, skb, in mac80211_hwsim_tx()
1362 txi->control.rates, in mac80211_hwsim_tx()
1363 ARRAY_SIZE(txi->control.rates)); in mac80211_hwsim_tx()
1373 txrate = ieee80211_get_tx_rate(hw, txi); in mac80211_hwsim_tx()
[all …]
/drivers/net/wireless/ath/ar5523/
Dar5523.c738 struct ieee80211_tx_info *txi = IEEE80211_SKB_CB(skb); in ar5523_data_tx_cb() local
740 txi->driver_data; in ar5523_data_tx_cb()
765 struct ieee80211_tx_info *txi = IEEE80211_SKB_CB(skb); in ar5523_tx() local
767 txi->driver_data; in ar5523_tx()
792 struct ieee80211_tx_info *txi; in ar5523_tx_work_locked() local
816 txi = container_of((void *)data, struct ieee80211_tx_info, in ar5523_tx_work_locked()
820 skb = container_of((void *)txi, struct sk_buff, cb); in ar5523_tx_work_locked()
850 if (txi->flags & IEEE80211_TX_CTL_USE_MINRATE) in ar5523_tx_work_locked()
/drivers/net/wireless/ralink/rt2x00/
Drt2800usb.c497 __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()
/drivers/net/wireless/admtek/
Dadm8211.c317 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()
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dampdu.c1126 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()