Home
last modified time | relevance | path

Searched refs:eibnx_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_main.c48 eibnx_t *enx_global_ss = NULL;
222 eibnx_t *ss; in eibnx_attach()
239 ss = kmem_zalloc(sizeof (eibnx_t), KM_SLEEP); in eibnx_attach()
252 kmem_free(enx_global_ss, sizeof (eibnx_t)); in eibnx_attach()
263 kmem_free(enx_global_ss, sizeof (eibnx_t)); in eibnx_attach()
290 kmem_free(enx_global_ss, sizeof (eibnx_t)); in eibnx_attach()
301 eibnx_t *ss = enx_global_ss; in eibnx_detach()
339 kmem_free(enx_global_ss, sizeof (eibnx_t)); in eibnx_detach()
349 eibnx_t *ss = enx_global_ss; in eibnx_getinfo()
418 eibnx_t *ss = enx_global_ss; in eibnx_bus_config()
[all …]
H A Denx_misc.c52 eibnx_t *ss = enx_global_ss; in eibnx_cleanup_port_nodes()
321 eibnx_busop_inprog_enter(eibnx_t *ss) in eibnx_busop_inprog_enter()
334 eibnx_busop_inprog_exit(eibnx_t *ss) in eibnx_busop_inprog_exit()
435 eibnx_t *ss = enx_global_ss; in eibnx_terminate_monitors()
464 eibnx_t *ss = enx_global_ss; in eibnx_configure_node()
548 eibnx_t *ss = enx_global_ss; in eibnx_locate_node_name()
592 eibnx_t *ss = enx_global_ss; in eibnx_locate_unconfigured_node()
H A Denx_hdlrs.c308 eibnx_t *ss = enx_global_ss; in eibnx_subnet_notices_handler()
504 eibnx_t *ss = enx_global_ss; in eibnx_create_eoib_node()
793 eibnx_t *ss = enx_global_ss; in eibnx_handle_login_ack()
835 eibnx_t *ss = enx_global_ss; in eibnx_handle_gw_rebirth()
863 eibnx_t *ss = enx_global_ss; in eibnx_handle_gw_info_update()
892 eibnx_t *ss = enx_global_ss; in eibnx_replace_portinfo()
935 eibnx_t *ss = enx_global_ss; in eibnx_handle_port_events()
1014 eibnx_t *ss = enx_global_ss; in eibnx_handle_hca_attach()
1059 eibnx_t *ss = enx_global_ss; in eibnx_handle_hca_detach()
H A Denx_ibt.c57 static int eibnx_rb_ibt_init(eibnx_t *);
72 eibnx_ibt_init(eibnx_t *ss) in eibnx_ibt_init()
154 eibnx_t *ss = enx_global_ss; in eibnx_state_init()
626 eibnx_t *ss = enx_global_ss; in eibnx_setup_cq_handler()
827 eibnx_ibt_fini(eibnx_t *ss) in eibnx_ibt_fini()
833 eibnx_rb_ibt_init(eibnx_t *ss) in eibnx_rb_ibt_init()
884 eibnx_t *ss = enx_global_ss; in eibnx_rb_state_init()
1141 eibnx_t *ss = enx_global_ss; in eibnx_prepare_hca()
H A Denx_fip.c250 eibnx_t *ss = enx_global_ss; in eibnx_setup_ud_dest()
H A Denx_q.c613 eibnx_t *ss = enx_global_ss; in eibnx_queue_for_creation()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h408 } eibnx_t; typedef
438 int eibnx_ibt_init(eibnx_t *);
446 int eibnx_ibt_fini(eibnx_t *);
507 void eibnx_busop_inprog_enter(eibnx_t *);
508 void eibnx_busop_inprog_exit(eibnx_t *);
528 extern eibnx_t *enx_global_ss;