Searched refs:FW_CMD_OP_G (Results 1 – 5 of 5) sorted by relevance
1315 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()
141 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()
877 #define FW_CMD_OP_G(x) (((x) >> FW_CMD_OP_S) & FW_CMD_OP_M) macro
600 unsigned int cmd = FW_CMD_OP_G(ntohl(pcmd->op_to_portid)); in fwevtq_handler()
411 if (FW_CMD_OP_G(res >> 32) == FW_DEBUG_CMD) { in t4_wr_mbox_meat_timeout()