Home
last modified time | relevance | path

Searched refs:ethtool_sprintf (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/net/ethernet/brocade/bna/
A Dbnad_ethtool.c534 ethtool_sprintf(string, "txf%d_ucast", f_num); in bnad_get_txf_strings()
537 ethtool_sprintf(string, "txf%d_mcast", f_num); in bnad_get_txf_strings()
540 ethtool_sprintf(string, "txf%d_bcast", f_num); in bnad_get_txf_strings()
542 ethtool_sprintf(string, "txf%d_errors", f_num); in bnad_get_txf_strings()
550 ethtool_sprintf(string, "rxf%d_ucast", f_num); in bnad_get_rxf_strings()
553 ethtool_sprintf(string, "rxf%d_mcast", f_num); in bnad_get_rxf_strings()
556 ethtool_sprintf(string, "rxf%d_bcast", f_num); in bnad_get_rxf_strings()
566 ethtool_sprintf(string, "cq%d_intr", q_num); in bnad_get_cq_strings()
567 ethtool_sprintf(string, "cq%d_poll", q_num); in bnad_get_cq_strings()
576 ethtool_sprintf(string, "rxq%d_bytes", q_num); in bnad_get_rxq_strings()
[all …]
/linux/drivers/net/ethernet/hisilicon/hns/
A Dhns_dsaf_rcb.c940 ethtool_sprintf(&buff, "tx_ring%d_fbd_num", index); in hns_rcb_get_strings()
942 ethtool_sprintf(&buff, "tx_ring%d_pkt_num", index); in hns_rcb_get_strings()
943 ethtool_sprintf(&buff, "tx_ring%d_bytes", index); in hns_rcb_get_strings()
944 ethtool_sprintf(&buff, "tx_ring%d_err_cnt", index); in hns_rcb_get_strings()
945 ethtool_sprintf(&buff, "tx_ring%d_io_err", index); in hns_rcb_get_strings()
946 ethtool_sprintf(&buff, "tx_ring%d_sw_err", index); in hns_rcb_get_strings()
947 ethtool_sprintf(&buff, "tx_ring%d_seg_pkt", index); in hns_rcb_get_strings()
957 ethtool_sprintf(&buff, "rx_ring%d_bytes", index); in hns_rcb_get_strings()
959 ethtool_sprintf(&buff, "rx_ring%d_io_err", index); in hns_rcb_get_strings()
960 ethtool_sprintf(&buff, "rx_ring%d_sw_err", index); in hns_rcb_get_strings()
[all …]
A Dhns_ethtool.c914 ethtool_sprintf(&buff, in hns_get_strings()
916 ethtool_sprintf(&buff, in hns_get_strings()
919 ethtool_sprintf(&buff, in hns_get_strings()
923 ethtool_sprintf(&buff, "rx_packets"); in hns_get_strings()
924 ethtool_sprintf(&buff, "tx_packets"); in hns_get_strings()
925 ethtool_sprintf(&buff, "rx_bytes"); in hns_get_strings()
926 ethtool_sprintf(&buff, "tx_bytes"); in hns_get_strings()
927 ethtool_sprintf(&buff, "rx_errors"); in hns_get_strings()
928 ethtool_sprintf(&buff, "tx_errors"); in hns_get_strings()
929 ethtool_sprintf(&buff, "rx_dropped"); in hns_get_strings()
[all …]
A Dhns_dsaf_ppe.c468 ethtool_sprintf(&buff, "ppe%d_rx_sw_pkt", index); in hns_ppe_get_strings()
469 ethtool_sprintf(&buff, "ppe%d_rx_pkt_ok", index); in hns_ppe_get_strings()
470 ethtool_sprintf(&buff, "ppe%d_rx_drop_pkt_no_bd", index); in hns_ppe_get_strings()
471 ethtool_sprintf(&buff, "ppe%d_rx_alloc_buf_fail", index); in hns_ppe_get_strings()
472 ethtool_sprintf(&buff, "ppe%d_rx_alloc_buf_wait", index); in hns_ppe_get_strings()
473 ethtool_sprintf(&buff, "ppe%d_rx_pkt_drop_no_buf", index); in hns_ppe_get_strings()
474 ethtool_sprintf(&buff, "ppe%d_rx_pkt_err_fifo_full", index); in hns_ppe_get_strings()
476 ethtool_sprintf(&buff, "ppe%d_tx_bd", index); in hns_ppe_get_strings()
477 ethtool_sprintf(&buff, "ppe%d_tx_pkt", index); in hns_ppe_get_strings()
478 ethtool_sprintf(&buff, "ppe%d_tx_pkt_ok", index); in hns_ppe_get_strings()
[all …]
A Dhns_dsaf_gmac.c681 ethtool_sprintf(&buff, g_gmac_stats_string[i].desc); in hns_gmac_get_strings()
A Dhns_dsaf_xgmac.c755 ethtool_sprintf(&buff, g_xgmac_stats_string[i].desc); in hns_xgmac_get_strings()
/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_ethtool.c454 ethtool_sprintf(&data, "hw_rx_csum_ok"); in nfp_vnic_get_sw_stats_strings()
457 ethtool_sprintf(&data, "hw_rx_csum_err"); in nfp_vnic_get_sw_stats_strings()
460 ethtool_sprintf(&data, "hw_tx_csum"); in nfp_vnic_get_sw_stats_strings()
462 ethtool_sprintf(&data, "tx_gather"); in nfp_vnic_get_sw_stats_strings()
463 ethtool_sprintf(&data, "tx_lso"); in nfp_vnic_get_sw_stats_strings()
465 ethtool_sprintf(&data, "tx_tls_ooo"); in nfp_vnic_get_sw_stats_strings()
468 ethtool_sprintf(&data, "hw_tls_no_space"); in nfp_vnic_get_sw_stats_strings()
554 ethtool_sprintf(&data, "rxq_%u_pkts", i); in nfp_vnic_get_hw_stats_strings()
556 ethtool_sprintf(&data, "txq_%u_pkts", i); in nfp_vnic_get_hw_stats_strings()
610 ethtool_sprintf(&data, "rxq_%u_pkts", i); in nfp_vnic_get_tlv_stats_strings()
[all …]
/linux/drivers/net/ethernet/pensando/ionic/
A Dionic_stats.c243 ethtool_sprintf(buf, "tx_%d_%s", q_num, in ionic_sw_stats_get_tx_strings()
253 ethtool_sprintf(buf, "rx_%d_%s", q_num, in ionic_sw_stats_get_rx_strings()
262 ethtool_sprintf(buf, ionic_lif_stats_desc[i].name); in ionic_sw_stats_get_strings()
265 ethtool_sprintf(buf, ionic_port_stats_desc[i].name); in ionic_sw_stats_get_strings()
/linux/drivers/net/ethernet/amazon/ena/
A Dena_ethtool.c257 ethtool_sprintf(data, in ena_queue_strings()
270 ethtool_sprintf(data, in ena_queue_strings()
286 ethtool_sprintf(data, in ena_com_dev_strings()
300 ethtool_sprintf(&data, ena_stats->name); in ena_get_strings()
306 ethtool_sprintf(&data, ena_stats->name); in ena_get_strings()
/linux/drivers/net/ethernet/intel/igc/
A Digc_ethtool.c769 ethtool_sprintf(&p, igc_gstrings_stats[i].stat_string); in igc_ethtool_get_strings()
771 ethtool_sprintf(&p, in igc_ethtool_get_strings()
774 ethtool_sprintf(&p, "tx_queue_%u_packets", i); in igc_ethtool_get_strings()
775 ethtool_sprintf(&p, "tx_queue_%u_bytes", i); in igc_ethtool_get_strings()
776 ethtool_sprintf(&p, "tx_queue_%u_restart", i); in igc_ethtool_get_strings()
779 ethtool_sprintf(&p, "rx_queue_%u_packets", i); in igc_ethtool_get_strings()
780 ethtool_sprintf(&p, "rx_queue_%u_bytes", i); in igc_ethtool_get_strings()
781 ethtool_sprintf(&p, "rx_queue_%u_drops", i); in igc_ethtool_get_strings()
782 ethtool_sprintf(&p, "rx_queue_%u_csum_err", i); in igc_ethtool_get_strings()
783 ethtool_sprintf(&p, "rx_queue_%u_alloc_failed", i); in igc_ethtool_get_strings()
/linux/drivers/net/vmxnet3/
A Dvmxnet3_ethtool.c233 ethtool_sprintf(&buf, vmxnet3_tq_dev_stats[i].desc); in vmxnet3_get_strings()
235 ethtool_sprintf(&buf, vmxnet3_tq_driver_stats[i].desc); in vmxnet3_get_strings()
240 ethtool_sprintf(&buf, vmxnet3_rq_dev_stats[i].desc); in vmxnet3_get_strings()
242 ethtool_sprintf(&buf, vmxnet3_rq_driver_stats[i].desc); in vmxnet3_get_strings()
246 ethtool_sprintf(&buf, vmxnet3_global_stats[i].desc); in vmxnet3_get_strings()
/linux/drivers/net/ethernet/intel/ice/
A Dice_ethtool.c889 ethtool_sprintf(&p, in __ice_get_strings()
896 ethtool_sprintf(&p, "tx_queue_%u_packets", i); in __ice_get_strings()
897 ethtool_sprintf(&p, "tx_queue_%u_bytes", i); in __ice_get_strings()
901 ethtool_sprintf(&p, "rx_queue_%u_packets", i); in __ice_get_strings()
902 ethtool_sprintf(&p, "rx_queue_%u_bytes", i); in __ice_get_strings()
909 ethtool_sprintf(&p, in __ice_get_strings()
913 ethtool_sprintf(&p, "tx_priority_%u_xon.nic", i); in __ice_get_strings()
914 ethtool_sprintf(&p, "tx_priority_%u_xoff.nic", i); in __ice_get_strings()
917 ethtool_sprintf(&p, "rx_priority_%u_xon.nic", i); in __ice_get_strings()
918 ethtool_sprintf(&p, "rx_priority_%u_xoff.nic", i); in __ice_get_strings()
[all …]
/linux/drivers/net/hyperv/
A Dnetvsc_drv.c1614 ethtool_sprintf(&p, netvsc_stats[i].name); in netvsc_get_strings()
1617 ethtool_sprintf(&p, vf_stats[i].name); in netvsc_get_strings()
1620 ethtool_sprintf(&p, "tx_queue_%u_packets", i); in netvsc_get_strings()
1621 ethtool_sprintf(&p, "tx_queue_%u_bytes", i); in netvsc_get_strings()
1622 ethtool_sprintf(&p, "rx_queue_%u_packets", i); in netvsc_get_strings()
1623 ethtool_sprintf(&p, "rx_queue_%u_bytes", i); in netvsc_get_strings()
1624 ethtool_sprintf(&p, "rx_queue_%u_xdp_drop", i); in netvsc_get_strings()
1629 ethtool_sprintf(&p, pcpu_stats[i].name, cpu); in netvsc_get_strings()
/linux/drivers/net/ethernet/intel/igb/
A Digb_ethtool.c2354 ethtool_sprintf(&p, in igb_get_strings()
2357 ethtool_sprintf(&p, in igb_get_strings()
2360 ethtool_sprintf(&p, "tx_queue_%u_packets", i); in igb_get_strings()
2361 ethtool_sprintf(&p, "tx_queue_%u_bytes", i); in igb_get_strings()
2362 ethtool_sprintf(&p, "tx_queue_%u_restart", i); in igb_get_strings()
2365 ethtool_sprintf(&p, "rx_queue_%u_packets", i); in igb_get_strings()
2366 ethtool_sprintf(&p, "rx_queue_%u_bytes", i); in igb_get_strings()
2367 ethtool_sprintf(&p, "rx_queue_%u_drops", i); in igb_get_strings()
2368 ethtool_sprintf(&p, "rx_queue_%u_csum_err", i); in igb_get_strings()
2369 ethtool_sprintf(&p, "rx_queue_%u_alloc_failed", i); in igb_get_strings()
/linux/drivers/net/ethernet/netronome/nfp/abm/
A Dmain.c422 ethtool_sprintf(&data, "q%u_no_wait", i); in nfp_abm_port_get_stats_strings()
423 ethtool_sprintf(&data, "q%u_delayed", i); in nfp_abm_port_get_stats_strings()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_ethtool.c1376 ethtool_sprintf(&p, ixgbe_gstrings_test[i]); in ixgbe_get_strings()
1380 ethtool_sprintf(&p, in ixgbe_get_strings()
1383 ethtool_sprintf(&p, "tx_queue_%u_packets", i); in ixgbe_get_strings()
1384 ethtool_sprintf(&p, "tx_queue_%u_bytes", i); in ixgbe_get_strings()
1387 ethtool_sprintf(&p, "rx_queue_%u_packets", i); in ixgbe_get_strings()
1388 ethtool_sprintf(&p, "rx_queue_%u_bytes", i); in ixgbe_get_strings()
1391 ethtool_sprintf(&p, "tx_pb_%u_pxon", i); in ixgbe_get_strings()
1392 ethtool_sprintf(&p, "tx_pb_%u_pxoff", i); in ixgbe_get_strings()
1395 ethtool_sprintf(&p, "rx_pb_%u_pxon", i); in ixgbe_get_strings()
1396 ethtool_sprintf(&p, "rx_pb_%u_pxoff", i); in ixgbe_get_strings()
/linux/include/linux/
A Dethtool.h813 extern __printf(2, 3) void ethtool_sprintf(u8 **data, const char *fmt, ...);
/linux/drivers/s390/net/
A Dqeth_ethtool.c84 ethtool_sprintf(data, "%s%s", prefix, stats[i].name); in qeth_add_stat_strings()
/linux/net/ethtool/
A Dioctl.c1968 __printf(2, 3) void ethtool_sprintf(u8 **data, const char *fmt, ...) in ethtool_sprintf() function
1978 EXPORT_SYMBOL(ethtool_sprintf);
/linux/drivers/net/
A Dvirtio_net.c2246 ethtool_sprintf(&p, "rx_queue_%u_%s", i, in virtnet_get_strings()
2252 ethtool_sprintf(&p, "tx_queue_%u_%s", i, in virtnet_get_strings()
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_ethtool.c2416 ethtool_sprintf(&p, i40e_gstrings_priv_flags[i].flag_string); in i40e_get_priv_flag_strings()
2420 ethtool_sprintf(&p, i40e_gl_gstrings_priv_flags[i].flag_string); in i40e_get_priv_flag_strings()
/linux/
A Dvmlinux.symvers12480 0x00000000 ethtool_sprintf vmlinux EXPORT_SYMBOL
A DSystem.map52425 ffff800010e079f0 T ethtool_sprintf
A D.tmp_System.map52425 ffff800010e079f0 T ethtool_sprintf

Completed in 394 milliseconds