Searched refs:thewqe (Results 1 – 1 of 1) sorted by relevance
83 uint64_t *thewqe, thewqesz; in hermon_qp_alloc() local675 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() local1161 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() local1764 thewqe = (uint64_t *)(void *)(qp->qp_sq_buf); in hermon_qp_alloc_range()[all …]