Searched refs:ch_send (Results 1 – 3 of 3) sorted by relevance
2305 (MUTEX_HELD(&(csp)->ch_send.c_mutex) && \2309 mutex_enter(&(csp)->ch_send.c_mutex))2311 (mutex_exit(&(csp)->ch_send.c_mutex), \2324 (MUTEX_HELD(&(csp)->ch_send.c_mutex))2326 (mutex_tryenter(&(csp)->ch_send.c_mutex))2328 (mutex_enter(&(csp)->ch_send.c_mutex))2330 (mutex_exit(&(csp)->ch_send.c_mutex))2375 idn_chaninfo_t ch_send; member2473 ((csp)->ch_send.c_state & IDN_CHANSVC_STATE_ACTIVE)2483 #define IDN_CHAN_SEND_INPROGRESS(csp) ((csp)->ch_send.c_inprogress++)[all …]
102 static int ch_send(gld_mac_info_t *, mblk_t *);458 macinfo->gldm_send = ch_send; in ch_attach()1671 ch_send(gld_mac_info_t *macinfo, mblk_t *mp) in ch_send() function
4936 if (idn.chan_servers[channel].ch_send.c_checkin) { in idn_send_data()11040 csend = &csp->ch_send;11111 csend = &csp->ch_send; in idn_chan_action()12550 csp->ch_send.c_state); in idn_activate_channel_services()12579 csp->ch_send.c_inprogress = 0; in idn_activate_channel_services()12580 csp->ch_send.c_waiters = 0; in idn_activate_channel_services()12581 csp->ch_send.c_checkin = 0; in idn_activate_channel_services()12727 mutex_init(&csp->ch_send.c_mutex, NULL, MUTEX_DEFAULT, NULL); in idn_chanservers_init()12729 cv_init(&csp->ch_send.c_cv, NULL, CV_DRIVER, NULL); in idn_chanservers_init()12752 mutex_destroy(&csp->ch_send.c_mutex); in idn_chanservers_deinit()[all …]