Home
last modified time | relevance | path

Searched refs:HW_LSO (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dpattr.h103 #define HW_LSO 0x10 /* On Transmit: hardware does LSO */ macro
106 #define HW_LSO_FLAGS HW_LSO /* All LSO flags, currently only one */
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2169 if (flags & HW_LSO) in get_frame_txinfo()
2186 if (n >= TX_SGL_SEGS || (flags & HW_LSO && MBLKL(m) < 50)) { in get_frame_txinfo()
2452 can_coalesce = (txinfo->flags & HW_LSO) == 0 && in add_to_txpkts()
2487 can_coalesce = (txinfo->flags & HW_LSO) == 0 && in add_to_txpkts()
2579 if (txinfo->flags & HW_LSO) { in write_txpkt_wr()
2604 if (txinfo->flags & HW_LSO) { in write_txpkt_wr()
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c558 if ((lsoflags & HW_LSO) == HW_LSO) in eib_data_prepare_frame()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c806 if (flags & HW_LSO) { in oce_send_packet()
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1224 *flags = DB_CKSUMFLAGS(mp) & HW_LSO; in nxge_lso_info_get()
1765 if (lsoflags & HW_LSO) { in nxge_lso_eliminate()
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_tx.c623 ctx->lso_flag = (lso_flag == HW_LSO); in igb_get_tx_context()
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_tx.c682 lso = DB_LSOFLAGS(pMblk) & HW_LSO; in BnxeGetHdrInfo()
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c721 ctx->lso_flag = (lsoflags == HW_LSO); in ixgbe_get_context()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_provider.c1505 *flags = DB_CKSUMFLAGS(mp) & HW_LSO; in mac_lso_get()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c505 if (lsoflags & HW_LSO) { in e1000g_retrieve_context()
/titanic_41/usr/src/uts/common/io/xge/drv/
H A Dxgell.c1165 if (lsoflags & HW_LSO) { in xgell_ring_tx()
/titanic_41/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c2921 if (tx_offload_flags & HW_LSO) in myri10ge_pullup()
3356 if (tx_offload_flags & HW_LSO) { in myri10ge_send()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c2179 lso_info_set(mp, mss, HW_LSO); in tcp_send()
/titanic_41/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c7365 if ((lsoflags & HW_LSO) != HW_LSO) { in ibd_send()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5403 use_lso = (lso_flags == HW_LSO); in ql_send_common()