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

/illumos-gate/usr/src/uts/common/io/
H A Dgld.c136 static int gld_start(queue_t *, mblk_t *, int, uint32_t);
139 /* called from gld_start[_mdt] to loopback packet(s) in promiscuous mode */
1733 /* Only call gld_start() directly if nothing queued ahead */
1749 * See comments above gld_start().
1770 gld_start(q, mp, GLD_WPUT, upri);
1862 * Help wput avoid a call to gld_start if there might be a message
1895 gld_start(q, mp, GLD_WSRV, upri);
1908 * gld_start() above, then it's possible we've
1977 * gld_start() can get called from gld_wput(), gld_wsrv(), or gld_unitdata().
2010 * of threads currently calling gld_start() fro
2039 gld_start(queue_t *q, mblk_t *mp, int caller, uint32_t upri) function
[all...]

Completed in 79 milliseconds