Home
last modified time | relevance | path

Searched refs:qos_cfg (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_dcb.c1020 dcbcfg = &pi->qos_cfg.local_dcbx_cfg; in ice_cee_to_dcb_cfg()
1057 cmp_dcbcfg = &pi->qos_cfg.desired_dcbx_cfg; in ice_cee_to_dcb_cfg()
1059 cmp_dcbcfg = &pi->qos_cfg.remote_dcbx_cfg; in ice_cee_to_dcb_cfg()
1139 dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_get_ieee_or_cee_dcb_cfg()
1141 dcbx_cfg = &pi->qos_cfg.desired_dcbx_cfg; in ice_get_ieee_or_cee_dcb_cfg()
1152 dcbx_cfg = &pi->qos_cfg.remote_dcbx_cfg; in ice_get_ieee_or_cee_dcb_cfg()
1185 dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_get_dcb_cfg()
1203 struct ice_dcbx_cfg *dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_get_dcb_cfg_from_mib_change()
1211 dcbx_cfg = &pi->qos_cfg.remote_dcbx_cfg; in ice_get_dcb_cfg_from_mib_change()
1223 pi->qos_cfg in ice_get_dcb_cfg_from_mib_change()
1239 struct ice_qos_cfg *qos_cfg = &hw->port_info->qos_cfg; ice_init_dcb() local
1281 struct ice_qos_cfg *qos_cfg = &hw->port_info->qos_cfg; ice_cfg_lldp_mib_change() local
[all...]
H A Dice_rdma.c245 dcbx_cfg = &hw->port_info->qos_cfg.local_dcbx_cfg; in ice_rdma_qset_register_request()
531 ice_rdma_cp_qos_info(&sc->hw, &sc->hw.port_info->qos_cfg.local_dcbx_cfg, in ice_rdma_register()
655 ice_rdma_cp_qos_info(&sc->hw, &sc->hw.port_info->qos_cfg.local_dcbx_cfg, in ice_rdma_pf_attach_locked()
878 ice_rdma_cp_qos_info(&sc->hw, &pi->qos_cfg.local_dcbx_cfg, &event.port_qos); in ice_rdma_dcb_qos_update()
H A Dice_lib.c3548 if ((hw->port_info->qos_cfg.is_sw_lldp) && in __ice_sysctl_phy_type_handler()
3549 (hw->port_info->qos_cfg.local_dcbx_cfg.pfc.pfcena != 0) && in __ice_sysctl_phy_type_handler()
4011 local_dcbx_cfg = &hw->port_info->qos_cfg.local_dcbx_cfg; in ice_sysctl_ets_min_rate()
4030 hw->port_info->qos_cfg.is_sw_lldp = true; in ice_sysctl_ets_min_rate()
4068 hw->port_info->qos_cfg.dcbx_status = ICE_DCBX_STATUS_NOT_STARTED; in ice_sysctl_ets_min_rate()
4121 local_dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_sysctl_up2tc_map()
4141 if (!hw->port_info->qos_cfg.is_sw_lldp) in ice_sysctl_up2tc_map()
4232 local_dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_config_pfc()
4252 if (!hw->port_info->qos_cfg.is_sw_lldp)
4304 local_dcbx_cfg = &pi->qos_cfg in ice_sysctl_pfc_config()
[all...]
H A Dice_iflib_txrx.c586 local_dcbx_cfg = &sc->hw.port_info->qos_cfg.local_dcbx_cfg;
H A Dice_type.h971 struct ice_qos_cfg qos_cfg;
949 struct ice_qos_cfg qos_cfg; global() member
H A Dif_ice_iflib.c2717 if (hw->port_info->qos_cfg.is_sw_lldp) in ice_rebuild()
2754 if (hw->port_info->qos_cfg.is_sw_lldp) in ice_rebuild()
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_regs_s2m.h280 uint32_t qos_cfg; member
H A Dal_hal_udma_config.c1109 reg = al_reg_read32(&udma_q->q_regs->s2m_q.qos_cfg); in al_udma_s2m_q_comp_set()
1112 al_reg_write32(&udma_q->q_regs->s2m_q.qos_cfg, reg); in al_udma_s2m_q_comp_set()
H A Dal_hal_udma_debug.c346 AL_UDMA_PRINT_REG(udma, " ", "\n", s2m, s2m_q[qid], qos_cfg); in al_udma_regs_s2m_q_print()