Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/csiostor/
Dcsio_mb.c1315 switch (FW_CMD_OP_G(ntohl(fw_hdr->hi))) { in csio_mb_issue()
1521 switch (FW_CMD_OP_G(ntohl(fw_hdr->hi))) { in csio_mb_isr_handler()
1594 FW_CMD_OP_G(ntohl(fw_hdr->hi))); in csio_mb_tmo_handler()
1647 hw->pfn, FW_CMD_OP_G(ntohl(hdr->hi))); in csio_mb_cancel_all()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c141 u32 cmd_op = FW_CMD_OP_G(be32_to_cpu(((struct fw_cmd_hdr *)cmd)->hi)); in t4vf_wr_mbox_core()
2100 u8 opcode = FW_CMD_OP_G(be32_to_cpu(cmd_hdr->hi)); in t4vf_handle_fw_rpl()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h877 #define FW_CMD_OP_G(x) (((x) >> FW_CMD_OP_S) & FW_CMD_OP_M) macro
Dcxgb4_main.c600 unsigned int cmd = FW_CMD_OP_G(ntohl(pcmd->op_to_portid)); in fwevtq_handler()
Dt4_hw.c411 if (FW_CMD_OP_G(res >> 32) == FW_DEBUG_CMD) { in t4_wr_mbox_meat_timeout()