Searched refs:typeorlength (Results 1 – 1 of 1) sorted by relevance
150 A_UINT16 typeorlength; in ol_tx_set_ether_type() local193 typeorlength = (ptr[0] << 8) | ptr[1]; in ol_tx_set_ether_type()197 if (typeorlength == ETHERTYPE_VLAN) { in ol_tx_set_ether_type()200 typeorlength = (ptr[0] << 8) | ptr[1]; in ol_tx_set_ether_type()204 if (!IS_ETHERTYPE(typeorlength)) { in ol_tx_set_ether_type()208 typeorlength = (llc_hdr->ethertype[0] << 8) | in ol_tx_set_ether_type()215 tx_msdu_info->htt.info.ethertype = typeorlength; in ol_tx_set_ether_type()226 A_UINT16 typeorlength; in ol_tx_tid_by_ether_type() local229 typeorlength = tx_msdu_info->htt.info.ethertype; in ol_tx_tid_by_ether_type()232 if (typeorlength == ETHERTYPE_IPV4) { in ol_tx_tid_by_ether_type()[all …]