Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_capab.c122 capb->dl_primitive = DL_CAPABILITY_REQ; in dl_capab()
145 DL_CAPABILITY_REQ) { in dl_capab()
292 capb->dl_primitive = DL_CAPABILITY_REQ; in softmac_capab_send()
H A Dsoftmac_fp.c359 dlerrorack(q, mp, DL_CAPABILITY_REQ, DL_NOTSUPPORTED, 0); in softmac_capability_advertise()
543 dlerrorack(q, mp, DL_CAPABILITY_REQ, dl_err, 0); in softmac_capability_req()
786 case DL_CAPABILITY_REQ: in softmac_wput_single_nondata()
H A Dsoftmac_pkt.c238 case DL_CAPABILITY_REQ: in softmac_proto_tx()
H A Dsoftmac_ctl.c414 DL_CAPABILITY_REQ); in softmac_rput_process_proto()
/titanic_41/usr/src/uts/common/io/dld/
H A Ddld_proto.c118 case DL_CAPABILITY_REQ: in dld_proto()
1113 dlerrorack(q, mp, DL_CAPABILITY_REQ, dl_err, 0); in proto_capability_req()
1626 dlerrorack(q, mp, DL_CAPABILITY_REQ, DL_NOTSUPPORTED, 0); in proto_capability_advertise()
/titanic_41/usr/src/uts/common/io/
H A Dsundlpi.c495 case DL_CAPABILITY_REQ: return ("DL_CAPABILITY_REQ"); in dl_primstr()
H A Dgld.c3627 case DL_CAPABILITY_REQ: in gld_cmds()
/titanic_41/usr/src/uts/common/sys/
H A Ddlpi.h103 #define DL_CAPABILITY_REQ 0x110 /* Capability request */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1707 case DL_CAPABILITY_REQ: return ("DL_CAPABILITY_REQ"); in mdb_dlpi_prim()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip6_if.c2319 DL_CAPABILITY_REQ); in ill_dl_phys()
H A Dip_if.c1375 mp = ip_dlpi_alloc(sizeof (dl_capability_req_t), DL_CAPABILITY_REQ); in ill_capability_probe()
1436 capb->dl_primitive = DL_CAPABILITY_REQ; in ill_capability_reset_alloc()
1691 if ((nmp = ip_dlpi_alloc(size, DL_CAPABILITY_REQ)) == NULL) { in ill_capability_hcksum_ack()
1834 if ((nmp = ip_dlpi_alloc(size, DL_CAPABILITY_REQ)) == NULL) { in ill_capability_zerocopy_ack()
12849 ill_dlpi_done(ill, DL_CAPABILITY_REQ); in ill_capability_done()
H A Dip.c8132 reqprim = DL_CAPABILITY_REQ; in ip_rput_dlpi()
8348 case DL_CAPABILITY_REQ: in ip_rput_dlpi_writer()