Home
last modified time | relevance | path

Searched refs:dl_sap (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dsundlpi.c59 dlp->bind_ack.dl_sap = sap; in dlbindack()
320 dlbrp->dl_sap = sap; in dl_bind()
329 if (dlbap->dl_sap != sap) { in dl_bind()
331 dlbap->dl_sap); in dl_bind()
H A Dllc1.c1124 sap = dlp->dl_sap; in llc1_bind()
2131 bind->dl_sap = macinfo->llcp_sap += 2; /* starts at 2, inc by 2 */ in llc1_send_bindreq()
H A Dgld.c4160 dlp->dl_sap = gld->gld_sap; in gld_bindack()
4195 sap = dlp->dl_sap; in gld_bind()
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c914 headerp->ether_type = dlap->dl_sap;
1108 sap = dlp->bind_req.dl_sap;
1129 idnaddr.dl_sap = sap;
1225 dlap->dl_sap = stp->ss_sap;
1597 sap = dlap->dl_sap;
1606 sap = dlap->dl_sap;
2183 dlap->dl_sap = (ushort_t)type;
2188 dlap->dl_sap = (ushort_t)type;
/titanic_41/usr/src/uts/common/sys/
H A Ddlpi.h809 t_uscalar_t dl_sap; /* info to identify DLSAP addr */ member
821 t_uscalar_t dl_sap; /* DLSAP addr info */ member
1105 t_uscalar_t dl_sap; member
/titanic_41/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c457 bindreqp->dl_sap = ((dip->dli_mactype == DL_TPR) ? 2 : 0); in dlpi_bind()
459 bindreqp->dl_sap = sap; in dlpi_bind()
479 *boundsap = bindackp->dl_sap; in dlpi_bind()
480 } else if (sap != DLPI_ANY_SAP && bindackp->dl_sap != sap) { in dlpi_bind()
487 dip->dli_sap = bindackp->dl_sap; /* save sap value in handle */ in dlpi_bind()
/titanic_41/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c232 dlbindack(q, mp, dlp->bind_req.dl_sap, NULL, 0, 0, 0); in ds_wput()
/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h67 uint16_t dl_sap; member
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h409 uint16_t dl_sap; member
/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c63 bind->dl_sap = sap; in softmac_send_bind_req()
/titanic_41/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c548 req_sap = dlp->bind_req.dl_sap; in sppp_dlbindreq()
596 req_sap = dlp->bind_req.dl_sap; in sppp_dl_bind()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3459 dlap->dl_sap = (uint16_t)type; in fcip_addudind()
3465 dlap->dl_sap = (uint16_t)type; in fcip_addudind()
5159 dlap->dl_sap = slp->sl_sap; in fcip_ireq()
5287 lsnap->pid = BE_16((dlap->dl_sap)); in fcip_udreq()
5321 lsnap->pid = BE_16(dlap->dl_sap); in fcip_udreq()
5498 sap = dlp->bind_req.dl_sap; in fcip_breq()
5519 fcipaddr.dl_sap = sap; in fcip_breq()
5814 lsnap->pid = BE_16(dlap->dl_sap); in fcip_dl_ioc_hdr_info()
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge.h302 uint16_t dl_sap; member
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c157 ushort_t dl_sap; member
1661 dlsap->dl_sap = ETHERTYPE_REVARP; in revarp_start()
/titanic_41/usr/src/uts/common/inet/ipnet/
H A Dipnet.c780 switch (dlp->bind_req.dl_sap) { in ipnet_bindreq()
797 dlbindack(q, mp, dlp->bind_req.dl_sap, 0, 0, 0, 0); in ipnet_bindreq()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddman.c2359 put_ether_type(headerp, dlap->dl_sap); in man_dl_ioc_hdr_info()
3218 sap = dlp->bind_req.dl_sap; in man_breq()
3242 man_addr.dl_sap = msp->ms_sap; in man_breq()
3308 dlap->dl_sap = msp->ms_sap; in man_ireq()
5508 dlsap.dl_sap = htons(sap); in man_pinger()
/titanic_41/usr/src/uts/common/io/dld/
H A Ddld_proto.c449 sap = dlp->dl_sap; in proto_bind_req()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip6_if.c2327 ((dl_bind_req_t *)bind_mp->b_rptr)->dl_sap = ill->ill_sap; in ill_dl_phys()
H A Dip_arp.c1412 ((dl_bind_req_t *)bind_mp->b_rptr)->dl_sap = ETHERTYPE_ARP; in arp_ll_up()
H A Dip_if.c14620 ((dl_bind_req_t *)bind_mp->b_rptr)->dl_sap = ill->ill_sap; in ill_dl_up()
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h3179 ushort_t dl_sap; member