Home
last modified time | relevance | path

Searched refs:DL_NOTIFY_ACK_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c408 softmac_process_dlpi(slp, mp, DL_NOTIFY_ACK_SIZE, in softmac_rput_process_proto()
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c460 err = dl_op(lh, &mp, DL_NOTIFY_ACK, DL_NOTIFY_ACK_SIZE, dleap, NULL); in dl_notify()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c846 retval = i_dlpi_msg_common(dip, &req, &ack, DL_NOTIFY_ACK_SIZE, 0); in dlpi_enabnotify()
1665 { DL_NOTIFY_ACK, MAX(DL_ERROR_ACK_SIZE, DL_NOTIFY_ACK_SIZE) },
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h1549 #define DL_NOTIFY_ACK_SIZE sizeof (dl_notify_ack_t) macro