Home
last modified time | relevance | path

Searched refs:PORT_MAX (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/include/linux/
Dserial.h80 #define PORT_MAX 13 macro
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_hsi.h39 #define PORT_MAX 2 macro
1083 struct port_hw_cfg port_hw_config[PORT_MAX]; /* 400*2=800 */
1087 struct port_feat_cfg port_feature_config[PORT_MAX];/* 116*2=232 */
1489 struct port_mf_cfg port_mf_config[NVM_PATH_MAX][PORT_MAX];
1504 u32 validity_map[PORT_MAX]; /* 0x0 (4*2 = 0x8) */
1527 struct license_key drv_lic_key[PORT_MAX]; /* 0x440 (52*2=0x68) */
1533 struct drv_port_mb port_mb[PORT_MAX]; /* 0x664 (16*2=0x20) */
1893 u32 ext_phy_fw_version2[PORT_MAX]; /* 0x0008 */
1986 u32 dcbx_en[PORT_MAX];
Dbnx2x_link.c12265 struct bnx2x_phy phy[PORT_MAX]; in bnx2x_8073_common_init_phy()
12266 struct bnx2x_phy *phy_blk[PORT_MAX]; in bnx2x_8073_common_init_phy()
12276 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in bnx2x_8073_common_init_phy()
12329 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in bnx2x_8073_common_init_phy()
12360 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in bnx2x_8073_common_init_phy()
12403 for (port = 0; port < PORT_MAX; port++) { in bnx2x_8726_common_init_phy()
12488 struct bnx2x_phy phy[PORT_MAX]; in bnx2x_8727_common_init_phy()
12489 struct bnx2x_phy *phy_blk[PORT_MAX]; in bnx2x_8727_common_init_phy()
12517 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in bnx2x_8727_common_init_phy()
12562 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in bnx2x_8727_common_init_phy()
Dbnx2x_dcb.c774 #define LLDP_ADMIN_MIB_OFFSET(bp) (PORT_MAX*sizeof(struct lldp_params) + \
Dbnx2x_main.c5888 for (port = PORT_0; port < PORT_MAX; port++) { in bnx2x_setup_fan_failure_detection()
/linux-3.4.99/drivers/scsi/bnx2fc/
Dbnx2fc.h139 #define PORT_MAX 2 macro