Symbol: PORT_MAX
crypto/openssh/regress/netcat.c
1113
hi = strtonum(n, 1, PORT_MAX, &errstr);
crypto/openssh/regress/netcat.c
1116
lo = strtonum(p, 1, PORT_MAX, &errstr);
crypto/openssh/regress/netcat.c
1148
hi = strtonum(p, 1, PORT_MAX, &errstr);
crypto/openssh/regress/netcat.c
123
char *portlist[PORT_MAX+1];
sys/dev/bxe/bxe.c
16885
for (port = PORT_0; port < PORT_MAX; port++) {
sys/dev/bxe/bxe_elink.c
14235
struct elink_phy phy[PORT_MAX];
sys/dev/bxe/bxe_elink.c
14236
struct elink_phy *phy_blk[PORT_MAX];
sys/dev/bxe/bxe_elink.c
14246
for (port = PORT_MAX - 1; port >= PORT_0; port--) {
sys/dev/bxe/bxe_elink.c
14300
for (port = PORT_MAX - 1; port >= PORT_0; port--) {
sys/dev/bxe/bxe_elink.c
14330
for (port = PORT_MAX - 1; port >= PORT_0; port--) {
sys/dev/bxe/bxe_elink.c
14373
for (port = 0; port < PORT_MAX; port++) {
sys/dev/bxe/bxe_elink.c
14458
struct elink_phy phy[PORT_MAX];
sys/dev/bxe/bxe_elink.c
14459
struct elink_phy *phy_blk[PORT_MAX];
sys/dev/bxe/bxe_elink.c
14486
for (port = PORT_MAX - 1; port >= PORT_0; port--) {
sys/dev/bxe/bxe_elink.c
14531
for (port = PORT_MAX - 1; port >= PORT_0; port--) {
sys/dev/bxe/ecore_hsi.h
1176
struct port_hw_cfg port_hw_config[PORT_MAX]; /* 400*2=800 */
sys/dev/bxe/ecore_hsi.h
1180
struct port_feat_cfg port_feature_config[PORT_MAX];/* 116*2=232 */
sys/dev/bxe/ecore_hsi.h
2057
struct port_mf_cfg port_mf_config[NVM_PATH_MAX][PORT_MAX];
sys/dev/bxe/ecore_hsi.h
2073
uint32_t validity_map[PORT_MAX]; /* 0x0 (4*2 = 0x8) */
sys/dev/bxe/ecore_hsi.h
2096
license_key_t drv_lic_key[PORT_MAX]; /* 0x440 (52*2=0x68) */
sys/dev/bxe/ecore_hsi.h
2102
struct drv_port_mb port_mb[PORT_MAX]; /* 0x664 (16*2=0x20) */
sys/dev/bxe/ecore_hsi.h
2580
uint32_t ext_phy_fw_version2[PORT_MAX]; /* 0x0008 */
sys/dev/bxe/ecore_hsi.h
2706
uint32_t dcbx_en[PORT_MAX]; /* 0x00f4 */
sys/dev/bxe/ecore_hsi.h
2723
struct eee_remote_vals eee_remote_vals[PORT_MAX]; /* 0x0110 */
sys/dev/bxe/ecore_hsi.h
2742
uint32_t eee_status[PORT_MAX]; /* 0x0130 */
sys/dev/bxe/ecore_hsi.h
2761
uint32_t lfa_host_addr[PORT_MAX]; /* 0x013c */
sys/dev/bxe/ecore_hsi.h
2773
uint32_t link_attr_sync[PORT_MAX]; /* Offset 0x154 */
sys/dev/bxe/ecore_hsi.h
2784
uint32_t link_change_count[PORT_MAX]; /* Offset 0x160-0x164 */
sys/dev/bxe/ecore_hsi.h
2829
uint32_t fc_npiv_nvram_tbl_addr[PORT_MAX]; /* 0x1d4 */
sys/dev/bxe/ecore_mfw_req.h
76
struct fcoe_capabilities fcoe_features[NVM_PATH_MAX][PORT_MAX];
usr.sbin/ypldap/aldap.c
592
lu->port = strtonum(++forward2, 0, PORT_MAX, &errstr);