Searched refs:err_opcode (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c790 if (cqe_rx->err_level || cqe_rx->err_opcode) {
H A Dnicvf_queues.c1842 "RX error CQE err_level 0x%x err_opcode 0x%x\n",
1843 cqe_rx->err_level, cqe_rx->err_opcode);
1845 switch (cqe_rx->err_opcode) {
H A Dq_struct.h190 u64 err_opcode:8; member in struct:cqe_rx_t
221 u64 err_opcode:8;
/linux-master/arch/parisc/mm/
H A Dfault.c158 int fault_error_reg = fix->err_opcode & 0x1f;
/linux-master/arch/parisc/include/asm/
H A Dextable.h17 * Note: The register specified in the err_opcode instruction will be
31 int err_opcode; /* sample opcode with register which holds error code */ member in struct:exception_table_entry
44 * load -EFAULT on fault into the register specified by the err_opcode instruction,
59 a->err_opcode = b->err_opcode;
60 b->err_opcode = tmp.err_opcode;

Completed in 227 milliseconds