Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Digb.c35 ((E1000E_RX0_MSG_ID | E1000_IVAR_VALID) << (igb_ivar_entry_rx(0) * 8) | \
36 ((E1000E_TX0_MSG_ID | E1000_IVAR_VALID) << (igb_ivar_entry_tx(0) * 8)))
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Ddefines.h12 #define E1000_IVAR_VALID 0x80 macro
H A Dnetdev.c941 ivar |= (msix_vector | E1000_IVAR_VALID) << 16; in igbvf_assign_vector()
945 ivar |= msix_vector | E1000_IVAR_VALID; in igbvf_assign_vector()
956 ivar |= (msix_vector | E1000_IVAR_VALID) << 24; in igbvf_assign_vector()
960 ivar |= (msix_vector | E1000_IVAR_VALID) << 8; in igbvf_assign_vector()
993 tmp = (vector++ | E1000_IVAR_VALID); in igbvf_configure_msix()
/openbmc/qemu/hw/net/
H A Digb_regs.h280 #define E1000_IVAR_VALID 0x80 macro
H A Digb_core.c688 return (ent & E1000_IVAR_VALID) ? BIT(ent & 0x1f) : 0; in igb_tx_wb_eic()
698 return (ent & E1000_IVAR_VALID) ? BIT(ent & 0x1f) : 0; in igb_rx_wb_eic()
2304 if (int_alloc & E1000_IVAR_VALID) { in igb_raise_interrupts()
2311 if (int_alloc & E1000_IVAR_VALID) { in igb_raise_interrupts()
2387 if ((ent & E1000_IVAR_VALID)) { in mailbox_interrupt_to_vf()
2607 if ((val & E1000_IVAR_VALID)) { in igb_set_vtivar()
2609 ent = E1000_IVAR_VALID | (24 - vfn * IGBVF_MSIX_VEC_NUM - (2 - (val & 0x7))); in igb_set_vtivar()
2615 if ((ent & E1000_IVAR_VALID)) { in igb_set_vtivar()
2617 ent = E1000_IVAR_VALID | (24 - vfn * IGBVF_MSIX_VEC_NUM - (2 - (ent & 0x7))); in igb_set_vtivar()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h78 #define E1000_IVAR_VALID 0x80 macro
H A Digb_ethtool.c1419 wr32(E1000_IVAR_MISC, E1000_IVAR_VALID << 8); in igb_intr_test()
H A Digb_main.c778 ivar |= (msix_vector | E1000_IVAR_VALID) << offset; in igb_write_ivar()
911 tmp = (vector++ | E1000_IVAR_VALID) << 8; in igb_configure_msix()