Searched refs:sge_cmd (Results 1 – 2 of 2) sorted by relevance
139 u64 sge_cmd; in cxio_hal_clear_qp_ctx() local152 sge_cmd = qpid << 8 | 3; in cxio_hal_clear_qp_ctx()153 wqe->sge_cmd = cpu_to_be64(sge_cmd); in cxio_hal_clear_qp_ctx()517 u64 sge_cmd, ctx0, ctx1; in cxio_hal_init_ctrl_qp() local570 sge_cmd = (3ULL << 56) | FW_RI_SGEEC_START << 8 | 3; in cxio_hal_init_ctrl_qp()571 wqe->sge_cmd = cpu_to_be64(sge_cmd); in cxio_hal_init_ctrl_qp()
290 __be64 sge_cmd; /* 4 */ member