Home
last modified time | relevance | path

Searched refs:HWRM_PORT_PHY_CFG_INPUT_FLAGS_FORCE (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c1282 !(conf->phy_flags & HWRM_PORT_PHY_CFG_INPUT_FLAGS_FORCE)) { in bnxt_hwrm_port_phy_cfg()
1298 !(conf->phy_flags & HWRM_PORT_PHY_CFG_INPUT_FLAGS_FORCE)) in bnxt_hwrm_port_phy_cfg()
3114 link_req.phy_flags |= HWRM_PORT_PHY_CFG_INPUT_FLAGS_FORCE; in bnxt_set_hwrm_link_config()
H A Dhsi_struct_def_dpdk.h17229 #define HWRM_PORT_PHY_CFG_INPUT_FLAGS_FORCE \ macro