Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_event.h232 tavor_hw_eqe_t *eq_buf; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_event.h278 hermon_hw_eqe_t *eq_buf; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c641 eqe = &eq->eq_buf[cons_indx]; in tavor_eq_poll()
700 eqe = &eq->eq_buf[cons_indx]; in tavor_eq_poll()
992 eq->eq_buf = buf; in tavor_eq_alloc()
1199 offset = (off_t)((uintptr_t)eqe - (uintptr_t)&eq->eq_buf[0]); in tavor_eqe_sync()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c534 eqe = &eq->eq_buf[(cons_indx & wrap_around_mask)]; in hermon_eq_poll()
576 eqe = &eq->eq_buf[(cons_indx & wrap_around_mask)]; in hermon_eq_poll()
862 eq->eq_buf = buf; in hermon_eq_alloc()