Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_icevar.h1186 le16toh((x)->info.cir_bw.bw_profile_idx)
1188 le16toh((x)->info.eir_bw.bw_profile_idx)
Dif_ice.c9725 rl_prof_id = le16toh(data->cir_bw.bw_profile_idx); in ice_sched_get_node_rl_prof_id()
9729 rl_prof_id = le16toh(data->eir_bw.bw_profile_idx); in ice_sched_get_node_rl_prof_id()
9763 data->cir_bw.bw_profile_idx = htole16(rl_prof_id); in ice_sched_cfg_node_bw_lmt()
9767 data->eir_bw.bw_profile_idx = htole16(rl_prof_id); in ice_sched_cfg_node_bw_lmt()
10388 buf->txqs[0].info.cir_bw.bw_profile_idx = in ice_ena_vsi_txq()
10392 buf->txqs[0].info.eir_bw.bw_profile_idx = in ice_ena_vsi_txq()
18723 buf->generic[i].data.cir_bw.bw_profile_idx = in ice_sched_add_elems()
18727 buf->generic[i].data.eir_bw.bw_profile_idx = in ice_sched_add_elems()
Dif_icereg.h10549 uint16_t bw_profile_idx; member