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

/illumos-gate/usr/src/uts/common/io/
H A Dgld.c140 static void gld_precv(gld_mac_info_t *, mblk_t *, uint32_t, struct gld_stats *);
144 /* receive group: called from gld_recv and gld_precv* with maclock held */
1981 * In particular, we must avoid calling gld_precv*() if we came from wput().
1982 * gld_precv*() is where we, on the transmit side, loop back our outgoing
1986 * wput() routine on the same thread, we cannot call gld_precv* from here
2215 gld_precv(macinfo, nmp, vtag, stats);
2495 * gld_precv (macinfo, mp, vtag, stats)
2502 gld_precv(gld_mac_info_t *macinfo, mblk_t *mp, uint32_t vtag, function
2523 "gld_precv: interpreter failed");
2744 /* receive group: called from gld_recv and gld_precv* wit
[all...]

Completed in 64 milliseconds