Searched refs:th2 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_offload.c | 185 struct tcphdr *th2; in tcp_gro_receive() local 224 th2 = tcp_hdr(p); in tcp_gro_receive() 226 if (*(u32 *)&th->source ^ *(u32 *)&th2->source) { in tcp_gro_receive() 240 flush |= (__force int)((flags ^ tcp_flag_word(th2)) & in tcp_gro_receive() 242 flush |= (__force int)(th->ack_seq ^ th2->ack_seq); in tcp_gro_receive() 245 *(u32 *)((u8 *)th2 + i); in tcp_gro_receive() 261 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq); in tcp_gro_receive() 271 tcp_flag_word(th2) |= flags & (TCP_FLAG_FIN | TCP_FLAG_PSH); in tcp_gro_receive()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/ |
| H A D | phydm_dynamictxpower.c | 429 u8 th0, th1, th2; in phydm_pwr_lvl_check() local 432 th2 = dm->set_pwr_th[2]; in phydm_pwr_lvl_check() 437 th0, th1, th2); in phydm_pwr_lvl_check() 439 th2 = dm->enhance_pwr_th[2]; in phydm_pwr_lvl_check() 444 if (input_rssi >= th2) in phydm_pwr_lvl_check() 446 else if (input_rssi < (th2 - 3) && input_rssi >= th1) in phydm_pwr_lvl_check()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/ |
| H A D | phydm_dynamictxpower.c | 311 u8 th0,th1,th2; in phydm_pwr_lvl_check() local 312 th2 = dm->enhance_pwr_th[2]; in phydm_pwr_lvl_check() 315 if (input_rssi >= th2) in phydm_pwr_lvl_check() 317 else if (input_rssi < (th2 - 3) && input_rssi >= th1) in phydm_pwr_lvl_check()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/ |
| H A D | phydm_dynamictxpower.c | 311 u8 th0,th1,th2; in phydm_pwr_lvl_check() local 312 th2 = dm->enhance_pwr_th[2]; in phydm_pwr_lvl_check() 315 if (input_rssi >= th2) in phydm_pwr_lvl_check() 317 else if (input_rssi < (th2 - 3) && input_rssi >= th1) in phydm_pwr_lvl_check()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/ |
| H A D | phydm_dynamictxpower.c | 311 u8 th0,th1,th2; in phydm_pwr_lvl_check() local 312 th2 = dm->enhance_pwr_th[2]; in phydm_pwr_lvl_check() 315 if (input_rssi >= th2) in phydm_pwr_lvl_check() 317 else if (input_rssi < (th2 - 3) && input_rssi >= th1) in phydm_pwr_lvl_check()
|