Home
last modified time | relevance | path

Searched refs:ch_send (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h2305 (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; member
2473 ((csp)->ch_send.c_state & IDN_CHANSVC_STATE_ACTIVE)
2483 #define IDN_CHAN_SEND_INPROGRESS(csp) ((csp)->ch_send.c_inprogress++)
[all …]
/titanic_41/usr/src/uts/common/io/chxge/
H A Dch.c102 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
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c4936 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 …]