Searched refs:i40e_meoi_get_uint8 (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/i40e/ |
H A D | i40e_transceiver.c | 1705 i40e_meoi_get_uint8(mblk_t *mp, off_t off, uint8_t *out) in i40e_meoi_get_uint8() function 1797 if (i40e_meoi_get_uint8(mp, off, &iplen) != 0) in mac_ether_offload_info() 1804 if (i40e_meoi_get_uint8(mp, off, &ipproto) == -1) in mac_ether_offload_info() 1810 if (i40e_meoi_get_uint8(mp, off, &ipproto) == -1) in mac_ether_offload_info() 1823 if (i40e_meoi_get_uint8(mp, off, &l4len) == -1) in mac_ether_offload_info()
|