Searched refs:fcrb (Results 1 – 4 of 4) sorted by relevance
173 if (p_ccb->fcrb.wait_ack) { in l2c_fcr_start_timer()180 if (!alarm_is_scheduled(p_ccb->fcrb.mon_retrans_timer)) { in l2c_fcr_start_timer()181 alarm_set_on_mloop(p_ccb->fcrb.mon_retrans_timer, tout, in l2c_fcr_start_timer()197 alarm_cancel(p_ccb->fcrb.mon_retrans_timer); in l2c_fcr_stop_timer()212 tL2C_FCRB* p_fcrb = &p_ccb->fcrb; in l2c_fcr_cleanup()234 p_ccb->fcrb.connect_tick_count; in l2c_fcr_cleanup()248 p_ccb->fcrb.pkts_retransmitted, p_ccb->fcrb.xmit_window_closed, in l2c_fcr_cleanup()249 p_ccb->fcrb.retrans_touts, p_ccb->fcrb.xmit_ack_touts); in l2c_fcr_cleanup()254 p_ccb->fcrb.controller_idle); in l2c_fcr_cleanup()258 p_ccb->fcrb.max_held_acks, p_ccb->peer_cfg.fcr.tx_win_sz); in l2c_fcr_cleanup()[all …]
1458 alarm_free(p_ccb->fcrb.ack_timer); in l2cu_allocate_ccb()1459 p_ccb->fcrb.ack_timer = alarm_new("l2c_fcrb.ack_timer"); in l2cu_allocate_ccb()1465 alarm_free(p_ccb->fcrb.mon_retrans_timer); in l2cu_allocate_ccb()1466 p_ccb->fcrb.mon_retrans_timer = alarm_new("l2c_fcrb.mon_retrans_timer"); in l2cu_allocate_ccb()1480 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()1481 p_ccb->fcrb.retrans_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()1482 p_ccb->fcrb.waiting_for_ack_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()1977 p_ccb->fcrb.max_held_acks = p_cfg->fcr.tx_win_sz / 3; in l2cu_process_peer_cfg_rsp()1979 p_ccb->fcrb.max_held_acks = p_ccb->our_cfg.fcr.tx_win_sz / 3; in l2cu_process_peer_cfg_rsp()1985 p_ccb->fcrb.max_held_acks); in l2cu_process_peer_cfg_rsp()[all …]
805 if (p_ccb->fcrb.wait_ack) l2c_fcr_start_timer(p_ccb); in l2c_csm_config()820 p_ccb->fcrb.connect_tick_count = in l2c_csm_config()906 if (p_ccb->fcrb.wait_ack) l2c_fcr_start_timer(p_ccb); in l2c_csm_config()909 p_ccb->fcrb.connect_tick_count = in l2c_csm_config()
321 tL2C_FCRB fcrb; member