Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c132 unsigned int mpls_hdr = 0; in nrf_wifi_get_tid() local
162 mpls_hdr = (((unsigned char *)nwb_data)[0] << 24) | in nrf_wifi_get_tid()
166 mpls_tc_qos = (mpls_hdr & (NRF_WIFI_FMAC_MPLS_LS_TC_MASK) in nrf_wifi_get_tid()