/Linux-v4.19/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
|
/Linux-v4.19/net/can/ |
D | proc.c | 133 if (can_stats->rx_frames > (ULONG_MAX / HZ)) in can_stat_update() 145 if (can_stats->rx_frames) in can_stat_update() 147 can_stats->rx_frames; in can_stat_update() 152 can_stats->rx_frames); in can_stat_update() 219 seq_printf(m, " %8ld received frames (RXF)\n", can_stats->rx_frames); in can_stats_proc_show()
|
D | af_can.h | 84 unsigned long rx_frames; member
|
/Linux-v4.19/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-v4.19/drivers/usb/gadget/function/ |
D | u_ether.c | 65 struct sk_buff_head rx_frames; member 270 &dev->rx_frames); in rx_complete() 277 skb_queue_tail(&dev->rx_frames, skb); in rx_complete() 281 skb2 = skb_dequeue(&dev->rx_frames); in rx_complete() 301 skb2 = skb_dequeue(&dev->rx_frames); in rx_complete() 764 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-v4.19/drivers/s390/scsi/ |
D | zfcp_scsi.c | 520 fc_stats->rx_frames = data->rx_frames - old->rx_frames; in zfcp_scsi_adjust_fc_host_stats() 551 fc_stats->rx_frames = data->rx_frames; in zfcp_scsi_set_fc_host_stats()
|
D | zfcp_fsf.h | 390 u64 rx_frames; member
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ae_adapt.c | 556 u32 *tx_frames, u32 *rx_frames) in hns_ae_get_max_coalesced_frames() argument 569 *rx_frames = hns_rcb_get_rx_coalesced_frames(ring_pair->rcb_common, in hns_ae_get_max_coalesced_frames() 584 u32 tx_frames, u32 rx_frames) in hns_ae_set_coalesce_frames() argument 593 if (tx_frames != rx_frames) in hns_ae_set_coalesce_frames() 597 ring_pair->port_id_in_comm, rx_frames); in hns_ae_set_coalesce_frames() 609 ring_pair->port_id_in_comm, rx_frames); in hns_ae_set_coalesce_frames()
|
D | hnae.h | 504 u32 *tx_frames, u32 *rx_frames); 507 u32 tx_frames, u32 rx_frames);
|
/Linux-v4.19/include/soc/fsl/qe/ |
D | ucc_slow.h | 213 u32 rx_frames; /* Received frames counters (only frames member
|
D | ucc_fast.h | 195 u32 rx_frames; /* Received frames counter (only frames member
|
/Linux-v4.19/drivers/net/ |
D | sb1000.c | 74 unsigned int rx_frames; member 769 lp->rx_frames++; in sb1000_rx() 959 lp->rx_frames = 0; in sb1000_open() 1014 stats[1] = lp->rx_frames; in sb1000_dev_ioctl()
|
/Linux-v4.19/drivers/net/ethernet/brocade/bna/ |
D | bfa_defs_cna.h | 34 u64 rx_frames; /*!< Rx frames */ member
|
/Linux-v4.19/drivers/scsi/csiostor/ |
D | t4fw_api_stor.h | 448 __be64 rx_frames; member 465 __be64 rx_frames; member
|
/Linux-v4.19/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-v4.19/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.h | 303 u32 tx_frames, rx_frames; /* interrupt moderation */ member
|
/Linux-v4.19/drivers/soc/fsl/qe/ |
D | ucc_slow.c | 178 uccs->rx_frames = 0; in ucc_slow_init()
|
D | ucc_fast.c | 226 uccf->rx_frames = 0; in ucc_fast_init()
|
/Linux-v4.19/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-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | lio_ethtool.c | 2320 rx_max_coalesced_frames = intrmod->rx_frames; in oct_cfg_rx_intrcnt() 2334 intrmod->rx_frames = rx_max_coalesced_frames; in oct_cfg_rx_intrcnt() 2342 rx_max_coalesced_frames = intrmod->rx_frames; in oct_cfg_rx_intrcnt() 2355 intrmod->rx_frames = rx_max_coalesced_frames; in oct_cfg_rx_intrcnt() 2406 (intrmod->rx_frames | in oct_cfg_rx_intrtime() 2428 (intrmod->rx_frames | in oct_cfg_rx_intrtime() 2527 intrmod.rx_frames = CFG_GET_OQ_INTR_PKT(octeon_get_conf(oct)); in lio_set_intr_coalesce()
|
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | nic.h | 187 u64 rx_frames; member
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/ |
D | hnae3.h | 327 u32 *tx_frames, u32 *rx_frames);
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfad_attr.c | 295 hstats->rx_frames = fcstats->fc.rx_frames; in bfad_im_get_stats()
|