Home
last modified time | relevance | path

Searched refs:FW_EQ_OFLD_CMD (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/scsi/csiostor/
Dcsio_mb.c665 cmdp->op_to_vfn = htonl(FW_CMD_OP_V(FW_EQ_OFLD_CMD) | in csio_mb_eq_ofld_alloc()
713 cmdp->op_to_vfn |= htonl(FW_CMD_OP_V(FW_EQ_OFLD_CMD) | in csio_mb_eq_ofld_write()
816 cmdp->op_to_vfn = htonl(FW_CMD_OP_V(FW_EQ_OFLD_CMD) | in csio_mb_eq_ofld_free()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c4813 u32 cmd = FW_EQ_OFLD_CMD; in t4_sge_alloc_uld_txq()
4837 ret = t4_sge_alloc_ofld_txq(adap, &txq->q, dev, FW_EQ_OFLD_CMD, iqid); in t4_sge_alloc_ethofld_txq()
Dt4fw_api.h831 FW_EQ_OFLD_CMD = 0x21, enumerator
Dt4_hw.c8436 c.op_to_vfn = cpu_to_be32(FW_CMD_OP_V(FW_EQ_OFLD_CMD) | in t4_ofld_eq_free()