/Linux-v5.4/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-ethtool.c | 156 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()
|
D | dwc-xlgmac.h | 593 unsigned int rx_frames; member
|
D | dwc-xlgmac-hw.c | 1087 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/ |
D | proc.c | 135 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()
|
D | af_can.h | 69 unsigned long rx_frames; member
|
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 439 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/ |
D | u_ether.c | 65 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/ |
D | zfcp_scsi.c | 540 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()
|
D | zfcp_fsf.h | 390 u64 rx_frames; member
|
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ae_adapt.c | 553 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()
|
D | hnae.h | 497 u32 *tx_frames, u32 *rx_frames); 500 u32 tx_frames, u32 rx_frames);
|
/Linux-v5.4/include/soc/fsl/qe/ |
D | ucc_slow.h | 209 u32 rx_frames; /* Received frames counters (only frames member
|
D | ucc_fast.h | 197 u32 rx_frames; /* Received frames counter (only frames member
|
/Linux-v5.4/drivers/net/ |
D | sb1000.c | 70 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/ |
D | bfa_defs_cna.h | 26 u64 rx_frames; /*!< Rx frames */ member
|
/Linux-v5.4/drivers/scsi/csiostor/ |
D | t4fw_api_stor.h | 448 __be64 rx_frames; member 465 __be64 rx_frames; member
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_mng_tlv.c | 276 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()
|
D | qed_mcp.h | 237 u64 rx_frames; member
|
/Linux-v5.4/drivers/soc/fsl/qe/ |
D | ucc_slow.c | 174 uccs->rx_frames = 0; in ucc_slow_init()
|
D | ucc_fast.c | 222 uccf->rx_frames = 0; in ucc_fast_init()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
D | xgmac.c | 492 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/ |
D | lio_ethtool.c | 2247 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/ |
D | nic.h | 184 u64 rx_frames; member
|
/Linux-v5.4/drivers/scsi/bfa/ |
D | bfad_attr.c | 287 hstats->rx_frames = fcstats->fc.rx_frames; in bfad_im_get_stats()
|
/Linux-v5.4/drivers/scsi/fnic/ |
D | fnic_main.c | 231 stats->rx_frames = vs->rx.rx_unicast_frames_ok; in fnic_get_stats() 262 stats->rx_frames); in fnic_dump_fchost_stats()
|