Searched refs:FW_CMD_OP_GET (Results 1 – 5 of 5) sorted by relevance
1308 switch (FW_CMD_OP_GET(ntohl(fw_hdr->hi))) { in csio_mb_issue()1501 switch (FW_CMD_OP_GET(ntohl(fw_hdr->hi))) { in csio_mb_isr_handler()1574 FW_CMD_OP_GET(ntohl(fw_hdr->hi))); in csio_mb_tmo_handler()1627 hw->pfn, FW_CMD_OP_GET(ntohl(hdr->hi))); in csio_mb_cancel_all()
1347 u8 opcode = FW_CMD_OP_GET(be32_to_cpu(cmd_hdr->hi)); in t4vf_handle_fw_rpl()
645 #define FW_CMD_OP_GET(x) (((x) >> 24) & 0xff) macro
313 if (FW_CMD_OP_GET(res >> 32) == FW_DEBUG_CMD) { in t4_wr_mbox_meat()
835 unsigned int cmd = FW_CMD_OP_GET(ntohl(pcmd->op_to_portid)); in fwevtq_handler()