Searched refs:lsoflags (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c698 uint32_t lsoflags; local
720 mac_lso_get(mp, &mss, &lsoflags);
722 ctx->lso_flag = (lsoflags == HW_LSO);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c549 uint32_t lsoflags; local
557 mac_lso_get(mp, &mss, &lsoflags);
558 if ((lsoflags & HW_LSO) == HW_LSO)
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c485 uint32_t lsoflags; local
491 mac_lso_get(mp, &mss, &lsoflags);
505 if (lsoflags & HW_LSO) {
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1758 uint32_t lsoflags; local
1763 nxge_lso_info_get(mp, &mss, &lsoflags);
1765 if (lsoflags & HW_LSO) {
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c952 uint32_t lsoflags; local
1163 mac_lso_get(mp, &mss, &lsoflags);
1165 if (lsoflags & HW_LSO) {
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c6946 uint32_t lsoflags = 0; local
7364 mac_lso_get(mp, &mss, &lsoflags);
7365 if ((lsoflags & HW_LSO) != HW_LSO) {

Completed in 75 milliseconds