Home
last modified time | relevance | path

Searched refs:tx_drop_state (Results 1 – 4 of 4) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dvnic_main.c50 stats->tx_drop_state += qstats->tx_drop_state; in hfi1_vnic_update_stats()
76 stats->tx_drop_state + stats->tx_dlid_zero; in hfi1_vnic_update_stats()
227 vinfo->stats[q_idx].tx_drop_state++; in hfi1_netdev_start_xmit()
/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_ethtool.c115 {"tx_drop_state", VNIC_STAT(tx_drop_state)},
Dopa_vnic_vema_iface.c142 cntrs->tx_drop_state = cpu_to_be64(vstats.tx_drop_state); in opa_vnic_get_error_counters()
Dopa_vnic_encap.h400 __be64 tx_drop_state; member