Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c297 cq->cq_buf = buf; in tavor_cq_alloc()
735 cq->cq_buf = buf; in tavor_cq_resize()
868 cqe = &cq->cq_buf[cons_indx]; in tavor_cq_poll()
898 cqe = &cq->cq_buf[cons_indx]; in tavor_cq_poll()
1564 old_cqe = &cq->cq_buf[old_cons_indx]; in tavor_cq_resize_helper()
1588 old_cqe = &cq->cq_buf[old_cons_indx]; in tavor_cq_resize_helper()
1639 cqe = &cq->cq_buf[cons_indx]; in tavor_cq_srq_entries_flush()
1661 cqe = &cq->cq_buf[tail_cons_indx]; in tavor_cq_srq_entries_flush()
1675 cqe = &cq->cq_buf[check_indx]; in tavor_cq_srq_entries_flush()
1698 next_cqe = &cq->cq_buf[new_indx]; in tavor_cq_srq_entries_flush()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c340 cq->cq_buf = buf; in hermon_cq_alloc()
752 resize_hdl->cq_buf = buf; in hermon_cq_resize()
899 cqe = &cq->cq_buf[cons_indx & wrap_around_mask]; in hermon_cq_poll()
926 cqe = &cq->cq_buf[cons_indx & wrap_around_mask]; in hermon_cq_poll()
942 cqe = &cq->cq_buf[cons_indx & wrap_around_mask]; in hermon_cq_poll()
1627 cq->cq_buf = resize_hdl->cq_buf; in hermon_cq_resize_helper()
1679 cqe = &cq->cq_buf[cons_indx & wrap_around_mask]; in hermon_cq_entries_flush()
1698 cqe = &cq->cq_buf[tail_cons_indx & wrap_around_mask]; in hermon_cq_entries_flush()
1709 cqe = &cq->cq_buf[check_indx & wrap_around_mask]; in hermon_cq_entries_flush()
1732 &cq->cq_buf[new_indx & wrap_around_mask]; in hermon_cq_entries_flush()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cq.h215 tavor_hw_cqe_t *cq_buf; member
251 tavor_sw_cq_s::cq_buf
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cq.h216 hermon_hw_cqe_t *cq_buf; member
256 hermon_sw_cq_s::cq_buf