Home
last modified time | relevance | path

Searched refs:DL_SET_PHYS_ADDR_REQ_SIZE (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c187 size = DL_SET_PHYS_ADDR_REQ_SIZE + softmac->smac_addrlen; in softmac_m_unicst()
/titanic_41/usr/src/uts/common/sys/
H A Ddlpi.h1567 #define DL_SET_PHYS_ADDR_REQ_SIZE sizeof (dl_set_phys_addr_req_t) macro
/titanic_41/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1663 { DL_SET_PHYS_ADDR_REQ, DL_SET_PHYS_ADDR_REQ_SIZE + DLPI_PHYSADDR_MAX },
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddman.c3570 if (MBLKL(mp) < DL_SET_PHYS_ADDR_REQ_SIZE) { in man_spareq()
4844 mp = allocb(DL_SET_PHYS_ADDR_REQ_SIZE + ETHERADDRL, BPRI_MED); in man_alloc_physreq_mp()
4852 off = DL_SET_PHYS_ADDR_REQ_SIZE; in man_alloc_physreq_mp()
4854 mp->b_wptr += DL_SET_PHYS_ADDR_REQ_SIZE + ETHERADDRL; in man_alloc_physreq_mp()
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c1495 if (MBLKL(mp) < DL_SET_PHYS_ADDR_REQ_SIZE) {
/titanic_41/usr/src/uts/common/io/
H A Dgld.c3604 if (mblkl < DL_SET_PHYS_ADDR_REQ_SIZE) in gld_cmds()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c5624 if (MBLKL(mp) < DL_SET_PHYS_ADDR_REQ_SIZE) { in fcip_spareq()