Searched refs:E1000_IVAR_VALID (Results 1 – 4 of 4) sorted by relevance
12 #define E1000_IVAR_VALID 0x80 macro
942 ivar |= (msix_vector | E1000_IVAR_VALID) << 16; in igbvf_assign_vector()946 ivar |= msix_vector | E1000_IVAR_VALID; in igbvf_assign_vector()957 ivar |= (msix_vector | E1000_IVAR_VALID) << 24; in igbvf_assign_vector()961 ivar |= (msix_vector | E1000_IVAR_VALID) << 8; in igbvf_assign_vector()994 tmp = (vector++ | E1000_IVAR_VALID); in igbvf_configure_msix()
78 #define E1000_IVAR_VALID 0x80 macro
773 ivar |= (msix_vector | E1000_IVAR_VALID) << offset; in igb_write_ivar()906 tmp = (vector++ | E1000_IVAR_VALID) << 8; in igb_configure_msix()
Completed in 106 milliseconds