Home
last modified time | relevance | path

Searched refs:tx_pkt (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c1988 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 …]
H A Dqed_ll2.c787 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/drivers/net/ipvlan/
H A Dipvlan_core.c239 bool tx_pkt; in ipvlan_process_multicast() local
252 tx_pkt = IPVL_SKB_CB(skb)->tx_pkt; in ipvlan_process_multicast()
262 if (tx_pkt && (ipvlan->dev == skb->dev)) in ipvlan_process_multicast()
276 if (tx_pkt) in ipvlan_process_multicast()
286 if (tx_pkt) { in ipvlan_process_multicast()
554 struct sk_buff *skb, bool tx_pkt) in ipvlan_multicast_enqueue() argument
566 IPVL_SKB_CB(skb)->tx_pkt = tx_pkt; in ipvlan_multicast_enqueue()
H A Dipvlan.h105 bool tx_pkt; member
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c966 struct htc_packet *tx_pkt) in ath6kl_htc_tx_try() argument
988 if (ep_cb.tx_full(endpoint->target, tx_pkt) == in ath6kl_htc_tx_try()
996 list_add_tail(&tx_pkt->list, &endpoint->txq); in ath6kl_htc_tx_try()
2425 struct htc_packet *tx_pkt = NULL; in ath6kl_htc_mbox_conn_service() local
2444 tx_pkt = htc_get_control_buf(target, true); in ath6kl_htc_mbox_conn_service()
2446 if (!tx_pkt) in ath6kl_htc_mbox_conn_service()
2449 conn_msg = (struct htc_conn_service_msg *)tx_pkt->buf; in ath6kl_htc_mbox_conn_service()
2455 set_htc_pkt_info(tx_pkt, NULL, (u8 *) conn_msg, in ath6kl_htc_mbox_conn_service()
2460 tx_pkt->completion = NULL; in ath6kl_htc_mbox_conn_service()
2461 ath6kl_htc_tx_prep_pkt(tx_pkt, 0, 0, 0); in ath6kl_htc_mbox_conn_service()
[all …]
H A Dcore.h447 u64 tx_pkt; member
H A Dmain.c718 stats->tx_pkt += le32_to_cpu(tgt_stats->stats.tx.pkt); in ath6kl_update_target_stats()
H A Dcfg80211.c1822 sinfo->tx_packets = vif->target_stats.tx_pkt; in ath6kl_get_station()
/linux/drivers/scsi/qedi/
H A Dqedi.h129 void *tx_pkt; member
H A Dqedi_iscsi.c1250 memcpy(skb->data, udev->tx_pkt, len); in qedi_data_avail()
/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c2846 int tx_pkt = 0, index; in bnx2_tx_int() local
2905 tx_pkt++; in bnx2_tx_int()
2906 if (tx_pkt == budget) in bnx2_tx_int()
2913 netdev_tx_completed_queue(txq, tx_pkt, tx_bytes); in bnx2_tx_int()
2933 return tx_pkt; in bnx2_tx_int()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c4915 le32_encode_bits(ch_info->tx_pkt, RTW89_H2C_CHINFO_W1_TX) | in rtw89_fw_h2c_scan_list_offload()
6240 ch_info->tx_pkt = true; in rtw89_update_6ghz_rnr_chan()
6261 ch_info->tx_pkt = true; in rtw89_pno_scan_add_chan_ax()
6317 ch_info->tx_pkt = true; in rtw89_hw_scan_add_chan()
6327 ch_info->tx_pkt = false; in rtw89_hw_scan_add_chan()
H A Dfw.h327 u8 tx_pkt:1; member
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h530 unsigned long tx_pkt; member
H A Dbnx2x_cmn.c4206 txdata->tx_pkt++; in bnx2x_start_xmit()
H A Dbnx2x_main.c6443 txdata->tx_pkt = 0; in bnx2x_init_tx_ring_one()