Searched refs:ELINK_MAX_PHYS (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_elink.h230 #define ELINK_MAX_PHYS 3 macro
233 #define ELINK_LINK_CONFIG_SIZE (ELINK_MAX_PHYS - 1)
426 struct elink_phy phy[ELINK_MAX_PHYS];
H A Dbxe_elink.c7092 if ((params->num_phys == ELINK_MAX_PHYS) &&
7179 for (phy_idx = ELINK_EXT_PHY1; phy_idx < ELINK_MAX_PHYS; phy_idx++) {
7640 for (phy_idx = ELINK_INT_PHY; phy_idx < ELINK_MAX_PHYS; phy_idx++) {
7683 struct elink_vars phy_vars[ELINK_MAX_PHYS];
9112 for (idx = ELINK_INT_PHY; idx < ELINK_MAX_PHYS; idx++) {
9132 for (phy_idx = ELINK_INT_PHY; phy_idx < ELINK_MAX_PHYS; phy_idx++) {
13424 for (phy_index = ELINK_INT_PHY; phy_index < ELINK_MAX_PHYS;
13444 phy_index < ELINK_MAX_PHYS;
14654 for (phy_index = ELINK_EXT_PHY1; phy_index < ELINK_MAX_PHYS;
14968 for (phy_idx = ELINK_INT_PHY; phy_idx < ELINK_MAX_PHYS; phy_id
[all...]

Completed in 159 milliseconds