Searched defs:sge_cmd (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A Dcxio_hal.c139 u64 sge_cmd; local
152 sge_cmd = qpid << 8 | 3;
153 wqe->sge_cmd = cpu_to_be64(sge_cmd);
517 u64 sge_cmd, ctx0, ctx1; local
570 sge_cmd = (3ULL << 56) | FW_RI_SGEEC_START << 8 | 3;
571 wqe->sge_cmd = cpu_to_be64(sge_cmd);
H A Dcxio_wr.h290 __be64 sge_cmd; /* 4 */ member in struct:t3_modify_qp_wr

Completed in 38 milliseconds