Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c318 cq->cq_buf = buf; in tavor_cq_alloc()
789 cq->cq_buf = buf; in tavor_cq_resize()
941 cqe = &cq->cq_buf[cons_indx]; in tavor_cq_poll()
971 cqe = &cq->cq_buf[cons_indx]; in tavor_cq_poll()
1654 offset = (off_t)((uintptr_t)cqe - (uintptr_t)&cq->cq_buf[0]); in tavor_cqe_sync()
1696 old_cqe = &cq->cq_buf[old_cons_indx]; in tavor_cq_resize_helper()
1720 old_cqe = &cq->cq_buf[old_cons_indx]; in tavor_cq_resize_helper()
1773 cqe = &cq->cq_buf[cons_indx]; in tavor_cq_srq_entries_flush()
1795 cqe = &cq->cq_buf[tail_cons_indx]; in tavor_cq_srq_entries_flush()
1809 cqe = &cq->cq_buf[check_indx]; in tavor_cq_srq_entries_flush()
[all …]
/titanic_44/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
/titanic_44/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()
/titanic_44/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