Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h503 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 Dnvm_map.h214 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 Dmac_drv_info.h6 #define PORT_MAX 2 macro
45 struct fcoe_capabilities fcoe_features[NVM_PATH_MAX][PORT_MAX];
H A Dncsi_basic_types.h619 pNcsiChannelData_t pChannelSpecific[PATH_SUPPORTED * PORT_MAX]; //8 bytes
622 …NcsiChannelData_t ChannelData[PORT_MAX]; // 420 bytes total 288 bytes (2 dat…
H A Dbdn.h160 struct bdn_netport netport[PORT_MAX * NVM_PATH_MAX];
H A Ddev_info.h1116 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 */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c76 #define PORT_MAX 65535 macro
354 if (strtonum(uport, PORT_MIN, PORT_MAX, in main()
820 lo = strtonum(token, PORT_MIN, PORT_MAX, &errstr); in build_ports()
827 hi = strtonum(n, PORT_MIN, PORT_MAX, &errstr); in build_ports()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmi/
H A Daudiocmi.h295 #define PORT_MAX 2 macro
313 cmpci_port_t port[PORT_MAX];
H A Daudiocmi.c722 for (int i = 0; i < PORT_MAX; i++) { in cmpci_init()
839 for (int i = 0; i < PORT_MAX; i++) { in cmpci_destroy()
/illumos-gate/usr/src/uts/common/io/audio/drv/audioens/
H A Daudioens.c103 #define PORT_MAX PORT_ADC macro
127 audioens_port_t port[PORT_MAX + 1];
849 for (int i = 0; i <= PORT_MAX; i++) { in audioens_init()
959 for (i = 0; i <= PORT_MAX; i++) { in audioens_destroy()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiopci/
H A Daudiopci.c84 #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()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.h633 #define PORT_MAX 2 macro
844 audiohd_port_t *port[PORT_MAX];
H A Daudiohd.c5000 for (i = 0; i < PORT_MAX; i++) { in audiohd_allocate_port()
5176 for (i = 0; i < PORT_MAX; i++) { in audiohd_free_port()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_devinfo.c1134 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()
2424 u8_t port_max = (port_mode == LM_CHIP_PORT_MODE_2)? 1 : PORT_MAX; in lm_get_shmem_sf_sriov_info()
2430 …_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 Dlm_mcp.c1014 … 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 Dlm_hw_init_reset.c944 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 Dlm_hw_access.c360 for (port = PORT_0; port < PORT_MAX; port++) in lm_setup_fan_failure_detection()
H A Dlm_dcbx.c3391 ASSERT_STATIC( 2 == PORT_MAX ); in lm_dcbx_read_params()
3617 ASSERT_STATIC( 2 == PORT_MAX ); in lm_dcbx_read_params()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c14390 struct elink_phy phy[PORT_MAX]; in elink_8073_common_init_phy()
14391 struct elink_phy *phy_blk[PORT_MAX]; in elink_8073_common_init_phy()
14401 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8073_common_init_phy()
14455 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8073_common_init_phy()
14485 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8073_common_init_phy()
14530 for (port = 0; port < PORT_MAX; port++) { in elink_8726_common_init_phy()
14617 struct elink_phy phy[PORT_MAX]; in elink_8727_common_init_phy()
14618 struct elink_phy *phy_blk[PORT_MAX]; in elink_8727_common_init_phy()
14645 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8727_common_init_phy()
14690 for (port = PORT_MAX - 1; port >= PORT_0; port--) { in elink_8727_common_init_phy()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1992 PORT_MAX * sizeof(lldp_params_t) + \