Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1545 tavor_hw_cqe_t *old_cqe, *new_cqe; in tavor_cq_resize_helper() local
1564 old_cqe = &cq->cq_buf[old_cons_indx]; in tavor_cq_resize_helper()
1581 bcopy(old_cqe, new_cqe, sizeof (tavor_hw_cqe_t)); in tavor_cq_resize_helper()
1588 old_cqe = &cq->cq_buf[old_cons_indx]; in tavor_cq_resize_helper()