Searched refs:PORT_MAX (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/dev/bxe/
H A Decore_mfw_req.h37 #define PORT_MAX 2 macro
76 struct fcoe_capabilities fcoe_features[NVM_PATH_MAX][PORT_MAX];
H A Decore_hsi.h1176 struct port_hw_cfg port_hw_config[PORT_MAX]; /* 400*2=800 */
1180 struct port_feat_cfg port_feature_config[PORT_MAX];/* 116*2=232 */
2057 struct port_mf_cfg port_mf_config[NVM_PATH_MAX][PORT_MAX];
2073 uint32_t validity_map[PORT_MAX]; /* 0x0 (4*2 = 0x8) */
2096 license_key_t drv_lic_key[PORT_MAX]; /* 0x440 (52*2=0x68) */
2102 struct drv_port_mb port_mb[PORT_MAX]; /* 0x664 (16*2=0x20) */
2580 uint32_t ext_phy_fw_version2[PORT_MAX]; /* 0x0008 */
2706 uint32_t dcbx_en[PORT_MAX]; /* 0x00f4 */
2723 struct eee_remote_vals eee_remote_vals[PORT_MAX]; /* 0x0110 */
2742 uint32_t eee_status[PORT_MAX]; /*
[all...]
H A Dbxe_elink.c14170 struct elink_phy phy[PORT_MAX];
14171 struct elink_phy *phy_blk[PORT_MAX];
14181 for (port = PORT_MAX - 1; port >= PORT_0; port--) {
14235 for (port = PORT_MAX - 1; port >= PORT_0; port--) {
14265 for (port = PORT_MAX - 1; port >= PORT_0; port--) {
14308 for (port = 0; port < PORT_MAX; port++) {
14393 struct elink_phy phy[PORT_MAX];
14394 struct elink_phy *phy_blk[PORT_MAX];
14421 for (port = PORT_MAX - 1; port >= PORT_0; port--) {
14466 for (port = PORT_MAX
[all...]
H A Dbxe.c16489 for (port = PORT_0; port < PORT_MAX; port++) {
/freebsd-11.0-release/contrib/netcat/
H A Dnetcat.c72 #define PORT_MAX 65535 macro
109 char *portlist[PORT_MAX+1];
1131 hi = strtonum(n, 1, PORT_MAX, &errstr);
1134 lo = strtonum(p, 1, PORT_MAX, &errstr);
1166 hi = strtonum(p, 1, PORT_MAX, &errstr);
/freebsd-11.0-release/crypto/openssh/regress/
H A Dnetcat.c77 #define PORT_MAX 65535 macro
113 char *portlist[PORT_MAX+1];
1136 hi = strtonum(n, 1, PORT_MAX, &errstr);
1139 lo = strtonum(p, 1, PORT_MAX, &errstr);
1171 hi = strtonum(p, 1, PORT_MAX, &errstr);
/freebsd-11.0-release/usr.sbin/ypldap/
H A Daldap.c592 #define PORT_MAX UINT16_MAX
593 lu->port = strtonum(++forward2, 0, PORT_MAX, &errstr);

Completed in 194 milliseconds