Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_sdpcm.c305 uint8_t tx_seq_max; in whd_sdpcm_update_credit() local
309 tx_seq_max = header->bus_data_credit; in whd_sdpcm_update_credit()
310 WPRINT_WHD_DATA_LOG( ("credit update to %d\n ", tx_seq_max) ); in whd_sdpcm_update_credit()
311 if (tx_seq_max - sdpcm_info->tx_seq > 0x40) in whd_sdpcm_update_credit()
314 tx_seq_max = sdpcm_info->tx_seq + 2; in whd_sdpcm_update_credit()
316 sdpcm_info->tx_max = tx_seq_max; in whd_sdpcm_update_credit()