Searched refs:DL_OK_ACK_SIZE (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | drcompat.c | 251 if (MBLKL(mp) < DL_OK_ACK_SIZE) { in drrput() 350 if (MBLKL(mp) >= DL_OK_ACK_SIZE) { in drwput()
|
H A D | sundlpi.c | 295 err = dl_op(lh, &mp, DL_OK_ACK, DL_OK_ACK_SIZE, dleap, NULL); in dl_attach()
|
/titanic_50/usr/src/uts/common/io/softmac/ |
H A D | softmac_ctl.c | 363 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()
|
/titanic_50/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 503 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() 1664 { DL_OK_ACK, MAX(DL_ERROR_ACK_SIZE, DL_OK_ACK_SIZE) },
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | dlpi.h | 1543 #define DL_OK_ACK_SIZE sizeof (dl_ok_ack_t) macro
|
/titanic_50/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 1947 if (mlen < DL_OK_ACK_SIZE) in urput_dlpi()
|