Searched defs:connections (Results 1 - 5 of 5) sorted by relevance

/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/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/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

Completed in 80 milliseconds