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

/illumos-gate/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))
2360 * ch_send.c_mutex
2375 idn_chaninfo_t ch_send; member in struct:idn_chansvr
2473 ((csp)->ch_send
[all...]
/illumos-gate/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;
1671 ch_send(gld_mac_info_t *macinfo, mblk_t *mp) function
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c4936 if (idn.chan_servers[channel].ch_send.c_checkin) {
11040 csend = &csp->ch_send;
11111 csend = &csp->ch_send;
12550 csp->ch_send.c_state);
12579 csp->ch_send.c_inprogress = 0;
12580 csp->ch_send.c_waiters = 0;
12581 csp->ch_send.c_checkin = 0;
12727 mutex_init(&csp->ch_send.c_mutex, NULL, MUTEX_DEFAULT, NULL);
12729 cv_init(&csp->ch_send.c_cv, NULL, CV_DRIVER, NULL);
12752 mutex_destroy(&csp->ch_send
[all...]

Completed in 102 milliseconds