Searched refs:sge_cmd (Results 1 – 2 of 2) sorted by relevance
138 u64 sge_cmd; in cxio_hal_clear_qp_ctx() local150 sge_cmd = qpid << 8 | 3; in cxio_hal_clear_qp_ctx()151 wqe->sge_cmd = cpu_to_be64(sge_cmd); in cxio_hal_clear_qp_ctx()495 u64 sge_cmd, ctx0, ctx1; in cxio_hal_init_ctrl_qp() local545 sge_cmd = (3ULL << 56) | FW_RI_SGEEC_START << 8 | 3; in cxio_hal_init_ctrl_qp()546 wqe->sge_cmd = cpu_to_be64(sge_cmd); in cxio_hal_init_ctrl_qp()
290 __be64 sge_cmd; /* 4 */ member