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 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 | 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 | 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]; /* Offse [all...] |
| 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 data blocks)
|
| 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 */
|
| /illumos-gate/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, 799 lo = strtonum(token, PORT_MIN, PORT_MAX, &errstr); 806 hi = strtonum(n, PORT_MIN, PORT_MAX, &errstr);
|
| /illumos-gate/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++) { 839 for (int i = 0; i < PORT_MAX; i++) {
|
| /illumos-gate/usr/src/uts/common/io/audio/drv/audioens/ |
| H A D | audioens.c | 103 #define PORT_MAX PORT_ADC macro 127 audioens_port_t port[PORT_MAX + 1]; 847 for (int i = 0; i <= PORT_MAX; i++) { 957 for (i = 0; i <= PORT_MAX; i++) {
|
| /illumos-gate/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++) { 5176 for (i = 0; i < PORT_MAX; i++) {
|
| /illumos-gate/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++) { 708 for (i = 0; i <= PORT_MAX; i++) {
|
| /illumos-gate/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}; 1135 u32_t max_rdma_cons[PORT_MAX] = {0,0}; 1136 u32_t max_iscsi_cons[PORT_MAX] = {0,0}; 1137 u32_t max_fcoe_cons[PORT_MAX] = {0,0}; 1138 u32_t max_eth_cons[PORT_MAX] = {0,0}; /* Includes VF connections */ 1139 u32_t max_bar_supported_cons[PORT_MAX] = {0}; 1140 u32_t max_supported_cons[PORT_MAX] = {0}; 1150 for (port = 0; port < PORT_MAX; port++) 2423 u8_t port_max = (port_mode == LM_CHIP_PORT_MODE_2)? 1 : PORT_MAX; 2429 ASSERT_STATIC((FIELD_SIZE(struct shm_dev_info, port_hw_config)/FIELD_SIZE(struct shm_dev_info, port_hw_config[0])) >= max(PORT_MAX, [all...] |
| H A D | lm_hw_init_reset.c | 944 port_max = PORT_MAX; 1713 static const u32_t offset_base_wb[PORT_MAX] = { NIG_REG_LLH0_ACPI_BE_MEM_DATA, NIG_REG_LLH1_ACPI_BE_MEM_DATA }; 1745 ASSERT_STATIC( 2 == PORT_MAX ); 1773 DbgBreakIf( idx_port >= PORT_MAX );
|
| 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);
|
| H A D | lm_hw_access.c | 360 for (port = PORT_0; port < PORT_MAX; port++)
|
| H A D | lm_dcbx.c | 3391 ASSERT_STATIC( 2 == PORT_MAX ); 3617 ASSERT_STATIC( 2 == PORT_MAX );
|
| /illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/ |
| H A D | bnxe_clc.c | 14267 struct elink_phy phy[PORT_MAX]; 14268 struct elink_phy *phy_blk[PORT_MAX]; 14278 for (port = PORT_MAX - 1; port >= PORT_0; port--) { 14332 for (port = PORT_MAX - 1; port >= PORT_0; port--) { 14362 for (port = PORT_MAX - 1; port >= PORT_0; port--) { 14407 for (port = 0; port < PORT_MAX; port++) { 14494 struct elink_phy phy[PORT_MAX]; 14495 struct elink_phy *phy_blk[PORT_MAX]; 14522 for (port = PORT_MAX - 1; port >= PORT_0; port--) { 14567 for (port = PORT_MAX [all...] |
| /illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
| H A D | lm5710.h | 1992 PORT_MAX * sizeof(lldp_params_t) + \
|
Completed in 6140 milliseconds