Home
last modified time | relevance | path

Searched refs:eibnx_gw_info_t (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h234 } eibnx_gw_info_t; typedef
264 eibnx_gw_info_t gm_info;
274 eibnx_gw_info_t *ch_gwi;
349 eibnx_gw_info_t *ti_gw;
371 eibnx_gw_info_t *nc_gwi;
426 boolean_t eibnx_is_gw_dead(eibnx_gw_info_t *);
469 void eibnx_enqueue_child(eibnx_thr_info_t *, eibnx_gw_info_t *, char *,
471 int eibnx_update_child(eibnx_thr_info_t *, eibnx_gw_info_t *, dev_info_t *);
475 eibnx_gw_info_t *eibnx_find_gw_in_gwlist(eibnx_thr_info_t *, eibnx_gw_info_t *);
476 eibnx_gw_info_t *eibnx_add_gw_to_gwlist(eibnx_thr_info_t *, eibnx_gw_info_t *,
[all …]
/titanic_44/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c164 eibnx_enqueue_child(eibnx_thr_info_t *info, eibnx_gw_info_t *gwi, in eibnx_enqueue_child()
203 eibnx_update_child(eibnx_thr_info_t *info, eibnx_gw_info_t *gwi, in eibnx_update_child()
266 eibnx_gw_info_t *
267 eibnx_find_gw_in_gwlist(eibnx_thr_info_t *info, eibnx_gw_info_t *gwi) in eibnx_find_gw_in_gwlist()
269 eibnx_gw_info_t *lgw = NULL; in eibnx_find_gw_in_gwlist()
290 eibnx_gw_info_t *
291 eibnx_add_gw_to_gwlist(eibnx_thr_info_t *info, eibnx_gw_info_t *gwi, in eibnx_add_gw_to_gwlist()
294 eibnx_gw_info_t *new_gwi; in eibnx_add_gw_to_gwlist()
304 new_gwi = kmem_zalloc(sizeof (eibnx_gw_info_t), KM_NOSLEEP); in eibnx_add_gw_to_gwlist()
323 kmem_free(new_gwi, sizeof (eibnx_gw_info_t)); in eibnx_add_gw_to_gwlist()
[all …]
H A Denx_misc.c51 eibnx_gw_info_t *gwi; in eibnx_cleanup_port_nodes()
52 eibnx_gw_info_t *gw_list; in eibnx_cleanup_port_nodes()
53 eibnx_gw_info_t *nxt_gwi; in eibnx_cleanup_port_nodes()
122 kmem_free(gwi, sizeof (eibnx_gw_info_t)); in eibnx_cleanup_port_nodes()
132 eibnx_gw_info_t *gwi) in eibnx_create_node_props()
457 eibnx_configure_node(eibnx_thr_info_t *ti, eibnx_gw_info_t *gwi, in eibnx_configure_node()
530 eibnx_unconfigure_node(eibnx_thr_info_t *ti, eibnx_gw_info_t *gwi) in eibnx_unconfigure_node()
543 eibnx_gw_info_t **gwi_p) in eibnx_locate_node_name()
547 eibnx_gw_info_t *gwi; in eibnx_locate_node_name()
587 eibnx_locate_unconfigured_node(eibnx_thr_info_t **ti_p, eibnx_gw_info_t **gwi_p) in eibnx_locate_unconfigured_node()
H A Denx_hdlrs.c41 static void eibnx_gw_is_alive(eibnx_gw_info_t *);
42 static void eibnx_gw_is_aware(eibnx_thr_info_t *, eibnx_gw_info_t *, boolean_t);
405 eibnx_is_gw_dead(eibnx_gw_info_t *gwi) in eibnx_is_gw_dead()
423 eibnx_gw_is_alive(eibnx_gw_info_t *gwi) in eibnx_gw_is_alive()
439 eibnx_gw_is_aware(eibnx_thr_info_t *info, eibnx_gw_info_t *gwi, in eibnx_gw_is_aware()
666 eibnx_gw_info_t *gwi; in eibnx_process_rx()
667 eibnx_gw_info_t *orig_gwi; in eibnx_process_rx()
668 eibnx_gw_info_t *new_gwi; in eibnx_process_rx()
H A Denx_main.c549 eibnx_gw_info_t *gwi; in eibnx_config_all_children()
613 eibnx_gw_info_t *gwi; in eibnx_config_child()
629 eibnx_gw_info_t *gwi; in eibnx_unconfig_child()
H A Denx_fip.c93 eibnx_gw_info_t *gw; in eibnx_fip_solicit_ucast()
442 eibnx_gw_info_t *gwi; in eibnx_fip_parse_advt_pkt()