Searched refs:max_held_acks (Results 1 – 3 of 3) sorted by relevance
1975 p_ccb->fcrb.max_held_acks = p_cfg->fcr.tx_win_sz / 3; in l2cu_process_peer_cfg_rsp()1977 p_ccb->fcrb.max_held_acks = p_ccb->our_cfg.fcr.tx_win_sz / 3; in l2cu_process_peer_cfg_rsp()1983 p_ccb->fcrb.max_held_acks); in l2cu_process_peer_cfg_rsp()2025 p_ccb->fcrb.max_held_acks = p_cfg->fcr.tx_win_sz / 3; in l2cu_process_our_cfg_req()2570 p_ccb->fcrb.max_held_acks = p_fcr->tx_win_sz / 3; in l2cu_initialize_fixed_ccb()
192 uint8_t max_held_acks; /* Max acks we can hold before sending */ member
258 p_ccb->fcrb.max_held_acks, p_ccb->peer_cfg.fcr.tx_win_sz); in l2c_fcr_cleanup()1322 if ((num_to_ack < p_ccb->fcrb.max_held_acks) && (!p_fcrb->local_busy)) in process_i_frame()