utx_cmd           580 drivers/infiniband/hw/cxgb3/cxio_hal.c 	u64 utx_cmd;
utx_cmd           628 drivers/infiniband/hw/cxgb3/cxio_hal.c 		utx_cmd = (T3_UTX_MEM_WRITE << 28) | (addr + i * 3);
utx_cmd           629 drivers/infiniband/hw/cxgb3/cxio_hal.c 		utx_cmd <<= 32;
utx_cmd           630 drivers/infiniband/hw/cxgb3/cxio_hal.c 		utx_cmd |= (utx_len << 28) | ((utx_len << 2) + 1);
utx_cmd           631 drivers/infiniband/hw/cxgb3/cxio_hal.c 		*wqe = cpu_to_be64(utx_cmd);