Searched refs:ack_flag (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | mvtwsi.c | 347 static int twsi_recv(struct mvtwsi_registers *twsi, u8 *byte, int ack_flag, in twsi_recv() argument 353 expected_status = ack_flag ? MVTWSI_STATUS_DATA_R_ACK : in twsi_recv() 357 control |= ack_flag == MVTWSI_READ_ACK ? MVTWSI_CONTROL_ACK : 0; in twsi_recv()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_input.c | 2892 static void tcp_identify_packet_loss(struct sock *sk, int *ack_flag) in tcp_identify_packet_loss() argument 2900 tcp_newreno_mark_lost(sk, *ack_flag & FLAG_SND_UNA_ADVANCED); in tcp_identify_packet_loss() 2905 *ack_flag &= ~FLAG_SET_XMIT_TIMER; in tcp_identify_packet_loss() 2907 *ack_flag |= FLAG_LOST_RETRANS; in tcp_identify_packet_loss() 2924 int num_dupack, int *ack_flag, int *rexmit) in tcp_fastretrans_alert() argument 2928 int fast_rexmit = 0, flag = *ack_flag; in tcp_fastretrans_alert() 2986 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert() 2998 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert() 3000 (*ack_flag & FLAG_LOST_RETRANS))) in tcp_fastretrans_alert() 3014 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert()
|