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

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c40 DL_NOTIFY_REQ);
409 DL_NOTIFY_REQ);
H A Dsoftmac_pkt.c232 case DL_NOTIFY_REQ:
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dsundlpi.c441 * Send a DL_NOTIFY_REQ over `lh' and wait for the response. The caller
454 mp = mexchange(NULL, NULL, DL_NOTIFY_REQ_SIZE, M_PROTO, DL_NOTIFY_REQ);
491 case DL_NOTIFY_REQ: return ("DL_NOTIFY_REQ");
H A Dgld.c3633 case DL_NOTIFY_REQ:
3983 * gld_notify_req - handle a DL_NOTIFY_REQ message
4036 * A side effect of a DL_NOTIFY_REQ is that after the DL_NOTIFY_ACK
/opensolaris-onvv-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c839 DLPI_MSG_CREATE(req, DL_NOTIFY_REQ);
1665 { DL_NOTIFY_REQ, DL_NOTIFY_REQ_SIZE },
/opensolaris-onvv-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c114 case DL_NOTIFY_REQ:
1113 * DL_NOTIFY_REQ
1165 dlerrorack(q, mp, DL_NOTIFY_REQ, dl_err, 0);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddlpi.h97 #define DL_NOTIFY_REQ 0x100 /* Enable notifications */ macro
393 * DLPI notification codes for DL_NOTIFY_REQ primitives.
394 * Bit-wise distinct since DL_NOTIFY_REQ and DL_NOTIFY_ACK carry multiple
973 * DL_NOTIFY_REQ, M_PROTO type
976 t_uscalar_t dl_primitive; /* set to DL_NOTIFY_REQ */
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c551 * as really meaning an error on DL_NOTIFY_REQ.
553 * Note that supporting DL_NOTIFY_REQ is optional, so printing
558 dlp->error_ack.dl_error_primitive == DL_NOTIFY_REQ) {
559 reqprim = DL_NOTIFY_REQ;
H A Dip6_if.c2292 * Allocate a DL_NOTIFY_REQ and set the notifications we want.
2295 DL_NOTIFY_REQ);
H A Dip.c8094 reqprim = DL_NOTIFY_REQ;
8209 case DL_NOTIFY_REQ:
8210 ill_dlpi_done(ill, DL_NOTIFY_REQ);
8685 ill_dlpi_done(ill, DL_NOTIFY_REQ);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1703 case DL_NOTIFY_REQ: return ("DL_NOTIFY_REQ");

Completed in 209 milliseconds