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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c83 uint64_t *thewqe, thewqesz; local
675 thewqe = (uint64_t *)(void *)(qp->qp_sq_buf);
683 for (j = 0; j < thewqesz; j += 64, thewqe += 8) {
684 *(uint32_t *)thewqe = 0xFFFFFFFF;
783 uint64_t *thewqe, thewqesz; local
1161 thewqe = (uint64_t *)(void *)(qp->qp_sq_buf);
1168 for (j = 0; j < thewqesz; j += 64, thewqe += 8) {
1169 *(uint32_t *)thewqe = 0xFFFFFFFF;
1243 uint64_t *thewqe, thewqesz; local
1764 thewqe
[all...]

Completed in 46 milliseconds