Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_lnode.c1495 if (cpl_op == CPL_FW6_MSG && opcode == FW_FCOE_LINK_CMD) { in csio_fcoe_fwevt_handler()
1597 } else if (cpl_op == CPL_FW6_MSG) { in csio_fcoe_fwevt_handler()
H A Dcsio_hw.c3952 } else if (op == CPL_FW6_MSG || op == CPL_FW4_MSG) { in csio_process_fwevtq_entry()
3957 msg_len = (op == CPL_FW6_MSG) ? sizeof(struct cpl_fw6_msg) : in csio_process_fwevtq_entry()
4011 if ((msg->opcode == CPL_FW6_MSG || in csio_evtq_worker()
H A Dcsio_scsi.c1114 if (unlikely(cpl->opcode != CPL_FW6_MSG)) { in csio_scsi_cmpl_handler()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h115 CPL_FW6_MSG = 0xE0, enumerator
H A Dcxgb4_main.c594 } else if (opcode == CPL_FW6_MSG || opcode == CPL_FW4_MSG) { in fwevtq_handler()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c4225 [CPL_FW6_MSG] = deferred_fw6_msg,
4457 [CPL_FW6_MSG] = fw6_msg,
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c498 case CPL_FW6_MSG: { in fwevtq_handler()