Searched defs:lso_flag (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_tx.c76 uint32_t start, stuff, value, flags, lso_flag, mss; local
84 mac_lso_get(mp, &mss, &lso_flag);
86 if (flags || lso_flag) {
99 if (lso_flag & HW_LSO) {
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c144 if ((ctx->lso_flag &&
146 (!ctx->lso_flag &&
185 if (ctx && ctx->lso_flag) {
600 uint32_t lso_flag; local
621 mac_lso_get(mp, &mss, &lso_flag);
623 ctx->lso_flag = (lso_flag == HW_LSO);
629 if (ctx->lso_flag) {
693 if (ctx->lso_flag) {
729 if (ctx->lso_flag) {
[all...]
H A Digb_sw.h360 boolean_t lso_flag; member in struct:tx_context
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c2897 uint32_t lso_flag; local
2898 mac_lso_get(mp, mss, &lso_flag);
2899 (*flags) |= lso_flag;
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h607 boolean_t lso_flag; member in struct:_context_data
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h402 boolean_t lso_flag; member in struct:ixgbe_tx_context

Completed in 310 milliseconds