Searched refs:num_ports (Results 51 - 75 of 152) sorted by relevance

1234567

/freebsd-11-stable/crypto/heimdal/kdc/
H A Dconnect.c63 static size_t num_ports; variable
82 for(i = 0; i < num_ports; i++){
88 ports = realloc(ports, (num_ports + 1) * sizeof(*ports));
91 ports[num_ports].family = family;
92 ports[num_ports].type = type;
93 ports[num_ports].port = port;
94 num_ports++;
330 d = malloc(addresses.len * num_ports * sizeof(*d));
333 (unsigned long)num_ports * sizeof(*d));
335 for (i = 0; i < num_ports;
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos.c301 unsigned num_ports = osm_node_get_num_physp(node); local
314 for (out = 1; out < num_ports; out++) {
338 for (out = 1; out < num_ports; out++) {
365 for (out = 1; out < num_ports; out++) {
386 for (; out < num_ports; out++) {
394 for (in = 0; in < num_ports; in++) {
H A Dosm_perfmgr.c162 port < pm->remove_list->num_ports;
257 if (port >= p_mon_node->num_ports) {
263 p_mon_node->num_ports);
351 if (mon_node && mon_node->num_ports && port < mon_node->num_ports &&
378 if (mon_node && mon_node->num_ports && port < mon_node->num_ports &&
533 uint32_t num_ports; local
546 num_ports = osm_node_get_num_physp(node);
548 sizeof(monitored_port_t) * num_ports);
705 uint8_t port, num_ports = 0; local
844 uint8_t num_ports; local
[all...]
H A Dosm_ucast_updn.c143 for (pn = 1; pn < u->sw->num_ports; pn++) {
216 uint8_t num_ports, port_num; local
238 num_ports = p_sw->num_ports;
242 for (port_num = 1; port_num < num_ports; port_num++) {
296 memset(sw->hops[i], 0xff, sw->num_ports);
H A Dosm_sa_pkey_record.c145 uint8_t num_ports; local
184 num_ports = osm_node_get_num_physp(p_port->p_node);
185 for (port_num = 0; port_num < num_ports; port_num++) {
H A Dosm_mcast_mgr.c192 uint32_t num_ports = 0; local
209 num_ports += sw->num_of_mcm + sw->is_mc_member;
213 CL_ASSERT(num_ports);
215 avg_hops = (float)(hops / num_ports);
746 uint32_t num_ports; local
769 num_ports = cl_qlist_count(&port_list);
770 if (num_ports < 2) {
773 mbox->mlid, num_ports);
809 mbox->mlid, num_ports, max_depth);
H A Dosm_node.c92 size = p_ni->num_ports;
121 for (i = 0; i <= p_ni->num_ports; i++)
H A Dosm_console.c646 p_port->p_node->node_info.num_ports);
752 uint8_t num_ports = osm_node_get_num_physp(node); local
768 for (port = 1; port < num_ports; port++) {
1043 uint8_t num_ports; local
1086 num_ports = p_sw->num_ports;
1087 for (port_num = 1; port_num < num_ports; port_num++) {
1207 uint8_t num_ports; local
1276 num_ports = p_sw->num_ports;
[all...]
H A Dosm_mesh.c1504 unsigned num_ports = sw->p_sw->num_ports; local
1509 for (i = 0; i < num_ports; i++)
1546 unsigned num_ports = sw->p_sw->num_ports; local
1550 if (!(node = sw->node = calloc(1, sizeof(mesh_node_t) + num_ports * sizeof(link_t *))))
1553 for (i = 0; i < num_ports; i++)
1554 if (!(node->links[i] = calloc(1, sizeof(link_t) + num_ports * sizeof(int))))
1557 if (!(node->axes = calloc(num_ports, sizeof(int))))
1560 for (i = 0; i < num_ports;
[all...]
H A Dosm_sa_portinfo_record.c456 uint8_t num_ports; local
465 num_ports = osm_node_get_num_physp(p_node);
468 if (p_rcvd_rec->port_num < num_ports) {
480 for (port_num = 0; port_num < num_ports; port_num++) {
H A Dosm_ucast_file.c115 if (len > p_sw->num_ports)
116 len = p_sw->num_ports;
/freebsd-11-stable/sys/mips/rmi/
H A Dboard.h230 int num_ports; member in struct:xlr_board_info::xlr_gmac_block_t
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsmpquery.c270 int type, num_ports, portnum = 0; local
281 mad_decode_field(data, IB_NODE_NPORTS_F, &num_ports);
282 if (portnum > num_ports)
294 for (i = 0; i <= num_ports; i++) {
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_anafa.c108 p_ca_info->attr.num_ports = 1;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dopa_smi.h113 u8 num_ports; member in struct:opa_node_info
H A Dib_smi.h128 u8 num_ports; member in struct:ib_node_info
/freebsd-11-stable/sys/dev/rp/
H A Drp_isa.c237 int num_ports, num_aiops; local
255 num_ports = 0;
259 num_ports += sGetAiopNumChan(ctlp, aiop);
262 retval = rp_attachcommon(ctlp, num_aiops, num_ports);
H A Drp.c716 rp_attachcommon(CONTROLLER_T *ctlp, int num_aiops, int num_ports) argument
729 RocketPortVersion, num_ports);
731 ctlp->num_ports = num_ports;
733 malloc(sizeof(struct rp_port) * num_ports, M_DEVBUF, M_NOWAIT | M_ZERO);
786 for (i = 0; i < ctlp->num_ports; i++) {
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-srio.c149 int num_ports = cvmx_helper_ports_on_interface(interface); local
159 for (index=0; index<num_ports; index++)
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dfw.h88 int num_ports; member in struct:mlx4_dev_cap
135 u8 num_ports; member in struct:mlx4_func_cap
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Datmapi.h238 uint32_t num_ports; /* number of ports */ member in struct:atm_port_list
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5-abi.h93 __u16 num_ports; member in struct:mlx5_alloc_ucontext_resp
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr.h123 uint32_t num_ports; member in struct:monitored_node
/freebsd-11-stable/crypto/openssh/
H A Dservconf.h58 u_int num_ports; member in struct:__anon4516
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dmlx5-abi.h106 __u16 num_ports; member in struct:mlx5_ib_alloc_ucontext_resp

Completed in 368 milliseconds

1234567