Searched refs:led (Results 1 – 6 of 6) sorted by relevance
5863 u32 i, led; in e1000_led_on_pchlan() local5872 led = (data >> (i * 5)) & E1000_PHY_LED0_MASK; in e1000_led_on_pchlan()5873 if ((led & E1000_PHY_LED0_MODE_MASK) != in e1000_led_on_pchlan()5876 if (led & E1000_PHY_LED0_IVRT) in e1000_led_on_pchlan()5895 u32 i, led; in e1000_led_off_pchlan() local5904 led = (data >> (i * 5)) & E1000_PHY_LED0_MASK; in e1000_led_off_pchlan()5905 if ((led & E1000_PHY_LED0_MODE_MASK) != in e1000_led_off_pchlan()5908 if (led & E1000_PHY_LED0_IVRT) in e1000_led_off_pchlan()
571 u8 led[ICE_MAX_SUPPORTED_GPIO_LED]; member
412 bool led[I40E_HW_CAP_MAX_GPIO]; member
1551 !hw->func_caps.led[idx]) in i40e_led_is_mine()4173 p->led[phys_id] = true; in i40e_parse_discover_capabilities()
4502 struct bnxt_led_info *led = &bp->leds[i]; in bnxt_hwrm_port_led_qcaps() local4504 uint16_t caps = led->led_state_caps; in bnxt_hwrm_port_led_qcaps()4506 if (!led->led_group_id || in bnxt_hwrm_port_led_qcaps()
806 incorrect when freeing the mbufs for the vector PMD. This led to crashes due