Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-ethtool.c156 ec->rx_max_coalesced_frames = pdata->rx_frames; in xlgmac_ethtool_get_coalesce()
167 unsigned int rx_frames, rx_riwt, rx_usecs; in xlgmac_ethtool_set_coalesce() local
186 rx_frames = ec->rx_max_coalesced_frames; in xlgmac_ethtool_set_coalesce()
191 (rx_frames > pdata->rx_desc_count)) in xlgmac_ethtool_set_coalesce()
199 pdata->rx_frames = rx_frames; in xlgmac_ethtool_set_coalesce()
Ddwc-xlgmac.h593 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-v5.4/net/can/
Dproc.c135 if (pkg_stats->rx_frames > (ULONG_MAX / HZ)) in can_stat_update()
147 if (pkg_stats->rx_frames) in can_stat_update()
149 pkg_stats->rx_frames; in can_stat_update()
154 pkg_stats->rx_frames); in can_stat_update()
221 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-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c439 ec->rx_max_coalesced_frames = pdata->rx_frames; in xgbe_get_coalesce()
451 unsigned int rx_frames, rx_riwt, rx_usecs; in xgbe_set_coalesce() local
480 rx_frames = ec->rx_max_coalesced_frames; in xgbe_set_coalesce()
492 if (rx_frames > pdata->rx_desc_count) { in xgbe_set_coalesce()
509 pdata->rx_frames = rx_frames; in xgbe_set_coalesce()
/Linux-v5.4/drivers/usb/gadget/function/
Du_ether.c65 struct sk_buff_head rx_frames; member
272 &dev->rx_frames); in rx_complete()
279 skb_queue_tail(&dev->rx_frames, skb); in rx_complete()
283 skb2 = skb_dequeue(&dev->rx_frames); in rx_complete()
303 skb2 = skb_dequeue(&dev->rx_frames); in rx_complete()
766 skb_queue_head_init(&dev->rx_frames); in gether_setup_name()
832 skb_queue_head_init(&dev->rx_frames); in gether_setup_name_default()
/Linux-v5.4/drivers/s390/scsi/
Dzfcp_scsi.c540 fc_stats->rx_frames = data->rx_frames - old->rx_frames; in zfcp_scsi_adjust_fc_host_stats()
571 fc_stats->rx_frames = data->rx_frames; in zfcp_scsi_set_fc_host_stats()
Dzfcp_fsf.h390 u64 rx_frames; member
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c553 u32 *tx_frames, u32 *rx_frames) in hns_ae_get_max_coalesced_frames() argument
566 *rx_frames = hns_rcb_get_rx_coalesced_frames(ring_pair->rcb_common, in hns_ae_get_max_coalesced_frames()
581 u32 tx_frames, u32 rx_frames) in hns_ae_set_coalesce_frames() argument
590 if (tx_frames != rx_frames) in hns_ae_set_coalesce_frames()
594 ring_pair->port_id_in_comm, rx_frames); in hns_ae_set_coalesce_frames()
606 ring_pair->port_id_in_comm, rx_frames); in hns_ae_set_coalesce_frames()
Dhnae.h497 u32 *tx_frames, u32 *rx_frames);
500 u32 tx_frames, u32 rx_frames);
/Linux-v5.4/include/soc/fsl/qe/
Ducc_slow.h209 u32 rx_frames; /* Received frames counters (only frames member
Ducc_fast.h197 u32 rx_frames; /* Received frames counter (only frames member
/Linux-v5.4/drivers/net/
Dsb1000.c70 unsigned int rx_frames; member
765 lp->rx_frames++; in sb1000_rx()
955 lp->rx_frames = 0; in sb1000_open()
1010 stats[1] = lp->rx_frames; in sb1000_dev_ioctl()
/Linux-v5.4/drivers/net/ethernet/brocade/bna/
Dbfa_defs_cna.h26 u64 rx_frames; /*!< Rx frames */ member
/Linux-v5.4/drivers/scsi/csiostor/
Dt4fw_api_stor.h448 __be64 rx_frames; member
465 __be64 rx_frames; member
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_mng_tlv.c276 p_buf->p_val = &p_drv_buf->rx_frames; in qed_mfw_get_gen_tlv_value()
277 return sizeof(p_drv_buf->rx_frames); in qed_mfw_get_gen_tlv_value()
1148 p_buf->p_val = &p_drv_buf->rx_frames; in qed_mfw_get_iscsi_tlv_value()
1149 return sizeof(p_drv_buf->rx_frames); in qed_mfw_get_iscsi_tlv_value()
Dqed_mcp.h237 u64 rx_frames; member
/Linux-v5.4/drivers/soc/fsl/qe/
Ducc_slow.c174 uccs->rx_frames = 0; in ucc_slow_init()
Ducc_fast.c222 uccf->rx_frames = 0; in ucc_fast_init()
/Linux-v5.4/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-v5.4/drivers/net/ethernet/cavium/liquidio/
Dlio_ethtool.c2247 rx_max_coalesced_frames = intrmod->rx_frames; in oct_cfg_rx_intrcnt()
2261 intrmod->rx_frames = rx_max_coalesced_frames; in oct_cfg_rx_intrcnt()
2269 rx_max_coalesced_frames = intrmod->rx_frames; in oct_cfg_rx_intrcnt()
2282 intrmod->rx_frames = rx_max_coalesced_frames; in oct_cfg_rx_intrcnt()
2333 (intrmod->rx_frames | in oct_cfg_rx_intrtime()
2355 (intrmod->rx_frames | in oct_cfg_rx_intrtime()
2454 intrmod.rx_frames = CFG_GET_OQ_INTR_PKT(octeon_get_conf(oct)); in lio_set_intr_coalesce()
/Linux-v5.4/drivers/net/ethernet/cavium/thunder/
Dnic.h184 u64 rx_frames; member
/Linux-v5.4/drivers/scsi/bfa/
Dbfad_attr.c287 hstats->rx_frames = fcstats->fc.rx_frames; in bfad_im_get_stats()
/Linux-v5.4/drivers/scsi/fnic/
Dfnic_main.c231 stats->rx_frames = vs->rx.rx_unicast_frames_ok; in fnic_get_stats()
262 stats->rx_frames); in fnic_dump_fchost_stats()

123