Home
last modified time | relevance | path

Searched refs:set_physaddr_req (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Ddlpi.h1499 dl_set_phys_addr_req_t set_physaddr_req; member
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c1501 len = dlp->set_physaddr_req.dl_addr_length;
1502 off = dlp->set_physaddr_req.dl_addr_offset;
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddman.c3576 len = dlp->set_physaddr_req.dl_addr_length; in man_spareq()
3577 off = dlp->set_physaddr_req.dl_addr_offset; in man_spareq()
4850 dlp->set_physaddr_req.dl_primitive = DL_SET_PHYS_ADDR_REQ; in man_alloc_physreq_mp()
4851 dlp->set_physaddr_req.dl_addr_length = ETHERADDRL; in man_alloc_physreq_mp()
4853 dlp->set_physaddr_req.dl_addr_offset = off; in man_alloc_physreq_mp()
/titanic_41/usr/src/uts/common/io/
H A Dgld.c5385 if (!MBLKIN(mp, prim->set_physaddr_req.dl_addr_offset, in gld_setaddr()
5386 prim->set_physaddr_req.dl_addr_length) || in gld_setaddr()
5387 prim->set_physaddr_req.dl_addr_length != macinfo->gldm_addrlen) in gld_setaddr()
5393 addr = mp->b_rptr + prim->set_physaddr_req.dl_addr_offset; in gld_setaddr()
/titanic_41/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c650 setphysreqp = &(req.dlm_msg->set_physaddr_req); in dlpi_set_physaddr()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c5630 len = dlp->set_physaddr_req.dl_addr_length; in fcip_spareq()
5631 off = dlp->set_physaddr_req.dl_addr_offset; in fcip_spareq()