Home
last modified time | relevance | path

Searched refs:tx_grp (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_ethtool.c81 {"tx_unicast", VNIC_STAT(tx_grp.unicast)},
82 {"tx_mcastbcast", VNIC_STAT(tx_grp.mcastbcast)},
83 {"tx_untagged", VNIC_STAT(tx_grp.untagged)},
84 {"tx_vlan", VNIC_STAT(tx_grp.vlan)},
86 {"tx_64_size", VNIC_STAT(tx_grp.s_64)},
87 {"tx_65_127", VNIC_STAT(tx_grp.s_65_127)},
88 {"tx_128_255", VNIC_STAT(tx_grp.s_128_255)},
89 {"tx_256_511", VNIC_STAT(tx_grp.s_256_511)},
90 {"tx_512_1023", VNIC_STAT(tx_grp.s_512_1023)},
91 {"tx_1024_1518", VNIC_STAT(tx_grp.s_1024_1518)},
[all …]
H A Dopa_vnic_vema_iface.c111 for (dst = &cntrs->tx_unicast, src = &vstats.tx_grp.unicast; in opa_vnic_get_summary_counters()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_ethtool.c81 {"tx_unicast", VNIC_STAT(tx_grp.unicast)},
82 {"tx_mcastbcast", VNIC_STAT(tx_grp.mcastbcast)},
83 {"tx_untagged", VNIC_STAT(tx_grp.untagged)},
84 {"tx_vlan", VNIC_STAT(tx_grp.vlan)},
86 {"tx_64_size", VNIC_STAT(tx_grp.s_64)},
87 {"tx_65_127", VNIC_STAT(tx_grp.s_65_127)},
88 {"tx_128_255", VNIC_STAT(tx_grp.s_128_255)},
89 {"tx_256_511", VNIC_STAT(tx_grp.s_256_511)},
90 {"tx_512_1023", VNIC_STAT(tx_grp.s_512_1023)},
91 {"tx_1024_1518", VNIC_STAT(tx_grp.s_1024_1518)},
[all …]
H A Dopa_vnic_vema_iface.c111 for (dst = &cntrs->tx_unicast, src = &vstats.tx_grp.unicast; in opa_vnic_get_summary_counters()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_ethtool.c81 {"tx_unicast", VNIC_STAT(tx_grp.unicast)},
82 {"tx_mcastbcast", VNIC_STAT(tx_grp.mcastbcast)},
83 {"tx_untagged", VNIC_STAT(tx_grp.untagged)},
84 {"tx_vlan", VNIC_STAT(tx_grp.vlan)},
86 {"tx_64_size", VNIC_STAT(tx_grp.s_64)},
87 {"tx_65_127", VNIC_STAT(tx_grp.s_65_127)},
88 {"tx_128_255", VNIC_STAT(tx_grp.s_128_255)},
89 {"tx_256_511", VNIC_STAT(tx_grp.s_256_511)},
90 {"tx_512_1023", VNIC_STAT(tx_grp.s_512_1023)},
91 {"tx_1024_1518", VNIC_STAT(tx_grp.s_1024_1518)},
[all …]
H A Dopa_vnic_vema_iface.c111 for (dst = &cntrs->tx_unicast, src = &vstats.tx_grp.unicast; in opa_vnic_get_summary_counters()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c95 SUM_GRP_COUNTERS(stats, qstats, tx_grp); in hfi1_vnic_update_stats()
170 struct opa_vnic_grp_stats *tx_grp = &stats->tx_grp; in hfi1_vnic_update_tx_counters() local
176 update_len_counters(tx_grp, skb->len); in hfi1_vnic_update_tx_counters()
183 tx_grp->mcastbcast++; in hfi1_vnic_update_tx_counters()
185 tx_grp->unicast++; in hfi1_vnic_update_tx_counters()
188 tx_grp->vlan++; in hfi1_vnic_update_tx_counters()
190 tx_grp->untagged++; in hfi1_vnic_update_tx_counters()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c95 SUM_GRP_COUNTERS(stats, qstats, tx_grp); in hfi1_vnic_update_stats()
170 struct opa_vnic_grp_stats *tx_grp = &stats->tx_grp; in hfi1_vnic_update_tx_counters() local
176 update_len_counters(tx_grp, skb->len); in hfi1_vnic_update_tx_counters()
183 tx_grp->mcastbcast++; in hfi1_vnic_update_tx_counters()
185 tx_grp->unicast++; in hfi1_vnic_update_tx_counters()
188 tx_grp->vlan++; in hfi1_vnic_update_tx_counters()
190 tx_grp->untagged++; in hfi1_vnic_update_tx_counters()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c95 SUM_GRP_COUNTERS(stats, qstats, tx_grp); in hfi1_vnic_update_stats()
170 struct opa_vnic_grp_stats *tx_grp = &stats->tx_grp; in hfi1_vnic_update_tx_counters() local
176 update_len_counters(tx_grp, skb->len); in hfi1_vnic_update_tx_counters()
183 tx_grp->mcastbcast++; in hfi1_vnic_update_tx_counters()
185 tx_grp->unicast++; in hfi1_vnic_update_tx_counters()
188 tx_grp->vlan++; in hfi1_vnic_update_tx_counters()
190 tx_grp->untagged++; in hfi1_vnic_update_tx_counters()
/dports/multimedia/libv4l/linux-5.13-rc2/include/rdma/
H A Dopa_vnic.h82 struct opa_vnic_grp_stats tx_grp; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/rdma/
H A Dopa_vnic.h82 struct opa_vnic_grp_stats tx_grp; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/rdma/
H A Dopa_vnic.h82 struct opa_vnic_grp_stats tx_grp; member