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

/freebsd-13-stable/sys/dev/bxe/
H A Decore_mfw_req.h39 #define PORT_MAX 2 macro
78 struct fcoe_capabilities fcoe_features[NVM_PATH_MAX][PORT_MAX];
H A Decore_hsi.h1178 struct port_hw_cfg port_hw_config[PORT_MAX]; /* 400*2=800 */
1182 struct port_feat_cfg port_feature_config[PORT_MAX];/* 116*2=232 */
2059 struct port_mf_cfg port_mf_config[NVM_PATH_MAX][PORT_MAX];
2075 uint32_t validity_map[PORT_MAX]; /* 0x0 (4*2 = 0x8) */
2098 license_key_t drv_lic_key[PORT_MAX]; /* 0x440 (52*2=0x68) */
2104 struct drv_port_mb port_mb[PORT_MAX]; /* 0x664 (16*2=0x20) */
2582 uint32_t ext_phy_fw_version2[PORT_MAX]; /* 0x0008 */
2708 uint32_t dcbx_en[PORT_MAX]; /* 0x00f4 */
2725 struct eee_remote_vals eee_remote_vals[PORT_MAX]; /* 0x0110 */
2744 uint32_t eee_status[PORT_MAX]; /*
[all...]
H A Dbxe_elink.c14237 struct elink_phy phy[PORT_MAX];
14238 struct elink_phy *phy_blk[PORT_MAX];
14248 for (port = PORT_MAX - 1; port >= PORT_0; port--) {
14302 for (port = PORT_MAX - 1; port >= PORT_0; port--) {
14332 for (port = PORT_MAX - 1; port >= PORT_0; port--) {
14375 for (port = 0; port < PORT_MAX; port++) {
14460 struct elink_phy phy[PORT_MAX];
14461 struct elink_phy *phy_blk[PORT_MAX];
14488 for (port = PORT_MAX - 1; port >= PORT_0; port--) {
14533 for (port = PORT_MAX
[all...]
H A Dbxe.c16921 for (port = PORT_0; port < PORT_MAX; port++) {
/freebsd-13-stable/contrib/netcat/
H A Dnetcat.c76 #define PORT_MAX 65535 macro
115 char *portlist[PORT_MAX+1];
1166 hi = strtonum(n, 1, PORT_MAX, &errstr);
1169 lo = strtonum(p, 1, PORT_MAX, &errstr);
1201 hi = strtonum(p, 1, PORT_MAX, &errstr);
/freebsd-13-stable/crypto/openssh/regress/
H A Dnetcat.c80 #define PORT_MAX 65535 macro
116 char *portlist[PORT_MAX+1];
1104 hi = strtonum(n, 1, PORT_MAX, &errstr);
1107 lo = strtonum(p, 1, PORT_MAX, &errstr);
1139 hi = strtonum(p, 1, PORT_MAX, &errstr);
/freebsd-13-stable/usr.sbin/ypldap/
H A Daldap.c592 #define PORT_MAX UINT16_MAX
593 lu->port = strtonum(++forward2, 0, PORT_MAX, &errstr);

Completed in 328 milliseconds