Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmip.h144 #define IPV6_TRAFFIC_CLASS(ipv6_body) \ argument
145 (((((uint8 *)(ipv6_body))[0] & 0x0f) << 4) | \
146 ((((uint8 *)(ipv6_body))[1] & 0xf0) >> 4))
148 #define IPV6_FLOW_LABEL(ipv6_body) \ argument
149 (((((uint8 *)(ipv6_body))[1] & 0x0f) << 16) | \
150 (((uint8 *)(ipv6_body))[2] << 8) | \
151 (((uint8 *)(ipv6_body))[3]))
153 #define IPV6_PAYLOAD_LEN(ipv6_body) \ argument
154 ((((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 0] << 8) | \
155 ((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 1])
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmip.h157 #define IPV6_TRAFFIC_CLASS(ipv6_body) \ argument
158 (((((uint8 *)(ipv6_body))[0] & 0x0f) << 4) | \
159 ((((uint8 *)(ipv6_body))[1] & 0xf0) >> 4))
161 #define IPV6_FLOW_LABEL(ipv6_body) \ argument
162 (((((uint8 *)(ipv6_body))[1] & 0x0f) << 16) | \
163 (((uint8 *)(ipv6_body))[2] << 8) | \
164 (((uint8 *)(ipv6_body))[3]))
166 #define IPV6_PAYLOAD_LEN(ipv6_body) \ argument
167 ((((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 0] << 8) | \
168 ((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 1])
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmip.h144 #define IPV6_TRAFFIC_CLASS(ipv6_body) \ argument
145 (((((uint8 *)(ipv6_body))[0] & 0x0f) << 4) | \
146 ((((uint8 *)(ipv6_body))[1] & 0xf0) >> 4))
148 #define IPV6_FLOW_LABEL(ipv6_body) \ argument
149 (((((uint8 *)(ipv6_body))[1] & 0x0f) << 16) | \
150 (((uint8 *)(ipv6_body))[2] << 8) | \
151 (((uint8 *)(ipv6_body))[3]))
153 #define IPV6_PAYLOAD_LEN(ipv6_body) \ argument
154 ((((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 0] << 8) | \
155 ((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 1])
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmip.h144 #define IPV6_TRAFFIC_CLASS(ipv6_body) \ argument
145 (((((uint8 *)(ipv6_body))[0] & 0x0f) << 4) | \
146 ((((uint8 *)(ipv6_body))[1] & 0xf0) >> 4))
148 #define IPV6_FLOW_LABEL(ipv6_body) \ argument
149 (((((uint8 *)(ipv6_body))[1] & 0x0f) << 16) | \
150 (((uint8 *)(ipv6_body))[2] << 8) | \
151 (((uint8 *)(ipv6_body))[3]))
153 #define IPV6_PAYLOAD_LEN(ipv6_body) \ argument
154 ((((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 0] << 8) | \
155 ((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 1])
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmip.h136 #define IPV6_TRAFFIC_CLASS(ipv6_body) \ argument
137 (((((uint8 *)(ipv6_body))[0] & 0x0f) << 4) | \
138 ((((uint8 *)(ipv6_body))[1] & 0xf0) >> 4))
140 #define IPV6_FLOW_LABEL(ipv6_body) \ argument
141 (((((uint8 *)(ipv6_body))[1] & 0x0f) << 16) | \
142 (((uint8 *)(ipv6_body))[2] << 8) | \
143 (((uint8 *)(ipv6_body))[3]))
145 #define IPV6_PAYLOAD_LEN(ipv6_body) \ argument
146 ((((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 0] << 8) | \
147 ((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 1])
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmip.h136 #define IPV6_TRAFFIC_CLASS(ipv6_body) \ argument
137 (((((uint8 *)(ipv6_body))[0] & 0x0f) << 4) | \
138 ((((uint8 *)(ipv6_body))[1] & 0xf0) >> 4))
140 #define IPV6_FLOW_LABEL(ipv6_body) \ argument
141 (((((uint8 *)(ipv6_body))[1] & 0x0f) << 16) | \
142 (((uint8 *)(ipv6_body))[2] << 8) | \
143 (((uint8 *)(ipv6_body))[3]))
145 #define IPV6_PAYLOAD_LEN(ipv6_body) \ argument
146 ((((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 0] << 8) | \
147 ((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 1])
[all …]