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

/freebsd-11-stable/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.c14235 struct elink_phy phy[PORT_MAX];
14236 struct elink_phy *phy_blk[PORT_MAX];
14246 for (port = PORT_MAX - 1; port >= PORT_0; port--) {
14300 for (port = PORT_MAX - 1; port >= PORT_0; port--) {
14330 for (port = PORT_MAX - 1; port >= PORT_0; port--) {
14373 for (port = 0; port < PORT_MAX; port++) {
14458 struct elink_phy phy[PORT_MAX];
14459 struct elink_phy *phy_blk[PORT_MAX];
14486 for (port = PORT_MAX - 1; port >= PORT_0; port--) {
14531 for (port = PORT_MAX
[all...]
H A Dbxe.c17010 for (port = PORT_0; port < PORT_MAX; port++) {
/freebsd-11-stable/contrib/netcat/
H A Dnetcat.c72 #define PORT_MAX 65535 macro
109 char *portlist[PORT_MAX+1];
1120 hi = strtonum(n, 1, PORT_MAX, &errstr);
1123 lo = strtonum(p, 1, PORT_MAX, &errstr);
1155 hi = strtonum(p, 1, PORT_MAX, &errstr);
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c80 #define PORT_MAX 65535 macro
116 char *portlist[PORT_MAX+1];
1099 hi = strtonum(n, 1, PORT_MAX, &errstr);
1102 lo = strtonum(p, 1, PORT_MAX, &errstr);
1134 hi = strtonum(p, 1, PORT_MAX, &errstr);
/freebsd-11-stable/usr.sbin/ypldap/
H A Daldap.c592 #define PORT_MAX UINT16_MAX
593 lu->port = strtonum(++forward2, 0, PORT_MAX, &errstr);

Completed in 602 milliseconds