Home
last modified time | relevance | path

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; in hermon_qp_alloc() local
675 thewqe = (uint64_t *)(void *)(qp->qp_sq_buf); in hermon_qp_alloc()
683 for (j = 0; j < thewqesz; j += 64, thewqe += 8) { in hermon_qp_alloc()
684 *(uint32_t *)thewqe = 0xFFFFFFFF; in hermon_qp_alloc()
783 uint64_t *thewqe, thewqesz; in hermon_special_qp_alloc() local
1161 thewqe = (uint64_t *)(void *)(qp->qp_sq_buf); in hermon_special_qp_alloc()
1168 for (j = 0; j < thewqesz; j += 64, thewqe += 8) { in hermon_special_qp_alloc()
1169 *(uint32_t *)thewqe = 0xFFFFFFFF; in hermon_special_qp_alloc()
1243 uint64_t *thewqe, thewqesz; in hermon_qp_alloc_range() local
1764 thewqe = (uint64_t *)(void *)(qp->qp_sq_buf); in hermon_qp_alloc_range()
[all …]