Home
last modified time | relevance | path

Searched refs:DL_OK_ACK_SIZE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddrcompat.c251 if (MBLKL(mp) < DL_OK_ACK_SIZE) { in drrput()
350 if (MBLKL(mp) >= DL_OK_ACK_SIZE) { in drwput()
H A Dsundlpi.c295 err = dl_op(lh, &mp, DL_OK_ACK, DL_OK_ACK_SIZE, dleap, NULL); in dl_attach()
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c363 if (len < DL_OK_ACK_SIZE) in softmac_rput_process_proto()
366 softmac_process_dlpi(slp, mp, DL_OK_ACK_SIZE, in softmac_rput_process_proto()
472 if (len < DL_OK_ACK_SIZE) in softmac_rput_process_notdata()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c503 return (i_dlpi_msg_common(dip, &req, &ack, DL_OK_ACK_SIZE, 0)); in dlpi_unbind()
532 return (i_dlpi_msg_common(dip, &req, &ack, DL_OK_ACK_SIZE, 0)); in i_dlpi_multi()
568 return (i_dlpi_msg_common(dip, &req, &ack, DL_OK_ACK_SIZE, 0)); in i_dlpi_promisc()
655 return (i_dlpi_msg_common(dip, &req, &ack, DL_OK_ACK_SIZE, 0)); in dlpi_set_physaddr()
1228 return (i_dlpi_msg_common(dip, &req, &ack, DL_OK_ACK_SIZE, 0)); in i_dlpi_attach()
1246 (void) i_dlpi_msg_common(dip, &req, &ack, DL_OK_ACK_SIZE, 0); in i_dlpi_passive()
1663 { DL_OK_ACK, MAX(DL_ERROR_ACK_SIZE, DL_OK_ACK_SIZE) },
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h1521 #define DL_OK_ACK_SIZE sizeof (dl_ok_ack_t) macro
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1951 if (mlen < DL_OK_ACK_SIZE) in urput_dlpi()