Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_capab.c184 ASSERT(flags == DL_CAPAB_VMSAFE_MEM); in softmac_fill_zcopy_ack()
333 ASSERT(flags == DL_CAPAB_VMSAFE_MEM); in softmac_adv_zcopy_ack()
526 if (!(flags & DL_CAPAB_VMSAFE_MEM)) { in i_capab_zcopy_ack()
H A Dsoftmac_fp.c426 zcopy.zerocopy_flags = DL_CAPAB_VMSAFE_MEM; in softmac_capability_advertise()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h709 #define DL_CAPAB_VMSAFE_MEM 0x01 /* Driver is zero-copy safe */ macro
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c1695 zcopy.zerocopy_flags = DL_CAPAB_VMSAFE_MEM; in proto_capability_advertise()
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c3459 dlzp->zerocopy_flags = DL_CAPAB_VMSAFE_MEM; in gld_cap_ack()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c1802 if ((zc_ic->zerocopy_flags & DL_CAPAB_VMSAFE_MEM) != 0) { in ill_capability_zerocopy_ack()
1863 zc_oc->zerocopy_flags |= DL_CAPAB_VMSAFE_MEM; in ill_capability_zerocopy_ack()