Home
last modified time | relevance | path

Searched refs:rx_frames (Results 1 – 25 of 74) sorted by relevance

123

/Linux-v6.6/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-ethtool.c158 ec->rx_max_coalesced_frames = pdata->rx_frames; in xlgmac_ethtool_get_coalesce()
172 unsigned int rx_frames, rx_riwt, rx_usecs; in xlgmac_ethtool_set_coalesce() local
177 rx_frames = ec->rx_max_coalesced_frames; in xlgmac_ethtool_set_coalesce()
182 (rx_frames > pdata->rx_desc_count)) in xlgmac_ethtool_set_coalesce()
190 pdata->rx_frames = rx_frames; in xlgmac_ethtool_set_coalesce()
Ddwc-xlgmac.h594 unsigned int rx_frames; member
Ddwc-xlgmac-hw.c1087 unsigned int rx_frames = pdata->rx_frames; in xlgmac_rx_desc_reset() local
1092 if (!rx_usecs && !rx_frames) { in xlgmac_rx_desc_reset()
1097 if (rx_frames && !((index + 1) % rx_frames)) in xlgmac_rx_desc_reset()
/Linux-v6.6/net/can/
Dproc.c130 if (pkg_stats->rx_frames > (ULONG_MAX / HZ)) in can_stat_update()
142 if (pkg_stats->rx_frames) in can_stat_update()
144 pkg_stats->rx_frames; in can_stat_update()
149 pkg_stats->rx_frames); in can_stat_update()
218 seq_printf(m, " %8ld received frames (RXF)\n", pkg_stats->rx_frames); in can_stats_proc_show()
Daf_can.h69 unsigned long rx_frames; member
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c438 ec->rx_max_coalesced_frames = pdata->rx_frames; in xgbe_get_coalesce()
452 unsigned int rx_frames, rx_riwt, rx_usecs; in xgbe_set_coalesce() local
457 rx_frames = ec->rx_max_coalesced_frames; in xgbe_set_coalesce()
469 if (rx_frames > pdata->rx_desc_count) { in xgbe_set_coalesce()
486 pdata->rx_frames = rx_frames; in xgbe_set_coalesce()
/Linux-v6.6/drivers/usb/gadget/function/
Du_ether.c68 struct sk_buff_head rx_frames; member
240 &dev->rx_frames); in rx_complete()
247 skb_queue_tail(&dev->rx_frames, skb); in rx_complete()
251 skb2 = skb_dequeue(&dev->rx_frames); in rx_complete()
271 skb2 = skb_dequeue(&dev->rx_frames); in rx_complete()
759 skb_queue_head_init(&dev->rx_frames); in gether_setup_name()
830 skb_queue_head_init(&dev->rx_frames); in gether_setup_name_default()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c530 u32 *tx_frames, u32 *rx_frames) in hns_ae_get_max_coalesced_frames() argument
543 *rx_frames = hns_rcb_get_rx_coalesced_frames(ring_pair->rcb_common, in hns_ae_get_max_coalesced_frames()
558 u32 tx_frames, u32 rx_frames) in hns_ae_set_coalesce_frames() argument
567 if (tx_frames != rx_frames) in hns_ae_set_coalesce_frames()
571 ring_pair->port_id_in_comm, rx_frames); in hns_ae_set_coalesce_frames()
583 ring_pair->port_id_in_comm, rx_frames); in hns_ae_set_coalesce_frames()
Dhnae.h491 u32 *tx_frames, u32 *rx_frames);
494 u32 tx_frames, u32 rx_frames);
/Linux-v6.6/drivers/s390/scsi/
Dzfcp_scsi.c562 fc_stats->rx_frames = data->rx_frames - old->rx_frames; in zfcp_scsi_adjust_fc_host_stats()
593 fc_stats->rx_frames = data->rx_frames; in zfcp_scsi_set_fc_host_stats()
Dzfcp_fsf.h419 u64 rx_frames; member
/Linux-v6.6/include/soc/fsl/qe/
Ducc_fast.h196 u32 rx_frames; /* Received frames counter (only frames member
Ducc_slow.h208 u32 rx_frames; /* Received frames counters (only frames member
/Linux-v6.6/drivers/net/
Dsb1000.c70 unsigned int rx_frames; member
770 lp->rx_frames++; in sb1000_rx()
960 lp->rx_frames = 0; in sb1000_open()
1016 stats[1] = lp->rx_frames; in sb1000_siocdevprivate()
/Linux-v6.6/drivers/net/ethernet/brocade/bna/
Dbfa_defs_cna.h26 u64 rx_frames; /*!< Rx frames */ member
/Linux-v6.6/drivers/scsi/csiostor/
Dt4fw_api_stor.h448 __be64 rx_frames; member
465 __be64 rx_frames; member
/Linux-v6.6/drivers/net/ethernet/qlogic/qed/
Dqed_mng_tlv.c278 p_buf->p_val = &p_drv_buf->rx_frames; in qed_mfw_get_gen_tlv_value()
279 return sizeof(p_drv_buf->rx_frames); in qed_mfw_get_gen_tlv_value()
1150 p_buf->p_val = &p_drv_buf->rx_frames; in qed_mfw_get_iscsi_tlv_value()
1151 return sizeof(p_drv_buf->rx_frames); in qed_mfw_get_iscsi_tlv_value()
/Linux-v6.6/drivers/net/wireless/silabs/wfx/
Ddebug.c94 PUT_COUNTER(rx_frames); in wfx_counters_show()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb3/
Dxgmac.c492 mac->rx_mcnt = s->rx_frames; in t3_mac_enable()
610 RMON_UPDATE64(mac, rx_frames, RX_FRAMES_LOW, RX_FRAMES_HIGH); in t3_mac_update_stats()
/Linux-v6.6/drivers/net/ethernet/cavium/liquidio/
Dlio_ethtool.c2253 rx_max_coalesced_frames = intrmod->rx_frames; in oct_cfg_rx_intrcnt()
2267 intrmod->rx_frames = rx_max_coalesced_frames; in oct_cfg_rx_intrcnt()
2275 rx_max_coalesced_frames = intrmod->rx_frames; in oct_cfg_rx_intrcnt()
2288 intrmod->rx_frames = rx_max_coalesced_frames; in oct_cfg_rx_intrcnt()
2339 (intrmod->rx_frames | in oct_cfg_rx_intrtime()
2361 (intrmod->rx_frames | in oct_cfg_rx_intrtime()
2462 intrmod.rx_frames = CFG_GET_OQ_INTR_PKT(octeon_get_conf(oct)); in lio_set_intr_coalesce()
/Linux-v6.6/drivers/net/ethernet/cavium/thunder/
Dnic.h184 u64 rx_frames; member
/Linux-v6.6/drivers/soc/fsl/qe/
Ducc_fast.c225 uccf->rx_frames = 0; in ucc_fast_init()
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c514 u64 rx_frames, rx_bytes; in otx2_adjust_adaptive_coalese() local
516 rx_frames = OTX2_GET_RX_STATS(RX_BCAST) + OTX2_GET_RX_STATS(RX_MCAST) + in otx2_adjust_adaptive_coalese()
519 dim_update_sample(pfvf->napi_events, rx_frames, rx_bytes, &dim_sample); in otx2_adjust_adaptive_coalese()
/Linux-v6.6/drivers/scsi/bfa/
Dbfad_attr.c289 hstats->rx_frames = fcstats->fc.rx_frames; in bfad_im_get_stats()
/Linux-v6.6/drivers/scsi/fnic/
Dfnic_main.c220 stats->rx_frames = vs->rx.rx_unicast_frames_ok; in fnic_get_stats()
251 stats->rx_frames); in fnic_dump_fchost_stats()

123