Searched refs:tx_seq_max (Results 1 – 1 of 1) sorted by relevance
305 uint8_t tx_seq_max; in whd_sdpcm_update_credit() local309 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()