Searched refs:DL_CAPABILITY_REQ (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_capab.c122 capb->dl_primitive = DL_CAPABILITY_REQ;
145 DL_CAPABILITY_REQ) {
231 * Send DL_CAPABILITY_REQ to get capability advertisement.
237 * Send DL_CAPABILITY_REQ to enable specific capabilities.
280 * Create DL_CAPABILITY_REQ message and send it down
292 capb->dl_primitive = DL_CAPABILITY_REQ;
H A Dsoftmac_pkt.c238 case DL_CAPABILITY_REQ:
H A Dsoftmac_fp.c359 dlerrorack(q, mp, DL_CAPABILITY_REQ, DL_NOTSUPPORTED, 0);
543 dlerrorack(q, mp, DL_CAPABILITY_REQ, dl_err, 0);
786 case DL_CAPABILITY_REQ:
H A Dsoftmac_ctl.c414 DL_CAPABILITY_REQ);
/opensolaris-onvv-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c117 case DL_CAPABILITY_REQ:
1014 * DL_CAPABILITY_REQ
1109 dlerrorack(q, mp, DL_CAPABILITY_REQ, dl_err, 0);
1622 dlerrorack(q, mp, DL_CAPABILITY_REQ, DL_NOTSUPPORTED, 0);
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dsundlpi.c495 case DL_CAPABILITY_REQ: return ("DL_CAPABILITY_REQ");
H A Dgld.c3627 case DL_CAPABILITY_REQ:
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddlpi.h103 #define DL_CAPABILITY_REQ 0x110 /* Capability request */ macro
576 * the DL_CAPABILITY_REQ and DL_CAPABILITY_ACK primitives.
582 * DL_CAPABILITY_REQ can either be empty (i.e. dl_sub_length is zero) which
584 * DL_CAPABILITY_REQ contains the capabilities the DLS user wants to use and
1048 * DL_CAPABILITY_REQ, M_PROTO type
1051 t_uscalar_t dl_primitive; /* DL_CAPABILITY_REQ */
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1707 case DL_CAPABILITY_REQ: return ("DL_CAPABILITY_REQ");
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c2319 DL_CAPABILITY_REQ);
H A Dip_if.c1371 mp = ip_dlpi_alloc(sizeof (dl_capability_req_t), DL_CAPABILITY_REQ);
1432 capb->dl_primitive = DL_CAPABILITY_REQ;
1519 * If no ipif was brought up over this ill, this DL_CAPABILITY_REQ/ACK
1687 if ((nmp = ip_dlpi_alloc(size, DL_CAPABILITY_REQ)) == NULL) {
1720 * nmp points to a DL_CAPABILITY_REQ message to enable
1830 if ((nmp = ip_dlpi_alloc(size, DL_CAPABILITY_REQ)) == NULL) {
1860 /* nmp points to a DL_CAPABILITY_REQ message to enable zcopy */
12876 ill_dlpi_done(ill, DL_CAPABILITY_REQ);
H A Dip.c8097 reqprim = DL_CAPABILITY_REQ;
8313 case DL_CAPABILITY_REQ:

Completed in 404 milliseconds