Lines Matching refs:cmd
1131 csio_mb_dump_fw_dbg(struct csio_hw *hw, __be64 *cmd) in csio_mb_dump_fw_dbg() argument
1133 struct fw_debug_cmd *dbg = (struct fw_debug_cmd *)cmd; in csio_mb_dump_fw_dbg()
1161 __be64 cmd[CSIO_MB_MAX_REGS]; in csio_mb_debug_cmd_handler() local
1168 cmd[i / 8] = cpu_to_be64(csio_rd_reg64(hw, data_reg + i)); in csio_mb_debug_cmd_handler()
1170 csio_mb_dump_fw_dbg(hw, cmd); in csio_mb_debug_cmd_handler()
1193 __be64 *cmd = mbp->mb; in csio_mb_issue() local
1270 csio_wr_reg64(hw, be64_to_cpu(*cmd), data_reg + i); in csio_mb_issue()
1271 cmd++; in csio_mb_issue()
1296 cmd = mbp->mb; in csio_mb_issue()
1323 *cmd++ = cpu_to_be64(csio_rd_reg64 in csio_mb_issue()
1338 hw->pfn, *((uint8_t *)cmd)); in csio_mb_issue()
1405 csio_mb_fwevt_handler(struct csio_hw *hw, __be64 *cmd) in csio_mb_fwevt_handler() argument
1407 uint8_t opcode = *(uint8_t *)cmd; in csio_mb_fwevt_handler()
1416 pcmd = (struct fw_port_cmd *)cmd; in csio_mb_fwevt_handler()
1455 csio_mb_dump_fw_dbg(hw, cmd); in csio_mb_fwevt_handler()
1476 __be64 *cmd; in csio_mb_isr_handler() local
1533 cmd = mbp->mb; in csio_mb_isr_handler()
1537 *cmd++ = cpu_to_be64(csio_rd_reg64 in csio_mb_isr_handler()