Home
last modified time | relevance | path

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

123

/linux/drivers/net/ethernet/synopsys/
H A 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()
H A 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()
H A Ddwc-xlgmac.h594 unsigned int rx_frames; member
/linux/net/can/
H A 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()
H A Daf_can.h69 unsigned long rx_frames; member
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c439 ec->rx_max_coalesced_frames = pdata->rx_frames; in xgbe_get_coalesce()
453 unsigned int rx_frames, rx_riwt, rx_usecs; in xgbe_set_coalesce() local
458 rx_frames = ec->rx_max_coalesced_frames; in xgbe_set_coalesce()
470 if (rx_frames > pdata->rx_desc_count) { in xgbe_set_coalesce()
487 pdata->rx_frames = rx_frames; in xgbe_set_coalesce()
H A Dxgbe-dev.c1500 unsigned int rx_frames = pdata->rx_frames; in xgbe_rx_desc_reset() local
1504 if (!rx_usecs && !rx_frames) { in xgbe_rx_desc_reset()
1509 if (rx_frames && !((index + 1) % rx_frames)) in xgbe_rx_desc_reset()
/linux/drivers/usb/gadget/function/
H A 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/drivers/s390/scsi/
H A 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()
H A Dzfcp_fsf.h419 u64 rx_frames; member
/linux/include/soc/fsl/qe/
H A Ducc_fast.h196 u32 rx_frames; /* Received frames counter (only frames member
H A Ducc_slow.h208 u32 rx_frames; /* Received frames counters (only frames member
/linux/drivers/net/
H A 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/drivers/net/ethernet/qlogic/qed/
H A 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/drivers/scsi/csiostor/
H A Dt4fw_api_stor.h448 __be64 rx_frames; member
465 __be64 rx_frames; member
/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h26 u64 rx_frames; /*!< Rx frames */ member
H A Dbfi_enet.h746 u64 rx_frames; member
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A 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/drivers/net/wireless/silabs/wfx/
H A Ddebug.c94 PUT_COUNTER(rx_frames); in wfx_counters_show()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c2255 rx_max_coalesced_frames = intrmod->rx_frames; in oct_cfg_rx_intrcnt()
2269 intrmod->rx_frames = rx_max_coalesced_frames; in oct_cfg_rx_intrcnt()
2277 rx_max_coalesced_frames = intrmod->rx_frames; in oct_cfg_rx_intrcnt()
2290 intrmod->rx_frames = rx_max_coalesced_frames; in oct_cfg_rx_intrcnt()
2341 (intrmod->rx_frames | in oct_cfg_rx_intrtime()
2363 (intrmod->rx_frames | in oct_cfg_rx_intrtime()
2464 intrmod.rx_frames = CFG_GET_OQ_INTR_PKT(octeon_get_conf(oct)); in lio_set_intr_coalesce()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.c366 stats->rx_frames = rsp->rx.ucast + rsp->rx.bcast + in rvu_rep_get_stats()
385 stats->rx_packets = rep->stats.rx_frames; in rvu_rep_get_stats64()
H A Dotx2_txrx.c529 u64 rx_frames, rx_bytes; in otx2_adjust_adaptive_coalese() local
532 rx_frames = OTX2_GET_RX_STATS(RX_BCAST) + OTX2_GET_RX_STATS(RX_MCAST) + in otx2_adjust_adaptive_coalese()
539 rx_frames + tx_frames, in otx2_adjust_adaptive_coalese()
/linux/drivers/soc/fsl/qe/
H A Ducc_fast.c225 uccf->rx_frames = 0; in ucc_fast_init()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h184 u64 rx_frames; member
/linux/drivers/scsi/fnic/
H A Dfnic_main.c224 stats->rx_frames = vs->rx.rx_unicast_frames_ok; in fnic_get_stats()
255 stats->rx_frames); in fnic_dump_fchost_stats()

123