Home
last modified time | relevance | path

Searched refs:tx_info (Results 1 – 25 of 128) sorted by relevance

123456

/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
A Dchcr_ktls.c215 return cxgb4_l2t_send(tx_info->netdev, skb, tx_info->l2te); in chcr_ktls_act_open_req()
369 if (!tx_info) in chcr_ktls_dev_del()
389 cxgb4_remove_tid(&tx_info->adap->tids, tx_info->tx_chan, in chcr_ktls_dev_del()
390 tx_info->tid, tx_info->ip_family); in chcr_ktls_dev_del()
445 tx_info = kvzalloc(sizeof(*tx_info), GFP_KERNEL); in chcr_ktls_dev_add()
577 cxgb4_remove_tid(&tx_info->adap->tids, tx_info->tx_chan, in chcr_ktls_dev_add()
578 tx_info->tid, tx_info->ip_family); in chcr_ktls_dev_add()
660 if (!tx_info || tx_info->atid != atid) { in chcr_ktls_cpl_act_open_rpl()
682 cxgb4_insert_tid(t, tx_info, tx_info->tid, tx_info->ip_family); in chcr_ktls_cpl_act_open_rpl()
723 if (!tx_info || tx_info->tid != tid) { in chcr_ktls_cpl_set_tcb_rpl()
[all …]
/drivers/net/ethernet/mellanox/mlx4/
A Den_tx.c73 if (!ring->tx_info) { in mlx4_en_create_tx_ring()
243 struct mlx4_en_tx_info *tx_info = &ring->tx_info[index]; in mlx4_en_stamp_wqe() local
281 struct mlx4_en_tx_info *tx_info = &ring->tx_info[index]; in mlx4_en_free_tx_desc() local
353 struct mlx4_en_tx_info *tx_info = &ring->tx_info[index]; in mlx4_en_recycle_tx_desc() local
410 tx_info = &ring->tx_info[wqe_index]; in mlx4_en_handle_err_cqe()
951 tx_info = &ring->tx_info[index]; in mlx4_en_xmit()
972 tx_info->nr_maps = shinfo->nr_frags + tx_info->linear; in mlx4_en_xmit()
978 tx_info)) in mlx4_en_xmit()
1064 if (tx_info->inl) in mlx4_en_xmit()
1149 struct mlx4_en_tx_info *tx_info = &ring->tx_info[i]; in mlx4_en_init_tx_xdp_ring_descs() local
[all …]
/drivers/net/wireless/silabs/wfx/
A Ddata_tx.c213 struct ieee80211_tx_info *tx_info; in wfx_skb_tx_priv() local
217 tx_info = IEEE80211_SKB_CB(skb); in wfx_skb_tx_priv()
347 wfx_tx_fixup_rates(tx_info->driver_rates); in wfx_tx_inner()
424 if (tx_info->control.vif) in wfx_tx()
473 rate = &tx_info->status.rates[i]; in wfx_tx_fill_rates()
501 struct ieee80211_tx_info *tx_info; in wfx_tx_confirm_cb() local
511 tx_info = IEEE80211_SKB_CB(skb); in wfx_tx_confirm_cb()
520 wfx_tx_fill_rates(wdev, tx_info, arg); in wfx_tx_confirm_cb()
525 memset(tx_info->rate_driver_data, 0, sizeof(tx_info->rate_driver_data)); in wfx_tx_confirm_cb()
526 memset(tx_info->pad, 0, sizeof(tx_info->pad)); in wfx_tx_confirm_cb()
[all …]
/drivers/net/wireless/marvell/mwifiex/
A Dtxrx.c165 struct mwifiex_txinfo *tx_info; in mwifiex_host_to_card() local
167 tx_info = MWIFIEX_SKB_TXCB(skb); in mwifiex_host_to_card()
169 tx_info->bss_type); in mwifiex_host_to_card()
229 struct mwifiex_txinfo *tx_info; in mwifiex_dequeue_tx_queue() local
236 tx_info = MWIFIEX_SKB_TXCB(skb); in mwifiex_dequeue_tx_queue()
276 struct mwifiex_txinfo *tx_info; in mwifiex_write_data_complete() local
283 tx_info = MWIFIEX_SKB_TXCB(skb); in mwifiex_write_data_complete()
285 tx_info->bss_type); in mwifiex_write_data_complete()
299 priv->stats.tx_bytes += tx_info->pkt_len; in mwifiex_write_data_complete()
332 struct mwifiex_txinfo *tx_info; in mwifiex_parse_tx_status_event() local
[all …]
A Duap_txrx.c28 struct mwifiex_txinfo *tx_info; in mwifiex_uap_del_tx_pkts_in_ralist() local
36 tx_info = MWIFIEX_SKB_TXCB(skb); in mwifiex_uap_del_tx_pkts_in_ralist()
88 struct mwifiex_txinfo *tx_info; in mwifiex_uap_queue_bridged_pkt() local
180 tx_info = MWIFIEX_SKB_TXCB(skb); in mwifiex_uap_queue_bridged_pkt()
181 memset(tx_info, 0, sizeof(*tx_info)); in mwifiex_uap_queue_bridged_pkt()
182 tx_info->bss_num = priv->bss_num; in mwifiex_uap_queue_bridged_pkt()
183 tx_info->bss_type = priv->bss_type; in mwifiex_uap_queue_bridged_pkt()
205 tx_info->pkt_len = skb->len; in mwifiex_uap_queue_bridged_pkt()
284 struct mwifiex_txinfo *tx_info; in mwifiex_uap_recv_packet() local
307 memset(tx_info, 0, sizeof(*tx_info)); in mwifiex_uap_recv_packet()
[all …]
A Dsta_tx.c37 struct mwifiex_txinfo *tx_info = MWIFIEX_SKB_TXCB(skb); in mwifiex_process_sta_txpd() local
61 if (tx_info->flags & MWIFIEX_BUF_FLAG_EAPOL_TX_STATUS || in mwifiex_process_sta_txpd()
62 tx_info->flags & MWIFIEX_BUF_FLAG_ACTION_TX_STATUS) { in mwifiex_process_sta_txpd()
63 local_tx_pd->tx_token_id = tx_info->ack_frame_id; in mwifiex_process_sta_txpd()
85 if (tx_info->flags & MWIFIEX_BUF_FLAG_TDLS_PKT) in mwifiex_process_sta_txpd()
122 struct mwifiex_txinfo *tx_info = NULL; in mwifiex_send_null_packet() local
141 tx_info = MWIFIEX_SKB_TXCB(skb); in mwifiex_send_null_packet()
142 memset(tx_info, 0, sizeof(*tx_info)); in mwifiex_send_null_packet()
143 tx_info->bss_num = priv->bss_num; in mwifiex_send_null_packet()
144 tx_info->bss_type = priv->bss_type; in mwifiex_send_null_packet()
[all …]
/drivers/net/ethernet/amazon/ena/
A Dena_xdp.c10 struct ena_tx_buffer *tx_info; in validate_xdp_req_id() local
13 if (likely(tx_info->xdpf)) in validate_xdp_req_id()
31 tx_info->xdpf = xdpf; in ena_xdp_tx_map_frame()
32 data = tx_info->xdpf->data; in ena_xdp_tx_map_frame()
33 size = tx_info->xdpf->len; in ena_xdp_tx_map_frame()
57 ena_buf = tx_info->bufs; in ena_xdp_tx_map_frame()
88 tx_info->num_of_bufs = 0; in ena_xdp_xmit_frame()
98 tx_info, in ena_xdp_xmit_frame()
116 tx_info->xdpf = NULL; in ena_xdp_xmit_frame()
400 xdpf = tx_info->xdpf; in ena_clean_xdp_irq()
[all …]
A Dena_netdev.c159 tx_info->print_once = 0; in ena_xmit_common()
669 ena_buf = tx_info->bufs; in ena_unmap_tx_buff()
706 if (!tx_info->skb) in ena_free_tx_bufs()
777 if (tx_info) in handle_invalid_req_id()
801 if (likely(tx_info->skb)) in validate_tx_req_id()
839 skb = tx_info->skb; in ena_clean_tx_irq()
844 tx_info->skb = NULL; in ena_clean_tx_irq()
2513 tx_info->skb = skb; in ena_tx_map_skb()
2594 tx_info->skb = NULL; in ena_tx_map_skb()
2647 tx_info, in ena_start_xmit()
[all …]
/drivers/net/wireless/mediatek/mt76/mt7615/
A Dpci_mac.c27 int nbuf = tx_info->nbuf - 1; in mt7615_write_fw_txp()
31 txp->buf[i] = cpu_to_le32(tx_info->buf[i + 1].addr); in mt7615_write_fw_txp()
32 txp->len[i] = cpu_to_le16(tx_info->buf[i + 1].len); in mt7615_write_fw_txp()
37 tx_info->buf[0].len = MT_TXD_SIZE + sizeof(*txp); in mt7615_write_fw_txp()
38 tx_info->buf[1].len = MT_CT_PARSE_LEN; in mt7615_write_fw_txp()
39 tx_info->buf[1].skip_unmap = true; in mt7615_write_fw_txp()
40 tx_info->nbuf = MT_CT_DMA_BUF_NUM; in mt7615_write_fw_txp()
63 struct mt76_tx_info *tx_info) in mt7615_tx_prepare_skb() argument
92 t->skb = tx_info->skb; in mt7615_tx_prepare_skb()
105 mt7615_write_fw_txp(dev, tx_info, txp, id); in mt7615_tx_prepare_skb()
[all …]
/drivers/net/wireless/mediatek/mt76/
A Dmt76x02_txrx.c140 struct mt76_tx_info *tx_info) in mt76x02_tx_prepare_skb() argument
143 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)tx_info->skb->data; in mt76x02_tx_prepare_skb()
145 bool ampdu = IEEE80211_SKB_CB(tx_info->skb)->flags & IEEE80211_TX_CTL_AMPDU; in mt76x02_tx_prepare_skb()
152 len = tx_info->skb->len - (hdrlen & 2); in mt76x02_tx_prepare_skb()
153 mt76x02_mac_write_txwi(dev, txwi, tx_info->skb, wcid, sta, len); in mt76x02_tx_prepare_skb()
155 pid = mt76_tx_status_skb_add(mdev, wcid, tx_info->skb); in mt76x02_tx_prepare_skb()
162 skb_get_queue_mapping(tx_info->skb)); in mt76x02_tx_prepare_skb()
169 tx_info->info = FIELD_PREP(MT_TXD_INFO_QSEL, qsel) | in mt76x02_tx_prepare_skb()
173 tx_info->info |= MT_TXD_INFO_WIV; in mt76x02_tx_prepare_skb()
178 ewma_pktlen_add(&msta->pktlen, tx_info->skb->len); in mt76x02_tx_prepare_skb()
A Dmt76x02_usb_core.c67 struct mt76_tx_info *tx_info) in mt76x02u_tx_prepare_skb() argument
70 int pid, len = tx_info->skb->len, ep = dev->mphy.q_tx[qid]->ep; in mt76x02u_tx_prepare_skb()
72 bool ampdu = IEEE80211_SKB_CB(tx_info->skb)->flags & IEEE80211_TX_CTL_AMPDU; in mt76x02u_tx_prepare_skb()
77 mt76_insert_hdr_pad(tx_info->skb); in mt76x02u_tx_prepare_skb()
79 txwi = (struct mt76x02_txwi *)(tx_info->skb->data - sizeof(*txwi)); in mt76x02u_tx_prepare_skb()
80 mt76x02_mac_write_txwi(dev, txwi, tx_info->skb, wcid, sta, len); in mt76x02u_tx_prepare_skb()
81 skb_push(tx_info->skb, sizeof(*txwi)); in mt76x02u_tx_prepare_skb()
83 pid = mt76_tx_status_skb_add(mdev, wcid, tx_info->skb); in mt76x02u_tx_prepare_skb()
90 skb_get_queue_mapping(tx_info->skb)); in mt76x02u_tx_prepare_skb()
107 ewma_pktlen_add(&msta->pktlen, tx_info->skb->len); in mt76x02u_tx_prepare_skb()
[all …]
A Ddma.c542 struct mt76_tx_info tx_info = { in mt76_dma_tx_queue_skb() local
571 tx_info.buf[n].addr = t->dma_addr; in mt76_dma_tx_queue_skb()
573 tx_info.buf[n].addr = addr; in mt76_dma_tx_queue_skb()
574 tx_info.buf[n++].len = len; in mt76_dma_tx_queue_skb()
577 if (n == ARRAY_SIZE(tx_info.buf)) in mt76_dma_tx_queue_skb()
585 tx_info.buf[n].addr = addr; in mt76_dma_tx_queue_skb()
586 tx_info.buf[n++].len = iter->len; in mt76_dma_tx_queue_skb()
588 tx_info.nbuf = n; in mt76_dma_tx_queue_skb()
603 return mt76_dma_add_buf(dev, q, tx_info.buf, tx_info.nbuf, in mt76_dma_tx_queue_skb()
604 tx_info.info, tx_info.skb, t); in mt76_dma_tx_queue_skb()
[all …]
/drivers/net/wireless/ath/ath9k/
A Dxmit.c187 if (tx_info->control.use_rts) in ath_merge_ratetbl()
201 struct ieee80211_tx_info *tx_info; in ath_set_rates() local
507 tx_info = IEEE80211_SKB_CB(skb); in ath_tx_complete_aggr()
575 tx_info = IEEE80211_SKB_CB(skb); in ath_tx_complete_aggr()
782 tx_info = IEEE80211_SKB_CB(skb); in ath_lookup_legacy()
783 rates = tx_info->control.rates; in ath_lookup_legacy()
808 tx_info = IEEE80211_SKB_CB(skb); in ath_lookup_rate()
2151 if (tx_info->control.vif && in setup_frame_info()
2161 if (tx_info->control.vif) { in setup_frame_info()
2557 void *ptr = &tx_info->status; in ath_clear_tx_status()
[all …]
A Dtx99.c55 struct ieee80211_tx_info *tx_info; in ath9k_build_tx99_skb() local
80 tx_info = IEEE80211_SKB_CB(skb); in ath9k_build_tx99_skb()
81 memset(tx_info, 0, sizeof(*tx_info)); in ath9k_build_tx99_skb()
82 rate = &tx_info->control.rates[0]; in ath9k_build_tx99_skb()
83 tx_info->band = sc->cur_chan->chandef.chan->band; in ath9k_build_tx99_skb()
84 tx_info->flags = IEEE80211_TX_CTL_NO_ACK; in ath9k_build_tx99_skb()
85 tx_info->control.vif = sc->tx99_vif; in ath9k_build_tx99_skb()
A Dhtc_drv_txrx.c292 if (tx_info->flags & IEEE80211_TX_CTL_AMPDU) { in ath9k_htc_tx_data()
347 struct ieee80211_vif *vif = tx_info->control.vif; in ath9k_htc_tx_start()
451 struct ieee80211_tx_info *tx_info; in ath9k_htc_tx_process() local
466 tx_info = IEEE80211_SKB_CB(skb); in ath9k_htc_tx_process()
467 vif = tx_info->control.vif; in ath9k_htc_tx_process()
468 rate = &tx_info->status.rates[0]; in ath9k_htc_tx_process()
470 memset(&tx_info->status, 0, sizeof(tx_info->status)); in ath9k_htc_tx_process()
480 tx_info->flags |= IEEE80211_TX_STAT_ACK; in ath9k_htc_tx_process()
481 if (tx_info->flags & IEEE80211_TX_CTL_AMPDU) in ath9k_htc_tx_process()
482 tx_info->flags |= IEEE80211_TX_STAT_AMPDU; in ath9k_htc_tx_process()
[all …]
A Dlink.c204 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); in ath_paprd_send_frame() local
213 memset(tx_info, 0, sizeof(*tx_info)); in ath_paprd_send_frame()
214 tx_info->band = sc->cur_chandef.chan->band; in ath_paprd_send_frame()
215 tx_info->flags |= IEEE80211_TX_CTL_NO_ACK; in ath_paprd_send_frame()
216 tx_info->control.rates[0].idx = 0; in ath_paprd_send_frame()
217 tx_info->control.rates[0].count = 1; in ath_paprd_send_frame()
218 tx_info->control.rates[0].flags = IEEE80211_TX_RC_MCS; in ath_paprd_send_frame()
219 tx_info->control.rates[1].idx = -1; in ath_paprd_send_frame()
/drivers/net/wireless/mediatek/mt76/mt7921/
A Dpci_mac.c11 struct mt76_tx_info *tx_info) in mt7921e_tx_prepare_skb() argument
14 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(tx_info->skb); in mt7921e_tx_prepare_skb()
21 if (unlikely(tx_info->skb->len <= ETH_HLEN)) in mt7921e_tx_prepare_skb()
28 t->skb = tx_info->skb; in mt7921e_tx_prepare_skb()
43 pid = mt76_tx_status_skb_add(mdev, wcid, tx_info->skb); in mt7921e_tx_prepare_skb()
44 mt76_connac2_mac_write_txwi(mdev, txwi_ptr, tx_info->skb, wcid, key, in mt7921e_tx_prepare_skb()
49 mt76_connac_write_hw_txp(mdev, tx_info, txp, id); in mt7921e_tx_prepare_skb()
51 tx_info->skb = NULL; in mt7921e_tx_prepare_skb()
/drivers/net/ethernet/huawei/hinic3/
A Dhinic3_tx.c65 struct hinic3_tx_info *tx_info, in hinic3_tx_map_skb() argument
484 struct hinic3_tx_info *tx_info; in hinic3_send_one_skb() local
532 tx_info = &txq->tx_info[pi]; in hinic3_send_one_skb()
533 tx_info->skb = skb; in hinic3_send_one_skb()
534 tx_info->wqebb_cnt = wqebb_cnt; in hinic3_send_one_skb()
631 struct hinic3_tx_info *tx_info; in hinic3_tx_poll() local
641 tx_info = &txq->tx_info[sw_ci]; in hinic3_tx_poll()
651 wqebb_cnt += tx_info->wqebb_cnt; in hinic3_tx_poll()
652 bytes_compl += tx_info->skb->len; in hinic3_tx_poll()
655 hinic3_tx_unmap_skb(netdev, tx_info->skb, tx_info->dma_info); in hinic3_tx_poll()
[all …]
/drivers/net/wireless/mediatek/mt76/mt7925/
A Dpci_mac.c11 struct mt76_tx_info *tx_info) in mt7925e_tx_prepare_skb() argument
14 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(tx_info->skb); in mt7925e_tx_prepare_skb()
21 if (unlikely(tx_info->skb->len <= ETH_HLEN)) in mt7925e_tx_prepare_skb()
28 t->skb = tx_info->skb; in mt7925e_tx_prepare_skb()
43 pid = mt76_tx_status_skb_add(mdev, wcid, tx_info->skb); in mt7925e_tx_prepare_skb()
44 mt7925_mac_write_txwi(mdev, txwi_ptr, tx_info->skb, wcid, key, in mt7925e_tx_prepare_skb()
49 mt76_connac_write_hw_txp(mdev, tx_info, txp, id); in mt7925e_tx_prepare_skb()
51 tx_info->skb = NULL; in mt7925e_tx_prepare_skb()
/drivers/net/wireless/ralink/rt2x00/
A Drt2x00queue.c185 if (!(tx_info->flags & IEEE80211_TX_CTL_ASSIGN_SEQ)) in rt2x00queue_create_tx_descriptor_seq()
342 if (tx_info->flags & IEEE80211_TX_CTL_STBC) in rt2x00queue_create_tx_descriptor_ht()
349 if (tx_info->flags & IEEE80211_TX_CTL_AMPDU && in rt2x00queue_create_tx_descriptor_ht()
406 if (!(tx_info->flags & IEEE80211_TX_CTL_NO_ACK)) in rt2x00queue_create_tx_descriptor()
439 if (tx_info->flags & IEEE80211_TX_CTL_MORE_FRAMES) in rt2x00queue_create_tx_descriptor()
448 !(tx_info->flags & IEEE80211_TX_CTL_INJECTED)) in rt2x00queue_create_tx_descriptor()
463 rate = ieee80211_get_tx_rate(rt2x00dev->hw, tx_info); in rt2x00queue_create_tx_descriptor()
602 struct ieee80211_tx_info *tx_info; in rt2x00queue_write_tx_frame() local
621 tx_info = IEEE80211_SKB_CB(skb); in rt2x00queue_write_tx_frame()
622 rate_idx = tx_info->control.rates[0].idx; in rt2x00queue_write_tx_frame()
[all …]
A Drt2x00mac.c23 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(frag_skb); in rt2x00mac_tx_rts_cts() local
29 if (tx_info->control.rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT) in rt2x00mac_tx_rts_cts()
57 if (tx_info->control.rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT) in rt2x00mac_tx_rts_cts()
71 if (tx_info->control.rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT) in rt2x00mac_tx_rts_cts()
72 ieee80211_ctstoself_get(rt2x00dev->hw, tx_info->control.vif, in rt2x00mac_tx_rts_cts()
73 frag_skb->data, data_length, tx_info, in rt2x00mac_tx_rts_cts()
76 ieee80211_rts_get(rt2x00dev->hw, tx_info->control.vif, in rt2x00mac_tx_rts_cts()
77 frag_skb->data, data_length, tx_info, in rt2x00mac_tx_rts_cts()
94 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); in rt2x00mac_tx() local
110 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM && in rt2x00mac_tx()
[all …]
A Drt2x00dev.c306 struct ieee80211_tx_info *tx_info, in rt2x00lib_fill_tx_status() argument
322 memset(&tx_info->status, 0, sizeof(tx_info->status)); in rt2x00lib_fill_tx_status()
323 tx_info->status.ack_signal = 0; in rt2x00lib_fill_tx_status()
332 tx_info->status.rates[i].idx = rate_idx - i; in rt2x00lib_fill_tx_status()
333 tx_info->status.rates[i].flags = rate_flags; in rt2x00lib_fill_tx_status()
344 tx_info->status.rates[i].count = 1; in rt2x00lib_fill_tx_status()
350 tx_info->flags |= IEEE80211_TX_CTL_NO_ACK; in rt2x00lib_fill_tx_status()
354 tx_info->flags |= IEEE80211_TX_STAT_ACK; in rt2x00lib_fill_tx_status()
369 tx_info->flags & IEEE80211_TX_CTL_AMPDU) { in rt2x00lib_fill_tx_status()
370 tx_info->flags |= IEEE80211_TX_STAT_AMPDU | in rt2x00lib_fill_tx_status()
[all …]
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Dampdu.c600 struct ieee80211_tx_info *tx_info; in brcms_c_ampdu_finalize() local
651 tx_info = IEEE80211_SKB_CB(first); in brcms_c_ampdu_finalize()
652 txrate = tx_info->status.rates; in brcms_c_ampdu_finalize()
788 struct ieee80211_tx_info *tx_info, in brcms_c_ampdu_rate_status() argument
896 tx_info = IEEE80211_SKB_CB(p); in brcms_c_ampdu_dotxstatus_complete()
937 tx_info->status.ampdu_ack_len = in brcms_c_ampdu_dotxstatus_complete()
938 tx_info->status.ampdu_len = 1; in brcms_c_ampdu_dotxstatus_complete()
963 tx_info->status.ampdu_ack_len = 0; in brcms_c_ampdu_dotxstatus_complete()
964 tx_info->status.ampdu_len = 1; in brcms_c_ampdu_dotxstatus_complete()
965 tx_info->flags |= in brcms_c_ampdu_dotxstatus_complete()
[all …]
/drivers/net/ethernet/brocade/bna/
A Dbnad.c1917 struct bnad_tx_info *tx_info = &bnad->tx_info[tx_id]; in bnad_destroy_tx() local
1921 if (!tx_info->tx) in bnad_destroy_tx()
1938 tx_info->tx = NULL; in bnad_destroy_tx()
1939 tx_info->tx_id = 0; in bnad_destroy_tx()
1949 struct bnad_tx_info *tx_info = &bnad->tx_info[tx_id]; in bnad_setup_tx() local
1992 tx_info); in bnad_setup_tx()
1998 tx_info->tx = tx; in bnad_setup_tx()
2020 tx_info->tx = NULL; in bnad_setup_tx()
2021 tx_info->tx_id = 0; in bnad_setup_tx()
2301 tx_info = &bnad->tx_info[0]; in bnad_tx_coalescing_timeo_set()
[all …]
/drivers/net/ethernet/adaptec/
A Dstarfire.c1166 memset(&np->tx_info[i], 0, sizeof(np->tx_info[i])); in init_ring()
1201 np->tx_info[entry].skb = skb; in start_tx()
1217 np->tx_info[entry].mapping = in start_tx()
1224 np->tx_info[entry].mapping = in start_tx()
1271 np->tx_info[entry].skb = NULL; in start_tx()
1274 np->tx_info[entry].mapping, in start_tx()
1276 np->tx_info[entry].mapping = 0; in start_tx()
1280 np->tx_info[entry].mapping, in start_tx()
1355 np->tx_info[entry].skb = NULL; in intr_handler()
1979 np->tx_info[i].mapping = 0; in netdev_close()
[all …]

Completed in 89 milliseconds

123456