Searched defs:ds_rx (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c124 * This needs to be done before resetting ds_rx.
133 * safely reset ds_rx to NULL
135 dsp->ds_rx = NULL;
524 dsp->ds_rx = rx;
530 dls_accept_common(dld_str_t *dsp, mac_header_info_t *mhip, dls_rx_t *ds_rx, argument
609 * the returned ds_rx and ds_rx_arg will always be in sync.
612 *ds_rx = dsp->ds_rx;
621 dls_accept(dld_str_t *dsp, mac_header_info_t *mhip, dls_rx_t *ds_rx, argument
624 return (dls_accept_common(dsp, mhip, ds_rx, ds_rx_ar
629 dls_accept_promisc(dld_str_t *dsp, mac_header_info_t *mhip, dls_rx_t *ds_rx, void **ds_rx_arg, boolean_t loopback) argument
[all...]
H A Ddls_link.c280 dls_rx_t ds_rx; local
307 if (!acceptfunc(dsp, mhip, &ds_rx, &ds_rx_arg))
321 ds_rx(ds_rx_arg, mrh, nmp, mhip);
348 dls_rx_t ds_rx, nds_rx; local
429 if (dls_accept(dsp, &mhi, &ds_rx, &ds_rx_arg))
463 ds_rx(ds_rx_arg, mrh, mp, &mhi);
476 ds_rx(ds_rx_arg, mrh, nmp, &mhi);
479 ds_rx = nds_rx;
507 dls_rx_t ds_rx; local
530 if (!dls_accept(dsp, &mhi, &ds_rx,
550 dls_rx_t ds_rx; local
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_dsdi.h175 mblk_t *(*ds_rx)(ds_hdl_t, uint_t port_num); member in struct:ds_ops
/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h208 dls_rx_t ds_rx; /* ds_lock */ member in struct:dld_str_s

Completed in 62 milliseconds