Home
last modified time | relevance | path

Searched refs:EIB_WPRI_LO (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_chan.c111 EIB_WPRI_LO); in eib_chan_post_rx()
H A Deib_fip.c94 if ((swqe = eib_rsrc_grab_swqe(ss, EIB_WPRI_LO)) == NULL) { in eib_fip_login()
131 if ((swqe = eib_rsrc_grab_swqe(ss, EIB_WPRI_LO)) == NULL) { in eib_fip_vhub_table()
223 if ((swqe = eib_rsrc_grab_swqe(ss, EIB_WPRI_LO)) == NULL) { in eib_fip_logout()
H A Deib_mac.c333 if ((swqe = eib_rsrc_grab_swqe(ss, EIB_WPRI_LO)) == NULL) { in eib_mac_tx()
H A Deib_rsrc.c983 if (pri == EIB_WPRI_LO) { in eib_rsrc_grab_wqes()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h343 #define EIB_WPRI_LO 2 /* for all other posts */ macro