Searched refs:meo (Results 1 – 1 of 1) sorted by relevance
1781 mac_ether_offload_info_t meo; in i40e_tx_context() local1793 if ((ret = mac_ether_offload_info(mp, &meo)) != 0) { in i40e_tx_context()1804 if ((meo.meoi_flags & MEOI_L2INFO_SET) == 0) { in i40e_tx_context()1808 if ((meo.meoi_flags & MEOI_L3INFO_SET) == 0) { in i40e_tx_context()1812 if (meo.meoi_l3proto != ETHERTYPE_IP) { in i40e_tx_context()1817 tctx->itc_offsets |= (meo.meoi_l2hlen >> 1) << in i40e_tx_context()1819 tctx->itc_offsets |= (meo.meoi_l3hlen >> 2) << in i40e_tx_context()1830 if ((meo.meoi_flags & MEOI_L4INFO_SET) == 0) { in i40e_tx_context()1836 if ((meo.meoi_flags & MEOI_L2INFO_SET) == 0) { in i40e_tx_context()1840 if ((meo.meoi_flags & MEOI_L3INFO_SET) == 0) { in i40e_tx_context()[all …]