Searched refs:next_cqe (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c1389 tavor_hw_cqe_t *next_cqe; local
1466 next_cqe = &cq->cq_addr[new_indx];
1468 * Copy the CQE into the "next_cqe"
1471 (void) dapl_os_memcpy(next_cqe, cqe,
H A Ddapl_tavor_hw.c1722 tavor_hw_cqe_t *next_cqe; local
1800 next_cqe = &cq->cq_addr[new_indx];
1802 * Copy the CQE into the "next_cqe"
1805 (void) dapl_os_memcpy(next_cqe, cqe,
H A Ddapl_hermon_hw.c1444 tavor_hw_cqe_t *next_cqe; local
1515 next_cqe = &cq->cq_addr[new_indx];
1517 * Copy the CQE into the "next_cqe"
1520 (void) dapl_os_memcpy(next_cqe, cqe,
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1650 hermon_hw_cqe_t *cqe, *next_cqe; local
1731 next_cqe =
1733 /* Copy the CQE into the "next_cqe" pointer. */
1734 bcopy(cqe, next_cqe, sizeof (hermon_hw_cqe_t));
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1737 tavor_hw_cqe_t *next_cqe; local
1832 next_cqe = &cq->cq_buf[new_indx];
1835 * Copy the CQE into the "next_cqe"
1838 bcopy(cqe, next_cqe, sizeof (tavor_hw_cqe_t));

Completed in 118 milliseconds