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

/opensolaris-onvv-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1394 * DL_NOTIFY_IND: DL_NOTE_SDU_SIZE
1411 dlip->dl_primitive = DL_NOTIFY_IND;
1425 * Generate DL_NOTIFY_IND messages to notify the DLPI consumer of the
1524 * DL_NOTIFY_IND: DL_NOTE_PROMISC_ON_PHYS
1541 dlip->dl_primitive = DL_NOTIFY_IND;
1548 * DL_NOTIFY_IND: DL_NOTE_PROMISC_OFF_PHYS
1565 dlip->dl_primitive = DL_NOTIFY_IND;
1572 * DL_NOTIFY_IND: DL_NOTE_PHYS_ADDR
1593 dlip->dl_primitive = DL_NOTIFY_IND;
1608 * DL_NOTIFY_IND
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c219 ASSERT(dlnip->dl_primitive == DL_NOTIFY_IND);
231 "DL_NOTIFY_IND; length/offset %d/%d",
289 * The softmac is being destroyed, simply free all of the DL_NOTIFY_IND
378 case DL_NOTIFY_IND:
383 * Enqueue all the DL_NOTIFY_IND messages and process them
398 * Since DL_NOTIFY_IND could eventually cause softmac to call
401 * DL_NOTIFY_IND message and defer its processing would
H A Dsoftmac_fp.c89 * softmac will first send a DL_NOTE_REPLUMB DL_NOTIFY_IND message
728 case DL_NOTIFY_IND:
1126 * Allocate all DL_NOTIFY_IND messages and request structures that
1156 dlip->dl_primitive = DL_NOTIFY_IND;
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dsundlpi.c493 case DL_NOTIFY_IND: return ("DL_NOTIFY_IND");
H A Dgld.c3807 * Send a copy of the DL_NOTIFY_IND message <mp> to each stream that has
3868 * a DL_NOTIFY_IND message and send it to the specified <q>, or to all
3921 dlnip->dl_primitive = DL_NOTIFY_IND;
4037 * reply, the the requestor gets zero or more DL_NOTIFY_IND messages
5279 * off, send a notification (DL_NOTIFY_IND) to anyone interested.
/opensolaris-onvv-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1407 * Check if DL_NOTIFY_IND message received. If there is one,
1413 *(t_uscalar_t *)(void *)ctl.buf == DL_NOTIFY_IND) {
1414 /* process properly-formed DL_NOTIFY_IND messages */
1479 * dlpi_enabnotify(), DL_NOTIFY_IND messages are handled before handling
1667 { DL_NOTIFY_IND, DL_NOTIFY_IND_SIZE + DLPI_PHYSADDR_MAX +
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddlpi.h99 #define DL_NOTIFY_IND 0x102 /* Notification from provider */ macro
990 * DL_NOTIFY_IND, M_PROTO type
993 t_uscalar_t dl_primitive; /* set to DL_NOTIFY_IND */
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1705 case DL_NOTIFY_IND: return ("DL_NOTIFY_IND");
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c587 ASSERT(prim != DL_NOTIFY_IND);
H A Dip.c4698 if ((mp = ip_dlpi_alloc(DL_NOTIFY_IND_SIZE, DL_NOTIFY_IND)) == NULL)
4713 if ((mp = ip_dlpi_alloc(DL_NOTIFY_IND_SIZE, DL_NOTIFY_IND)) == NULL)
8101 if (prim != DL_NOTIFY_IND) {
8133 * The message is one we're waiting for (or DL_NOTIFY_IND), but we
8137 * exclusive operation and pass CUR_OP (except for DL_NOTIFY_IND).
8144 if (prim == DL_NOTIFY_IND)
8486 case DL_NOTIFY_IND: {
8669 "type 0x%x for DL_NOTIFY_IND\n",
H A Dip_if.c4992 * For now, only DL_NOTIFY_IND messages can use this facility.
4995 ASSERT(dlindp->dl_primitive == DL_NOTIFY_IND);

Completed in 362 milliseconds