Home
last modified time | relevance | path

Searched refs:HW_LSO_FLAGS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpattr.h109 #define HW_LSO_FLAGS HW_LSO /* All LSO flags, currently only one */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c8488 ASSERT((flags & ~HW_LSO_FLAGS) == 0); in lso_info_set()
8501 DB_LSOFLAGS(mp) &= ~HW_LSO_FLAGS; in lso_info_cleanup()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2471 txinfo->flags |= (flags & HW_LSO_FLAGS); in get_frame_txinfo()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3668 if ((needed & (HCK_TX_FLAGS | HW_LSO_FLAGS)) != 0) { in mac_tx()
H A Dmac.c4844 if ((DB_CKSUMFLAGS(mp) & (HCK_TX_FLAGS | HW_LSO_FLAGS)) != 0) { in mac_bridge_tx()