Home
last modified time | relevance | path

Searched refs:ULPTX_CMD (Results 1 – 7 of 7) sorted by relevance

/drivers/infiniband/hw/cxgb4/
Dmem.c81 req->cmd = cpu_to_be32(ULPTX_CMD(ULP_TX_MEM_WRITE)); in _c4iw_write_mem_dma_aligned()
88 sgl->cmd_nsge = cpu_to_be32(ULPTX_CMD(ULP_TX_SC_DSGL) | in _c4iw_write_mem_dma_aligned()
110 __be32 cmd = cpu_to_be32(ULPTX_CMD(ULP_TX_MEM_WRITE)); in _c4iw_write_mem_inline()
154 sc->cmd_more = cpu_to_be32(ULPTX_CMD(ULP_TX_SC_IMM)); in _c4iw_write_mem_inline()
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1448 req->cmd = htonl(ULPTX_CMD(ULP_TX_MEM_WRITE) | in ulp_mem_io_set_hdr()
1451 req->cmd = htonl(ULPTX_CMD(ULP_TX_MEM_WRITE) | in ulp_mem_io_set_hdr()
1457 idata->cmd_more = htonl(ULPTX_CMD(ULP_TX_SC_IMM)); in ulp_mem_io_set_hdr()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h813 #define ULPTX_CMD(x) ((x) << 24) macro
Dsge.c819 sgl->cmd_nsge = htonl(ULPTX_CMD(ULP_TX_SC_DSGL) | ULPTX_NSGE(nfrags)); in write_sgl()
/drivers/scsi/csiostor/
Dcsio_lnode.c1760 dsgl.cmd_nsge = htonl(ULPTX_CMD(ULP_TX_SC_DSGL) | in csio_ln_mgmt_submit_wr()
Dcsio_scsi.c325 sgl->cmd_nsge = htonl(ULPTX_CMD(ULP_TX_SC_DSGL) | ULPTX_MORE | in csio_scsi_init_ultptx_dsgl()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c905 sgl->cmd_nsge = htonl(ULPTX_CMD(ULP_TX_SC_DSGL) | in write_sgl()