/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-ethtool.c | 159 ec->tx_max_coalesced_frames = pdata->tx_frames; in xlgmac_ethtool_get_coalesce() 173 unsigned int tx_frames; in xlgmac_ethtool_set_coalesce() local 178 tx_frames = ec->tx_max_coalesced_frames; in xlgmac_ethtool_set_coalesce() 185 if (tx_frames > pdata->tx_desc_count) in xlgmac_ethtool_set_coalesce() 193 pdata->tx_frames = tx_frames; in xlgmac_ethtool_set_coalesce()
|
D | dwc-xlgmac.h | 588 unsigned int tx_frames; member
|
D | dwc-xlgmac-common.c | 218 pdata->tx_frames = XLGMAC_INIT_DMA_TX_FRAMES; in xlgmac_init()
|
/drivers/net/wireless/ti/wl1251/ |
D | tx.c | 61 if (wl->tx_frames[i] == NULL) { in wl1251_tx_id() 62 wl->tx_frames[i] = skb; in wl1251_tx_id() 216 wl->tx_frames[tx_hdr->id] = skb = newskb; in wl1251_tx_send_packet() 403 skb = wl->tx_frames[result->id]; in wl1251_tx_packet_cb() 439 wl->tx_frames[result->id] = NULL; in wl1251_tx_packet_cb() 566 if (wl->tx_frames[i] != NULL) { in wl1251_tx_flush() 567 skb = wl->tx_frames[i]; in wl1251_tx_flush() 574 wl->tx_frames[i] = NULL; in wl1251_tx_flush()
|
D | wl1251.h | 311 struct sk_buff *tx_frames[16]; member
|
/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 447 ec->tx_max_coalesced_frames = pdata->tx_frames; in xgbe_get_coalesce() 460 unsigned int tx_frames; in xgbe_set_coalesce() local 482 tx_frames = ec->tx_max_coalesced_frames; in xgbe_set_coalesce() 485 if (tx_frames > pdata->tx_desc_count) { in xgbe_set_coalesce() 496 pdata->tx_frames = tx_frames; in xgbe_set_coalesce()
|
/drivers/net/wireless/ti/wl18xx/ |
D | tx.c | 71 if (unlikely(id >= wl->num_tx_desc || wl->tx_frames[id] == NULL)) { in wl18xx_tx_complete_packet() 79 skb = wl->tx_frames[id]; in wl18xx_tx_complete_packet()
|
/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ae_adapt.c | 531 u32 *tx_frames, u32 *rx_frames) in hns_ae_get_max_coalesced_frames() argument 539 *tx_frames = hns_rcb_get_rx_coalesced_frames( in hns_ae_get_max_coalesced_frames() 542 *tx_frames = hns_rcb_get_tx_coalesced_frames( in hns_ae_get_max_coalesced_frames() 559 u32 tx_frames, u32 rx_frames) in hns_ae_set_coalesce_frames() argument 568 if (tx_frames != rx_frames) in hns_ae_set_coalesce_frames() 574 if (tx_frames != 1) in hns_ae_set_coalesce_frames() 578 ring_pair->port_id_in_comm, tx_frames); in hns_ae_set_coalesce_frames()
|
D | hnae.h | 491 u32 *tx_frames, u32 *rx_frames); 494 u32 tx_frames, u32 rx_frames);
|
/drivers/s390/scsi/ |
D | zfcp_scsi.c | 560 fc_stats->tx_frames = data->tx_frames - old->tx_frames; in zfcp_scsi_adjust_fc_host_stats() 591 fc_stats->tx_frames = data->tx_frames; in zfcp_scsi_set_fc_host_stats()
|
D | zfcp_fsf.h | 417 u64 tx_frames; member
|
/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 58 wl->tx_frames[id] = skb; in wl1271_alloc_tx_id() 69 wl->tx_frames[id] = NULL; in wl1271_free_tx_id() 911 if (unlikely(id >= wl->num_tx_desc || wl->tx_frames[id] == NULL)) { in wl1271_tx_complete_packet() 916 skb = wl->tx_frames[id]; in wl1271_tx_complete_packet() 1100 if (wl->tx_frames[i] == NULL) in wl12xx_tx_reset() 1103 skb = wl->tx_frames[i]; in wl12xx_tx_reset()
|
D | wlcore.h | 276 struct sk_buff *tx_frames[WLCORE_MAX_TX_DESCRIPTORS]; member
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | xgmac.c | 486 mac->tx_mcnt = s->tx_frames; in t3_mac_enable() 537 u64 tx_mcnt = s->tx_frames; in t3b2_mac_watchdog_task() 576 mac->tx_mcnt = s->tx_frames; in t3b2_mac_watchdog_task() 635 RMON_UPDATE64(mac, tx_frames, TX_FRAME_LOW, TX_FRAME_HIGH); in t3_mac_update_stats()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_mng_tlv.c | 290 p_buf->p_val = &p_drv_buf->tx_frames; in qed_mfw_get_gen_tlv_value() 291 return sizeof(p_drv_buf->tx_frames); in qed_mfw_get_gen_tlv_value() 1162 p_buf->p_val = &p_drv_buf->tx_frames; in qed_mfw_get_iscsi_tlv_value() 1163 return sizeof(p_drv_buf->tx_frames); in qed_mfw_get_iscsi_tlv_value()
|
D | qed_mcp.h | 249 u64 tx_frames; member
|
/drivers/scsi/csiostor/ |
D | t4fw_api_stor.h | 446 __be64 tx_frames; member 463 __be64 tx_frames; member
|
/drivers/net/ethernet/brocade/bna/ |
D | bfa_defs_cna.h | 19 u64 tx_frames; /*!< Tx frames */ member
|
/drivers/net/ethernet/cavium/thunder/ |
D | nic.h | 201 u64 tx_frames; member
|
/drivers/soc/fsl/qe/ |
D | ucc_fast.c | 224 uccf->tx_frames = 0; in ucc_fast_init()
|
/drivers/scsi/bfa/ |
D | bfad_attr.c | 287 hstats->tx_frames = fcstats->fc.tx_frames; in bfad_im_get_stats()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 57 priv->tx_cq[t][i]->moder_cnt = priv->tx_frames; in mlx4_en_moderation_update() 1008 coal->tx_max_coalesced_frames = priv->tx_frames; in mlx4_en_get_coalesce() 1061 coal->tx_max_coalesced_frames != priv->tx_frames) { in mlx4_en_set_coalesce() 1063 priv->tx_frames = coal->tx_max_coalesced_frames; in mlx4_en_set_coalesce()
|
/drivers/net/ethernet/google/gve/ |
D | gve_main.c | 1241 u32 tx_frames = 0; in gve_handle_report_stats() local 1246 tx_frames = priv->tx[idx].req; in gve_handle_report_stats() 1265 .value = cpu_to_be64(tx_frames), in gve_handle_report_stats()
|
/drivers/scsi/fnic/ |
D | fnic_main.c | 229 stats->tx_frames = vs->tx.tx_unicast_frames_ok; in fnic_get_stats() 256 stats->tx_frames); in fnic_dump_fchost_stats()
|
/drivers/net/ethernet/intel/ |
D | e100.c | 586 u32 tx_frames; member 1616 nic->tx_frames = le32_to_cpu(s->tx_good_frames); in e100_update_stats() 1672 if ((nic->tx_frames / 32 < nic->tx_collisions) && in e100_adjust_adaptive_ifs() 1673 (nic->tx_frames > min_frames)) { in e100_adjust_adaptive_ifs() 1676 } else if (nic->tx_frames < min_frames) { in e100_adjust_adaptive_ifs()
|