Lines Matching refs:capab
1018 ixgbe->capab = &ixgbe_82598eb_cap; in ixgbe_identify_hardware()
1021 ixgbe->capab->flags |= IXGBE_FLAG_FAN_FAIL_CAPABLE; in ixgbe_identify_hardware()
1022 ixgbe->capab->other_intr |= IXGBE_EICR_GPI_SDP1; in ixgbe_identify_hardware()
1023 ixgbe->capab->other_gpie |= IXGBE_SDP1_GPIEN; in ixgbe_identify_hardware()
1029 ixgbe->capab = &ixgbe_82599eb_cap; in ixgbe_identify_hardware()
1032 ixgbe->capab->flags |= IXGBE_FLAG_TEMP_SENSOR_CAPABLE; in ixgbe_identify_hardware()
1033 ixgbe->capab->other_intr |= IXGBE_EICR_GPI_SDP0; in ixgbe_identify_hardware()
1034 ixgbe->capab->other_gpie |= IXGBE_SDP0_GPIEN; in ixgbe_identify_hardware()
1040 ixgbe->capab = &ixgbe_X540_cap; in ixgbe_identify_hardware()
1051 ixgbe->capab = &ixgbe_X550_cap; in ixgbe_identify_hardware()
1058 ixgbe->capab->flags |= IXGBE_FLAG_SFP_PLUG_CAPABLE; in ixgbe_identify_hardware()
1068 ixgbe->capab->other_intr |= in ixgbe_identify_hardware()
1072 ixgbe->capab->other_gpie |= IXGBE_SDP0_GPIEN_X540; in ixgbe_identify_hardware()
2519 for (i = 0; i < ixgbe->capab->max_rx_grp_num; i++) { in ixgbe_setup_rx()
3487 MIN_MTU, ixgbe->capab->max_mtu, DEFAULT_MTU); in ixgbe_get_conf()
3510 ixgbe->capab->min_tx_que_num, in ixgbe_get_conf()
3511 ixgbe->capab->max_tx_que_num, in ixgbe_get_conf()
3512 ixgbe->capab->def_tx_que_num); in ixgbe_get_conf()
3517 ixgbe->capab->min_rx_que_num, in ixgbe_get_conf()
3518 ixgbe->capab->max_rx_que_num, in ixgbe_get_conf()
3519 ixgbe->capab->def_rx_que_num); in ixgbe_get_conf()
3527 ixgbe->capab->min_rx_grp_num, ixgbe->capab->max_rx_grp_num, in ixgbe_get_conf()
3528 ixgbe->capab->def_rx_grp_num); in ixgbe_get_conf()
3627 ixgbe->capab->min_intr_throttle, in ixgbe_get_conf()
3628 ixgbe->capab->max_intr_throttle, in ixgbe_get_conf()
3629 ixgbe->capab->def_intr_throttle); in ixgbe_get_conf()
4391 ixgbe->eims |= ixgbe->capab->other_intr; /* "other" interrupt types */ in ixgbe_enable_adapter_interrupts()
4394 eiam = ixgbe->capab->other_intr; in ixgbe_enable_adapter_interrupts()
4430 gpie |= ixgbe->capab->other_gpie; in ixgbe_enable_adapter_interrupts()
4438 gpie |= ixgbe->capab->other_gpie; in ixgbe_enable_adapter_interrupts()
4716 if ((ixgbe->capab->flags & IXGBE_FLAG_FAN_FAIL_CAPABLE) && in ixgbe_intr_other_work()
4744 if ((ixgbe->capab->flags & IXGBE_FLAG_SFP_PLUG_CAPABLE) && in ixgbe_intr_other_work()
4759 if ((ixgbe->capab->flags & IXGBE_FLAG_TEMP_SENSOR_CAPABLE) && in ixgbe_intr_other_work()
4864 if (eicr & ixgbe->capab->other_intr) { in ixgbe_intr_legacy()
4960 if (eicr & ixgbe->capab->other_intr) { in ixgbe_intr_msi()
5042 if (eicr & ixgbe->capab->other_intr) { in ixgbe_intr_msix()
5216 if (request > ixgbe->capab->max_ring_vect) in ixgbe_alloc_intr_handles()
5217 request = ixgbe->capab->max_ring_vect; in ixgbe_alloc_intr_handles()