/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_iwarp.c | 1988 struct qed_ll2_tx_pkt_info tx_pkt; in qed_iwarp_recycle_pkt() local 1992 memset(&tx_pkt, 0, sizeof(tx_pkt)); in qed_iwarp_recycle_pkt() 1993 tx_pkt.num_of_bds = 1; in qed_iwarp_recycle_pkt() 1994 tx_pkt.tx_dest = QED_LL2_TX_DEST_DROP; in qed_iwarp_recycle_pkt() 1995 tx_pkt.l4_hdr_offset_w = fpdu->pkt_hdr_size >> 2; in qed_iwarp_recycle_pkt() 1996 tx_pkt.first_frag = fpdu->pkt_hdr; in qed_iwarp_recycle_pkt() 1997 tx_pkt.first_frag_len = fpdu->pkt_hdr_size; in qed_iwarp_recycle_pkt() 1999 tx_pkt.cookie = buf; in qed_iwarp_recycle_pkt() 2003 rc = qed_ll2_prepare_tx_packet(p_hwfn, ll2_handle, &tx_pkt, true); in qed_iwarp_recycle_pkt() 2011 (unsigned long int)tx_pkt.first_frag, in qed_iwarp_recycle_pkt() [all …]
|
D | qed_ll2.c | 787 struct qed_ll2_tx_pkt_info tx_pkt; in qed_ooo_submit_tx_buffers() local 805 memset(&tx_pkt, 0, sizeof(tx_pkt)); in qed_ooo_submit_tx_buffers() 806 tx_pkt.num_of_bds = 1; in qed_ooo_submit_tx_buffers() 807 tx_pkt.vlan = p_buffer->vlan; in qed_ooo_submit_tx_buffers() 808 tx_pkt.bd_flags = bd_flags; in qed_ooo_submit_tx_buffers() 809 tx_pkt.l4_hdr_offset_w = l4_hdr_offset_w; in qed_ooo_submit_tx_buffers() 812 tx_pkt.tx_dest = QED_LL2_TX_DEST_NW; in qed_ooo_submit_tx_buffers() 815 tx_pkt.tx_dest = QED_LL2_TX_DEST_LB; in qed_ooo_submit_tx_buffers() 819 tx_pkt.tx_dest = QED_LL2_TX_DEST_DROP; in qed_ooo_submit_tx_buffers() 822 tx_pkt.first_frag = first_frag; in qed_ooo_submit_tx_buffers() [all …]
|
/linux-6.6.21/drivers/net/ipvlan/ |
D | ipvlan_core.c | 236 bool tx_pkt; in ipvlan_process_multicast() local 249 tx_pkt = IPVL_SKB_CB(skb)->tx_pkt; in ipvlan_process_multicast() 259 if (tx_pkt && (ipvlan->dev == skb->dev)) in ipvlan_process_multicast() 273 if (tx_pkt) in ipvlan_process_multicast() 283 if (tx_pkt) { in ipvlan_process_multicast() 551 struct sk_buff *skb, bool tx_pkt) in ipvlan_multicast_enqueue() argument 563 IPVL_SKB_CB(skb)->tx_pkt = tx_pkt; in ipvlan_multicast_enqueue()
|
D | ipvlan.h | 105 bool tx_pkt; member
|
/linux-6.6.21/drivers/net/wireless/ath/ath6kl/ |
D | htc_mbox.c | 967 struct htc_packet *tx_pkt) in ath6kl_htc_tx_try() argument 989 if (ep_cb.tx_full(endpoint->target, tx_pkt) == in ath6kl_htc_tx_try() 997 list_add_tail(&tx_pkt->list, &endpoint->txq); in ath6kl_htc_tx_try() 2426 struct htc_packet *tx_pkt = NULL; in ath6kl_htc_mbox_conn_service() local 2445 tx_pkt = htc_get_control_buf(target, true); in ath6kl_htc_mbox_conn_service() 2447 if (!tx_pkt) in ath6kl_htc_mbox_conn_service() 2450 conn_msg = (struct htc_conn_service_msg *)tx_pkt->buf; in ath6kl_htc_mbox_conn_service() 2456 set_htc_pkt_info(tx_pkt, NULL, (u8 *) conn_msg, in ath6kl_htc_mbox_conn_service() 2461 tx_pkt->completion = NULL; in ath6kl_htc_mbox_conn_service() 2462 ath6kl_htc_tx_prep_pkt(tx_pkt, 0, 0, 0); in ath6kl_htc_mbox_conn_service() [all …]
|
D | core.h | 447 u64 tx_pkt; member
|
D | main.c | 718 stats->tx_pkt += le32_to_cpu(tgt_stats->stats.tx.pkt); in ath6kl_update_target_stats()
|
D | cfg80211.c | 1822 sinfo->tx_packets = vif->target_stats.tx_pkt; in ath6kl_get_station()
|
/linux-6.6.21/drivers/scsi/qedi/ |
D | qedi.h | 129 void *tx_pkt; member
|
D | qedi_iscsi.c | 1250 memcpy(skb->data, udev->tx_pkt, len); in qedi_data_avail()
|
D | qedi_main.c | 297 udev->tx_pkt = udev->ll2_buf; in qedi_alloc_uio_rings()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/ |
D | fw.c | 3055 RTW89_SET_FWCMD_CHINFO_TX(cmd, ch_info->tx_pkt); in rtw89_fw_h2c_scan_list_offload() 3688 ch_info->tx_pkt = true; in rtw89_update_6ghz_rnr_chan() 3714 ch_info->tx_pkt = true; in rtw89_hw_scan_add_chan() 3724 ch_info->tx_pkt = false; in rtw89_hw_scan_add_chan()
|
D | fw.h | 261 u8 tx_pkt:1; member
|
/linux-6.6.21/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 2845 int tx_pkt = 0, index; in bnx2_tx_int() local 2904 tx_pkt++; in bnx2_tx_int() 2905 if (tx_pkt == budget) in bnx2_tx_int() 2912 netdev_tx_completed_queue(txq, tx_pkt, tx_bytes); in bnx2_tx_int() 2932 return tx_pkt; in bnx2_tx_int()
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 530 unsigned long tx_pkt; member
|
D | bnx2x_cmn.c | 4207 txdata->tx_pkt++; in bnx2x_start_xmit()
|
D | bnx2x_main.c | 6443 txdata->tx_pkt = 0; in bnx2x_init_tx_ring_one()
|