Searched refs:cq_buf (Results 1 – 4 of 4) sorted by relevance
318 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 …]
215 tavor_hw_cqe_t *cq_buf; member251 tavor_sw_cq_s::cq_buf
340 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()
216 hermon_hw_cqe_t *cq_buf; member256 hermon_sw_cq_s::cq_buf