Searched refs:HILO_GEN (Results 1 – 2 of 2) sorted by relevance
25 #define HILO_GEN(hi, lo, type) ((((type)(hi)) << 32) + (lo)) macro27 HILO_GEN(le32_to_cpu(hi), le32_to_cpu(lo), u64)
4021 qp = (struct qedr_qp *)(uintptr_t)HILO_GEN(resp_cqe->qp_handle.hi, in cqe_get_qp()4301 wr_id = HILO_GEN(le32_to_cpu(resp->srq_wr_id.hi), in process_resp_one_srq()