Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h392 #define DP_FRAME_IS_LLC(typeorlen) ((typeorlen) >= 0x600) macro
H A Ddp_tx.c1754 if (DP_FRAME_IS_LLC(ether_type) && DP_FRAME_IS_SNAP(llcHdr)) { in dp_tx_get_tid()