Searched refs:wqe_start (Results 1 – 2 of 2) sorted by relevance
92 uint32_t *wqe_start; in hermon_post_send_ud() local378 wqe_start = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, in hermon_post_send_ud()381 wqe_start[i] = 0xFFFFFFFF; in hermon_post_send_ud()406 wqe_start = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, in hermon_post_send_ud()409 wqe_start[i] = 0xFFFFFFFF; in hermon_post_send_ud()446 uint32_t *wqe_start; in hermon_post_send_rc() local721 wqe_start = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, in hermon_post_send_rc()724 wqe_start[i] = 0xFFFFFFFF; in hermon_post_send_rc()751 wqe_start = (uint32_t *)HERMON_QP_SQ_ENTRY(qp, in hermon_post_send_rc()754 wqe_start[i] = 0xFFFFFFFF; in hermon_post_send_rc()[all …]
1043 uint32_t *wqe_start, *wqe_top, *wqe_base, qsize, invalue; in dapli_hermon_wqe_headroom() local1052 wqe_start = (uint32_t *)TAVOR_QP_SQ_ENTRY(qp, start); in dapli_hermon_wqe_headroom()1055 wqe_start += sectperwqe * 16; in dapli_hermon_wqe_headroom()1056 if (wqe_start == wqe_top) in dapli_hermon_wqe_headroom()1057 wqe_start = wqe_base; in dapli_hermon_wqe_headroom()1059 invalue = HTOBE_32(*wqe_start); in dapli_hermon_wqe_headroom()1061 *wqe_start = HTOBE_32(invalue); in dapli_hermon_wqe_headroom()1062 wqe_start += 16; in dapli_hermon_wqe_headroom()1064 *wqe_start = 0xFFFFFFFF; in dapli_hermon_wqe_headroom()1065 wqe_start += 16; in dapli_hermon_wqe_headroom()