Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1859 mac_ether_offload_info_t *meo, i40e_tx_context_t *tctx) in i40e_tx_context() argument
1881 if ((meo->meoi_flags & MEOI_L2INFO_SET) == 0) { in i40e_tx_context()
1885 if ((meo->meoi_flags & MEOI_L3INFO_SET) == 0) { in i40e_tx_context()
1889 if (meo->meoi_l3proto != ETHERTYPE_IP) { in i40e_tx_context()
1894 tctx->itc_data_offsets |= (meo->meoi_l2hlen >> 1) << in i40e_tx_context()
1896 tctx->itc_data_offsets |= (meo->meoi_l3hlen >> 2) << in i40e_tx_context()
1907 if ((meo->meoi_flags & MEOI_L4INFO_SET) == 0) { in i40e_tx_context()
1913 if ((meo->meoi_flags & MEOI_L2INFO_SET) == 0) { in i40e_tx_context()
1917 if ((meo->meoi_flags & MEOI_L3INFO_SET) == 0) { in i40e_tx_context()
1922 if (meo->meoi_l3proto == ETHERTYPE_IP) { in i40e_tx_context()
[all …]