Home | History | Annotate | Download | only in pci

Lines Matching defs:icr

3413 	uint32_t icr, rxintr, txintr;
3420 icr = ixl_rd(sc, I40E_PFINT_ICR0);
3422 if (ISSET(icr, I40E_PFINT_ICR0_ADMINQ_MASK)) {
3429 if (ISSET(icr, I40E_PFINT_ICR0_LINK_STAT_CHANGE_MASK)) {
3435 rxintr = icr & I40E_INTR_NOTX_RX_MASK;
3436 txintr = icr & I40E_INTR_NOTX_TX_MASK;
3540 uint32_t icr, mask, reg;
3543 icr = ixl_rd(sc, I40E_PFINT_ICR0);
3546 if (ISSET(icr, I40E_PFINT_ICR0_ADMINQ_MASK)) {
3553 if (ISSET(icr, I40E_PFINT_ICR0_LINK_STAT_CHANGE_MASK)) {
3562 if (ISSET(icr, I40E_PFINT_ICR0_GRST_MASK)) {
3575 if (ISSET(icr, I40E_PFINT_ICR0_ECC_ERR_MASK))
3577 if (ISSET(icr, I40E_PFINT_ICR0_PCI_EXCEPTION_MASK))
3579 if (ISSET(icr, I40E_PFINT_ICR0_PE_CRITERR_MASK))
3582 if (ISSET(icr, IXL_ICR0_CRIT_ERR_MASK)) {
3587 if (ISSET(icr, I40E_PFINT_ICR0_HMC_ERR_MASK)) {