Searched refs:PORT_MAX (Results 1 – 7 of 7) sorted by relevance
17 #define PORT_MAX 2 macro55 struct fcoe_capabilities fcoe_features[NVM_PATH_MAX][PORT_MAX];
1135 struct port_hw_cfg port_hw_config[PORT_MAX]; /* 400*2=800 */1139 struct port_feat_cfg port_feature_config[PORT_MAX];/* 116*2=232 */1615 struct port_mf_cfg port_mf_config[NVM_PATH_MAX][PORT_MAX];1630 u32 validity_map[PORT_MAX]; /* 0x0 (4*2 = 0x8) */1653 struct license_key drv_lic_key[PORT_MAX]; /* 0x440 (52*2=0x68) */1659 struct drv_port_mb port_mb[PORT_MAX]; /* 0x664 (16*2=0x20) */2128 u32 ext_phy_fw_version2[PORT_MAX]; /* 0x0008 */2239 u32 dcbx_en[PORT_MAX];2255 struct eee_remote_vals eee_remote_vals[PORT_MAX];2273 u32 eee_status[PORT_MAX];[all …]
13070 struct bnx2x_phy phy[PORT_MAX]; in bnx2x_8073_common_init_phy()13071 struct bnx2x_phy *phy_blk[PORT_MAX]; in bnx2x_8073_common_init_phy()13081 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in bnx2x_8073_common_init_phy()13135 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in bnx2x_8073_common_init_phy()13165 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in bnx2x_8073_common_init_phy()13208 for (port = 0; port < PORT_MAX; port++) { in bnx2x_8726_common_init_phy()13293 struct bnx2x_phy phy[PORT_MAX]; in bnx2x_8727_common_init_phy()13294 struct bnx2x_phy *phy_blk[PORT_MAX]; in bnx2x_8727_common_init_phy()13321 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in bnx2x_8727_common_init_phy()13366 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in bnx2x_8727_common_init_phy()
2618 #define E1H_MAX_MF_SB_COUNT (HC_SB_MAX_SB_E1X/(E1HVN_MAX * PORT_MAX))
795 #define LLDP_ADMIN_MIB_OFFSET(bp) (PORT_MAX*sizeof(struct lldp_params) + \
6947 for (port = PORT_0; port < PORT_MAX; port++) { in bnx2x_setup_fan_failure_detection()
137 #define PORT_MAX 2 macro