Searched refs:led_cfg (Results 1 – 1 of 1) sorted by relevance
4523 struct bnxt_led_cfg *led_cfg; in bnxt_hwrm_port_led_cfg() local4539 led_cfg = (struct bnxt_led_cfg *)&req.led0_id; in bnxt_hwrm_port_led_cfg()4540 for (i = 0; i < bp->leds->num_leds; i++, led_cfg++) { in bnxt_hwrm_port_led_cfg()4542 led_cfg->led_id = bp->leds[i].led_id; in bnxt_hwrm_port_led_cfg()4543 led_cfg->led_state = led_state; in bnxt_hwrm_port_led_cfg()4544 led_cfg->led_blink_on = duration; in bnxt_hwrm_port_led_cfg()4545 led_cfg->led_blink_off = duration; in bnxt_hwrm_port_led_cfg()4546 led_cfg->led_group_id = bp->leds[i].led_group_id; in bnxt_hwrm_port_led_cfg()