Searched refs:max_vector_count (Results 1 – 2 of 2) sorted by relevance
474 for (index = 0; index < adapter->max_vector_count; index++) { in lan743x_intr_get_vector_flags()516 u8 max_vector_count; in lan743x_intr_open() local526 max_vector_count = adapter->max_vector_count; in lan743x_intr_open()528 sizeof(struct msix_entry) * max_vector_count); in lan743x_intr_open()529 for (index = 0; index < max_vector_count; index++) in lan743x_intr_open()3235 adapter->max_vector_count = PCI11X1X_MAX_VECTOR_COUNT; in lan743x_hardware_init()3242 adapter->max_vector_count = LAN743X_MAX_VECTOR_COUNT; in lan743x_hardware_init()
1040 u8 max_vector_count; member
Completed in 28 milliseconds