Searched refs:proto (Results 1 – 2 of 2) sorted by relevance
103 ehdr->proto = ((eth_type >> 8) | (eth_type << 8)); in nrf_wifi_convert_amsdu_to_eth()105 ehdr->proto = len; in nrf_wifi_convert_amsdu_to_eth()161 ehdr->proto = ((eth_type >> 8) | (eth_type << 8)); in nrf_wifi_convert_to_eth()163 ehdr->proto = len; in nrf_wifi_convert_to_eth()
84 unsigned short proto; /* packet type ID field */ member