/titanic_50/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/ |
H A D | shmem.h | 503 struct port_mf_cfg port_mf_config[NVM_PATH_MAX][PORT_MAX]; 519 u32 validity_map[PORT_MAX]; /* 0x0 (4*2 = 0x8) */ 542 license_key_t drv_lic_key[PORT_MAX]; /* 0x440 (52*2=0x68) */ 548 struct drv_port_mb port_mb[PORT_MAX]; /* 0x664 (16*2=0x20) */ 964 u32 ext_phy_fw_version2[PORT_MAX]; /* 0x0008 */ 1090 u32 dcbx_en[PORT_MAX]; 1107 struct eee_remote_vals eee_remote_vals[PORT_MAX]; 1126 u32 eee_status[PORT_MAX]; 1145 u32 lfa_host_addr[PORT_MAX]; 1155 u32 link_attr_sync[PORT_MAX]; /* Offset 0x154 */ [all …]
|
H A D | nvm_map.h | 214 port_hw_cfg_t port_hw_config[PORT_MAX]; /* 0x12c(400*2=0x320) */ 226 port_feat_cfg_t port_feature_config[PORT_MAX]; /* 0x454 (116*2=0xe8) */ 304 upgrade_key_info_t upgrade_key_info[PORT_MAX]; /* 0x640 (100*2=0xc8) */ 305 manuf_key_info_t manuf_key_info[PORT_MAX]; /* 0x708 (112*2=0xe0) */ 489 struct macp_port_cfg port_cfg[NVM_PATH_MAX][PORT_MAX]; 590 struct niv_port_cfg port_cfg[NVM_PATH_MAX][PORT_MAX]; // per port config 602 struct niv_port_profiles_cfg port_cfg[PORT_MAX]; // per port config
|
H A D | mac_drv_info.h | 6 #define PORT_MAX 2 macro 45 struct fcoe_capabilities fcoe_features[NVM_PATH_MAX][PORT_MAX];
|
H A D | bdn.h | 160 struct bdn_netport netport[PORT_MAX * NVM_PATH_MAX];
|
H A D | ncsi_basic_types.h | 619 pNcsiChannelData_t pChannelSpecific[PATH_SUPPORTED * PORT_MAX]; //8 bytes 622 …NcsiChannelData_t ChannelData[PORT_MAX]; // 420 bytes total 288 bytes (2 dat…
|
H A D | dev_info.h | 1116 struct port_hw_cfg port_hw_config[PORT_MAX]; /* 400*2=800 */ 1120 struct port_feat_cfg port_feature_config[PORT_MAX];/* 116*2=232 */
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | netcat.c | 76 #define PORT_MAX 65535 macro 334 if (strtonum(uport, PORT_MIN, PORT_MAX, in main() 799 lo = strtonum(token, PORT_MIN, PORT_MAX, &errstr); in build_ports() 806 hi = strtonum(n, PORT_MIN, PORT_MAX, &errstr); in build_ports()
|
/titanic_50/usr/src/uts/common/io/audio/drv/audiocmi/ |
H A D | audiocmi.h | 295 #define PORT_MAX 2 macro 313 cmpci_port_t port[PORT_MAX];
|
H A D | audiocmi.c | 722 for (int i = 0; i < PORT_MAX; i++) { in cmpci_init() 839 for (int i = 0; i < PORT_MAX; i++) { in cmpci_destroy()
|
/titanic_50/usr/src/uts/common/io/audio/drv/audioens/ |
H A D | audioens.c | 90 #define PORT_MAX PORT_ADC macro 113 audioens_port_t port[PORT_MAX + 1]; 711 for (int i = 0; i <= PORT_MAX; i++) { in audioens_init() 802 for (i = 0; i <= PORT_MAX; i++) { in audioens_destroy()
|
/titanic_50/usr/src/uts/common/io/audio/drv/audiohd/ |
H A D | audiohd.h | 633 #define PORT_MAX 2 macro 844 audiohd_port_t *port[PORT_MAX];
|
H A D | audiohd.c | 5000 for (i = 0; i < PORT_MAX; i++) { in audiohd_allocate_port() 5176 for (i = 0; i < PORT_MAX; i++) { in audiohd_free_port()
|
/titanic_50/usr/src/uts/common/io/audio/drv/audiopci/ |
H A D | audiopci.c | 84 #define PORT_MAX PORT_ADC macro 140 audiopci_port_t port[PORT_MAX + 1]; 608 for (int i = 0; i <= PORT_MAX; i++) { in audiopci_init() 708 for (i = 0; i <= PORT_MAX; i++) { in audiopci_destroy()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_devinfo.c | 1134 u32_t max_toe_cons[PORT_MAX] = {0,0}; in lm_get_shmem_license_info() 1135 u32_t max_rdma_cons[PORT_MAX] = {0,0}; in lm_get_shmem_license_info() 1136 u32_t max_iscsi_cons[PORT_MAX] = {0,0}; in lm_get_shmem_license_info() 1137 u32_t max_fcoe_cons[PORT_MAX] = {0,0}; in lm_get_shmem_license_info() 1138 u32_t max_eth_cons[PORT_MAX] = {0,0}; /* Includes VF connections */ in lm_get_shmem_license_info() 1139 u32_t max_bar_supported_cons[PORT_MAX] = {0}; in lm_get_shmem_license_info() 1140 u32_t max_supported_cons[PORT_MAX] = {0}; in lm_get_shmem_license_info() 1150 for (port = 0; port < PORT_MAX; port++) in lm_get_shmem_license_info() 2423 u8_t port_max = (port_mode == LM_CHIP_PORT_MODE_2)? 1 : PORT_MAX; in lm_get_shmem_sf_sriov_info() 2429 …_dev_info, port_hw_config)/FIELD_SIZE(struct shm_dev_info, port_hw_config[0])) >= max(PORT_MAX,1)); in lm_get_shmem_sf_sriov_info() [all …]
|
H A D | lm_mcp.c | 1014 … wait_itr = 240 * FW_ACK_NUM_OF_POLL * PORT_MAX * (u32_t)(IS_MULTI_VNIC(pdev) ? MAX_VNIC_NUM : 1); in lm_mcp_cmd_response()
|
H A D | lm_hw_init_reset.c | 944 port_max = PORT_MAX; in lm_reset_device_if_undi_active() 1713 …static const u32_t offset_base_wb[PORT_MAX] = { NIG_REG_LLH0_ACPI_BE_… in lm_reset_device_with_nig() 1745 ASSERT_STATIC( 2 == PORT_MAX ); in lm_reset_device_with_nig() 1773 DbgBreakIf( idx_port >= PORT_MAX ); in lm_reset_device_with_nig()
|
H A D | lm_hw_access.c | 360 for (port = PORT_0; port < PORT_MAX; port++) in lm_setup_fan_failure_detection()
|
H A D | lm_dcbx.c | 3391 ASSERT_STATIC( 2 == PORT_MAX ); in lm_dcbx_read_params() 3617 ASSERT_STATIC( 2 == PORT_MAX ); in lm_dcbx_read_params()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 14267 struct elink_phy phy[PORT_MAX]; in elink_8073_common_init_phy() 14268 struct elink_phy *phy_blk[PORT_MAX]; in elink_8073_common_init_phy() 14278 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8073_common_init_phy() 14332 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8073_common_init_phy() 14362 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8073_common_init_phy() 14407 for (port = 0; port < PORT_MAX; port++) { in elink_8726_common_init_phy() 14494 struct elink_phy phy[PORT_MAX]; in elink_8727_common_init_phy() 14495 struct elink_phy *phy_blk[PORT_MAX]; in elink_8727_common_init_phy() 14522 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8727_common_init_phy() 14567 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8727_common_init_phy()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 1992 PORT_MAX * sizeof(lldp_params_t) + \
|