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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1781 mac_ether_offload_info_t meo; local
1793 if ((ret = mac_ether_offload_info(mp, &meo)) != 0) {
1804 if ((meo.meoi_flags & MEOI_L2INFO_SET) == 0) {
1808 if ((meo.meoi_flags & MEOI_L3INFO_SET) == 0) {
1812 if (meo.meoi_l3proto != ETHERTYPE_IP) {
1817 tctx->itc_offsets |= (meo.meoi_l2hlen >> 1) <<
1819 tctx->itc_offsets |= (meo.meoi_l3hlen >> 2) <<
1830 if ((meo.meoi_flags & MEOI_L4INFO_SET) == 0) {
1836 if ((meo.meoi_flags & MEOI_L2INFO_SET) == 0) {
1840 if ((meo
[all...]

Completed in 102 milliseconds