Home
last modified time | relevance | path

Searched refs:num_leds (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c4495 if (resp->num_leds > 0 && resp->num_leds < BNXT_MAX_LED) { in bnxt_hwrm_port_led_qcaps()
4498 bp->leds->num_leds = resp->num_leds; in bnxt_hwrm_port_led_qcaps()
4500 sizeof(bp->leds[0]) * bp->leds->num_leds); in bnxt_hwrm_port_led_qcaps()
4501 for (i = 0; i < bp->leds->num_leds; i++) { in bnxt_hwrm_port_led_qcaps()
4508 bp->leds->num_leds = 0; in bnxt_hwrm_port_led_qcaps()
4528 if (!bp->leds->num_leds || BNXT_VF(bp)) in bnxt_hwrm_port_led_cfg()
4538 req.num_leds = bp->leds->num_leds; in bnxt_hwrm_port_led_cfg()
4540 for (i = 0; i < bp->leds->num_leds; i++, led_cfg++) { in bnxt_hwrm_port_led_cfg()
H A Dbnxt.h167 uint8_t num_leds; member
H A Dhsi_struct_def_dpdk.h28759 uint8_t num_leds; member
29051 uint8_t num_leds; member
29357 uint8_t num_leds; member