Home
last modified time | relevance | path

Searched refs:type_0_status (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/fddi/
Ddefxx.c1735 PI_UINT32 type_0_status; /* Host Interrupt Type 0 register */ in dfx_int_type_0_process() local
1744 dfx_port_read_long(bp, PI_PDQ_K_REG_TYPE_0_STATUS, &type_0_status); in dfx_int_type_0_process()
1745 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_0_STATUS, type_0_status); in dfx_int_type_0_process()
1749 if (type_0_status & (PI_TYPE_0_STAT_M_NXM | in dfx_int_type_0_process()
1755 if (type_0_status & PI_TYPE_0_STAT_M_NXM) in dfx_int_type_0_process()
1760 if (type_0_status & PI_TYPE_0_STAT_M_PM_PAR_ERR) in dfx_int_type_0_process()
1765 if (type_0_status & PI_TYPE_0_STAT_M_BUS_PAR_ERR) in dfx_int_type_0_process()
1785 if (type_0_status & PI_TYPE_0_STAT_M_XMT_FLUSH) in dfx_int_type_0_process()
1800 if (type_0_status & PI_TYPE_0_STAT_M_STATE_CHANGE) in dfx_int_type_0_process()