Searched refs:connections (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c92 /* Check if there were no connections */
94 dprintf("getinfo: no hotplug connections.\n");
244 hp_node_list_t connections, ports; local
254 /* Clear lists of discovered ports and connections */
256 (void) memset(&connections, 0, sizeof (hp_node_list_t));
291 node_list_add(&connections, node);
324 node_list_add(&connections, node);
331 /* Ignore irrelevant connections */
354 if (connections.head == NULL)
356 *retp = connections
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c450 * connections is initialzed with a dummy head.
452 void lm_tcp_tx_process_cqes(lm_device_t *pdev, u8_t drv_toe_rss_id, s_list_t * connections) argument
523 /* connections will always be initialized to a dummy, so once a tcp connection is added to the
526 s_list_push_head(connections, &tcp->tx_con->dpc_info.link);
550 s_list_t connections; local
560 s_list_clear(&connections);
561 s_list_push_head(&connections, &dummy);
562 /* process the cqes and initialize connections with all the connections that appeared
564 lm_tcp_tx_process_cqes(pdev,drv_toe_rss_id,&connections);
[all...]
H A Dlm_l4rx.c1423 u8_t lm_tcp_rx_process_cqes(lm_device_t *pdev, u8_t drv_toe_rss_id, s_list_t * connections) argument
1576 /* connections will always be initialized to a dummy, so once a tcp connection is added to the
1579 s_list_push_head(connections, &tcp->rx_con->dpc_info.link);
1656 s_list_t connections; local
1673 s_list_clear(&connections);
1674 s_list_push_head(&connections, &dummy);
1675 /* process the cqes and initialize connections with all the connections that appeared
1677 process_rss_upd = lm_tcp_rx_process_cqes(pdev,drv_toe_rss_id,&connections);
1682 /* FP: traverse the connections
[all...]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c226 /* Set<struct connection *> connections; */
227 static SET(struct connection *) connections;
228 #define n_sockets connections.n
229 #define conns connections.data
301 if (!ADD(connections, newconn, tmp)) {
343 FOREACH_ELT(connections, i, conn)
345 DEL(connections, i);
853 krb5_klog_syslog(LOG_INFO, "too many connections");
855 FOREACH_ELT (connections, i, c) {
1137 FOREACH_ELT (connections,
[all...]
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h397 * to rsm_get_interconnect_topology(). The actual size of the connections
402 caddr_t connections[1]; member in struct:__anon8888
408 caddr32_t connections[1]; member in struct:__anon8889
/illumos-gate/usr/src/lib/librsm/inc/
H A Drsmapi.h105 * to rsm_get_interconnect_topology(). The actual size of the connections
110 rsm_connections_t *connections[1]; member in struct:rsm_topology
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c11 res = (PFDEV(pdev)->vars.connections[VF_TO_PF_CID(pdev,LM_SW_LEADING_RSS_CID(pdev))].con_state != LM_CON_STATE_CLOSE);
162 DbgMessage2(pf_dev, FATAL, "vf disable: clear VFs connections from %d till %d\n",start_cid, end_cid);
164 pf_dev->vars.connections[ind_cids].con_state = LM_CON_STATE_CLOSE;
398 PFDEV(pdev)->vars.connections[VF_TO_PF_CID(pdev,LM_SW_LEADING_RSS_CID(pdev))].con_state = LM_CON_STATE_CLOSE;
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c30 * inter-node connections (aka paths), and IPC. Adapter descriptors are
2767 * Add extra 4-bytes to make sure connections header
2828 bufp = (char *)&tp->connections[0];
2853 tp32->connections[cntlr++] = userbase + delta;
2855 tp->connections[cntlr++] = arg +
2860 tp->connections[cntlr++] = arg +
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c363 DbgMessage(pf_dev, FATAL, "vf disable: clear VFs connections from %d till %d\n",start_cid, end_cid);
365 pf_dev->vars.connections[ind_cids].con_state = LM_CON_STATE_CLOSE;

Completed in 97 milliseconds