Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c168 EIB_INCR_COUNTER(&stats->st_ierrors); in eib_data_rx_comp_handler()
262 EIB_INCR_COUNTER(&stats->st_oerrors); in eib_data_tx_comp_handler()
915 EIB_INCR_COUNTER(&stats->st_opkts); in eib_data_prepare_sgl()
1069 EIB_INCR_COUNTER(brdcst); in eib_data_is_mcast_pkt_ok()
1071 EIB_INCR_COUNTER(multicst); in eib_data_is_mcast_pkt_ok()
1148 EIB_INCR_COUNTER(&stats->st_norcvbuf); in eib_data_rx_comp()
H A Deib_rsrc.c395 EIB_INCR_COUNTER(&ss->ei_stats->st_noxmitbuf); in eib_rsrc_txwqes_needed()
410 EIB_INCR_COUNTER(&ss->ei_stats->st_noxmitbuf); in eib_rsrc_lsobufs_needed()
H A Deib_vnic.c642 EIB_INCR_COUNTER(&stats->st_brdcstxmit); in eib_vnic_setup_dest()
644 EIB_INCR_COUNTER(&stats->st_multixmit); in eib_vnic_setup_dest()
825 EIB_INCR_COUNTER(&ss->ei_stats->st_noxmitbuf); in eib_vnic_need_new()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h643 #define EIB_INCR_COUNTER(addr) (atomic_inc_64((addr))) macro