Searched refs:my_ets (Results 1 – 1 of 1) sorted by relevance
247 struct bnxt_ieee_ets *my_ets = softc->ieee_ets; in bnxt_hwrm_queue_pfc_cfg() local252 if (!my_ets) in bnxt_hwrm_queue_pfc_cfg()258 (my_ets->prio_tc[pri] == i)) { in bnxt_hwrm_queue_pfc_cfg()605 struct bnxt_ieee_ets *my_ets = softc->ieee_ets; in bnxt_dcb_ieee_getets() local608 if (!my_ets) in bnxt_dcb_ieee_getets()611 rc = bnxt_hwrm_queue_cos2bw_qcfg(softc, my_ets); in bnxt_dcb_ieee_getets()614 rc = bnxt_hwrm_queue_pri2cos_qcfg(softc, my_ets); in bnxt_dcb_ieee_getets()619 ets->cbs = my_ets->cbs; in bnxt_dcb_ieee_getets()621 memcpy(ets->tc_tx_bw, my_ets->tc_tx_bw, sizeof(ets->tc_tx_bw)); in bnxt_dcb_ieee_getets()622 memcpy(ets->tc_rx_bw, my_ets->tc_rx_bw, sizeof(ets->tc_rx_bw)); in bnxt_dcb_ieee_getets()[all …]