Home
last modified time | relevance | path

Searched refs:oal_ntoh_16 (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_traffic_classify.c334 if (oal_ntoh_16(MAC_WFD_RTSP_PORT) == tcp_hdr->us_sport) { in hmac_tx_traffic_classify()
343 if ((oal_ntoh_16(ip->us_frag_off) & IP_FRAGMENT_MASK) != 0) { in hmac_tx_traffic_classify()
H A Dhmac_tx_data.c182 if ((oal_ntoh_16(tcp->us_dport) == MAC_CHARIOT_NETIF_PORT) || in hmac_tx_classify_ipv4_data()
183 (oal_ntoh_16(tcp->us_sport) == MAC_CHARIOT_NETIF_PORT)) { in hmac_tx_classify_ipv4_data()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.h163 #define oal_ntoh_16(_val) (_val) macro
178 #define oal_ntoh_16(_val) (_val) macro
187 #define oal_ntoh_16(_val) hi_swap_byteorder_16(_val) macro

Completed in 4 milliseconds