Searched defs:_ibmf_client (Results 1 – 1 of 1) sorted by relevance
364 typedef struct _ibmf_client { struct367 struct _ibmf_client *ic_next; /* next client on list */ argument368 struct _ibmf_client *ic_prev; /* previous client on list */ argument370 taskq_t *ic_send_taskq; /* taskq for send cb */371 taskq_t *ic_recv_taskq; /* taskq for receive cb */372 uint_t ic_init_state_class; /* taskq initialization */374 ibmf_msg_impl_t *ic_msg_list; /* protected by ic_mutex */375 ibmf_msg_impl_t *ic_msg_last; /* last message on list */376 ibmf_msg_impl_t *ic_term_msg_list; /* termination loop mesgs */377 ibmf_msg_impl_t *ic_term_msg_last; /* last message on list */[all …]