Lines Matching defs:gld_start
136 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() from wput() on this stream.
2027 * VTAG can also be queued and be able to be got when gld_start() is called
2036 * (if any) in dblk before the message is passed to the gld_start() function.
2039 gld_start(queue_t *q, mblk_t *mp, int caller, uint32_t upri)
2078 "gld_start: failed to interpret outbound packet");
2174 "gld_start: oversize outbound packet, size %d,"
2197 "gld_start: gldm_send failed %d", rc);
2496 * called from gld_start to loopback a packet when in promiscuous mode
4294 * See comments above gld_start().
4573 if (gld_start(q, nmp, GLD_WSRV, upri) == GLD_NORESOURCES) {