Home
last modified time | relevance | path

Searched refs:MAX_PENDING_ACKS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h153 #define MAX_PENDING_ACKS 256 macro
171 struct pending_acks pending_acks[MAX_PENDING_ACKS];
H A Dwlan.c124 if (i < MAX_PENDING_ACKS) { in add_tcp_pending_ack()
200 if (i >= MAX_PENDING_ACKS) in wilc_wlan_txq_filter_dup_tcp_ack()
657 tqe->ack_idx < MAX_PENDING_ACKS) in wilc_wlan_handle_txq()
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h144 #define MAX_PENDING_ACKS 256 macro
162 struct pending_acks pending_acks[MAX_PENDING_ACKS];
H A Dwlan.c130 if (i < MAX_PENDING_ACKS) { in add_tcp_pending_ack()
206 if (i >= MAX_PENDING_ACKS) in wilc_wlan_txq_filter_dup_tcp_ack()
923 tqe->ack_idx < MAX_PENDING_ACKS) in wilc_wlan_handle_txq()

Completed in 6 milliseconds