Searched refs:lso_flag (Results 1 – 7 of 7) sorted by relevance
140 if ((ctx->lso_flag && in ixgbe_ring_tx()142 (!ctx->lso_flag && in ixgbe_ring_tx()186 if ((ctx != NULL) && ctx->lso_flag) { in ixgbe_ring_tx()445 if ((ctx != NULL) && ctx->lso_flag) { in ixgbe_ring_tx()467 if ((ctx != NULL) && ctx->lso_flag) { in ixgbe_ring_tx()723 ctx->lso_flag = (lsoflags == HW_LSO); in ixgbe_get_context()729 if (ctx->lso_flag) { in ixgbe_get_context()784 if (ctx->lso_flag) { in ixgbe_get_context()844 if (ctx->lso_flag) { in ixgbe_get_context()903 (ctx->lso_flag != last->lso_flag) || in ixgbe_check_context()[all …]
403 boolean_t lso_flag; member
144 if ((ctx->lso_flag && in igb_tx()146 (!ctx->lso_flag && in igb_tx()185 if (ctx && ctx->lso_flag) { in igb_tx()600 uint32_t lso_flag; in igb_get_tx_context() local621 mac_lso_get(mp, &mss, &lso_flag); in igb_get_tx_context()623 ctx->lso_flag = (lso_flag == HW_LSO); in igb_get_tx_context()629 if (ctx->lso_flag) { in igb_get_tx_context()693 if (ctx->lso_flag) { in igb_get_tx_context()729 if (ctx->lso_flag) { in igb_get_tx_context()786 (ctx->lso_flag && ((ctx->mss != last->mss) || in igb_check_tx_context()[all …]
361 boolean_t lso_flag; member
199 if (!cur_context.lso_flag && in e1000g_send()251 if (cur_context.lso_flag) { in e1000g_send()515 cur_context->lso_flag = B_TRUE; in e1000g_retrieve_context()576 } else if (cur_context->lso_flag) { in e1000g_check_context()577 if ((cur_context->lso_flag != pre_context->lso_flag) || in e1000g_check_context()590 if ((cur_context->lso_flag != pre_context->lso_flag) || in e1000g_check_context()706 if (cur_context->lso_flag) in e1000g_fill_tx_ring()751 if (cur_context->lso_flag) in e1000g_fill_tx_ring()792 if (Adapter->lso_premature_issue && cur_context->lso_flag && in e1000g_fill_tx_ring()848 if (cur_context->lso_flag) { in e1000g_fill_tx_ring()[all …]
607 boolean_t lso_flag; member
2897 uint32_t lso_flag; in myri10ge_lso_info_get() local2898 mac_lso_get(mp, mss, &lso_flag); in myri10ge_lso_info_get()2899 (*flags) |= lso_flag; in myri10ge_lso_info_get()