Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c580 uint32_t lsoflags; in ixgbe_get_context() local
603 mac_lso_get(mp, &mss, &lsoflags); in ixgbe_get_context()
605 ctx->lso_flag = (lsoflags == HW_LSO); in ixgbe_get_context()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c485 uint32_t lsoflags; in e1000g_retrieve_context() local
491 mac_lso_get(mp, &mss, &lsoflags); in e1000g_retrieve_context()
505 if (lsoflags & HW_LSO) { in e1000g_retrieve_context()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c549 uint32_t lsoflags; in eib_data_prepare_frame() local
557 mac_lso_get(mp, &mss, &lsoflags); in eib_data_prepare_frame()
558 if ((lsoflags & HW_LSO) == HW_LSO) in eib_data_prepare_frame()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1672 uint32_t chkflags, start, mss, lsoflags; in i40e_tx_context() local
1681 mac_lso_get(mp, &mss, &lsoflags); in i40e_tx_context()
1683 if (chkflags == 0 && lsoflags == 0) in i40e_tx_context()
1771 if (lsoflags & HW_LSO) { in i40e_tx_context()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1736 uint32_t lsoflags; in nxge_lso_eliminate() local
1741 nxge_lso_info_get(mp, &mss, &lsoflags); in nxge_lso_eliminate()
1743 if (lsoflags & HW_LSO) { in nxge_lso_eliminate()
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c952 uint32_t lsoflags; in xgell_ring_tx() local
1163 mac_lso_get(mp, &mss, &lsoflags); in xgell_ring_tx()
1165 if (lsoflags & HW_LSO) { in xgell_ring_tx()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c6946 uint32_t lsoflags = 0; in ibd_send() local
7364 mac_lso_get(mp, &mss, &lsoflags); in ibd_send()
7365 if ((lsoflags & HW_LSO) != HW_LSO) { in ibd_send()