Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_tx_classify.c150 A_UINT16 typeorlength; in ol_tx_set_ether_type() local
193 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() local
229 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 …]