Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Dmem.c80 req->cmd = cpu_to_be32(ULPTX_CMD(ULP_TX_MEM_WRITE) | (1<<23)); in write_adapter_mem()
88 sc->cmd_more = cpu_to_be32(ULPTX_CMD(ULP_TX_SC_IMM)); in write_adapter_mem()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h659 #define ULPTX_CMD(x) ((x) << 24) macro
Dsge.c725 sgl->cmd_nsge = htonl(ULPTX_CMD(ULP_TX_SC_DSGL) | ULPTX_NSGE(nfrags)); in write_sgl()
/linux-3.4.99/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1241 req->cmd = htonl(ULPTX_CMD(ULP_TX_MEM_WRITE) | (1 << 23)); in ulp_mem_io_set_hdr()
1246 idata->cmd_more = htonl(ULPTX_CMD(ULP_TX_SC_IMM)); in ulp_mem_io_set_hdr()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c905 sgl->cmd_nsge = htonl(ULPTX_CMD(ULP_TX_SC_DSGL) | in write_sgl()