Searched refs:err_opcode (Results 1 – 5 of 5) sorted by relevance
31 int err_opcode; /* sample opcode with register which holds error code */ member59 a->err_opcode = b->err_opcode; in swap_ex_entry_fixup()60 b->err_opcode = tmp.err_opcode; in swap_ex_entry_fixup()
190 u64 err_opcode:8; member221 u64 err_opcode:8;
1843 cqe_rx->err_level, cqe_rx->err_opcode); in nicvf_check_cqe_rx_errs()1845 switch (cqe_rx->err_opcode) { in nicvf_check_cqe_rx_errs()
790 if (cqe_rx->err_level || cqe_rx->err_opcode) { in nicvf_rcv_pkt_handler()
158 int fault_error_reg = fix->err_opcode & 0x1f; in fixup_exception()