Searched refs:eibnx_gw_info_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/ |
H A D | enx_impl.h | 238 } eibnx_gw_info_t; typedef 268 eibnx_gw_info_t gm_info; 278 eibnx_gw_info_t *ch_gwi; 353 eibnx_gw_info_t *ti_gw; 375 eibnx_gw_info_t *nc_gwi; 430 boolean_t eibnx_is_gw_dead(eibnx_gw_info_t *); 473 void eibnx_enqueue_child(eibnx_thr_info_t *, eibnx_gw_info_t *, char *, 475 int eibnx_update_child(eibnx_thr_info_t *, eibnx_gw_info_t *, dev_info_t *); 479 eibnx_gw_info_t *eibnx_find_gw_in_gwlist(eibnx_thr_info_t *, eibnx_gw_info_t *); 480 eibnx_gw_info_t *eibnx_add_gw_to_gwlist(eibnx_thr_info_t *, eibnx_gw_info_t *, [all …]
|
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_q.c | 164 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 D | enx_misc.c | 55 eibnx_gw_info_t *gwi; in eibnx_cleanup_port_nodes() 56 eibnx_gw_info_t *gw_list; in eibnx_cleanup_port_nodes() 57 eibnx_gw_info_t *nxt_gwi; in eibnx_cleanup_port_nodes() 126 kmem_free(gwi, sizeof (eibnx_gw_info_t)); in eibnx_cleanup_port_nodes() 136 eibnx_gw_info_t *gwi) in eibnx_create_node_props() 461 eibnx_configure_node(eibnx_thr_info_t *ti, eibnx_gw_info_t *gwi, in eibnx_configure_node() 533 eibnx_unconfigure_node(eibnx_thr_info_t *ti, eibnx_gw_info_t *gwi) in eibnx_unconfigure_node() 546 eibnx_gw_info_t **gwi_p) in eibnx_locate_node_name() 550 eibnx_gw_info_t *gwi; in eibnx_locate_node_name() 590 eibnx_locate_unconfigured_node(eibnx_thr_info_t **ti_p, eibnx_gw_info_t **gwi_p) in eibnx_locate_unconfigured_node()
|
H A D | enx_hdlrs.c | 41 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 D | enx_main.c | 549 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 D | enx_fip.c | 93 eibnx_gw_info_t *gw; in eibnx_fip_solicit_ucast() 442 eibnx_gw_info_t *gwi; in eibnx_fip_parse_advt_pkt()
|