Home
last modified time | relevance | path

Searched refs:PORT_0 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Dspad_layout.h76 #define PORT_0 0 macro
/freebsd/sys/dev/bxe/
H A Decore_mfw_req.h35 #define PORT_0 0 macro
H A Dbxe_elink.c14246 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8073_common_init_phy()
14291 if (phy[PORT_0].addr & 0x1) { in elink_8073_common_init_phy()
14292 phy_blk[PORT_0] = &(phy[PORT_1]); in elink_8073_common_init_phy()
14293 phy_blk[PORT_1] = &(phy[PORT_0]); in elink_8073_common_init_phy()
14295 phy_blk[PORT_0] = &(phy[PORT_0]); in elink_8073_common_init_phy()
14300 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8073_common_init_phy()
14330 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8073_common_init_phy()
14411 dev_info.port_hw_config[PORT_0].default_cfg)); in elink_get_ext_phy_reset_gpio()
14486 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8727_common_init_phy()
14523 if (phy[PORT_0].addr & 0x1) { in elink_8727_common_init_phy()
[all …]
H A Dbxe.c16885 for (port = PORT_0; port < PORT_MAX; port++) { in bxe_setup_fan_failure_detection()