Searched refs:p_fcrb (Results 1 – 1 of 1) sorted by relevance
231 tL2C_FCRB *p_fcrb = &p_ccb->fcrb; in l2c_fcr_cleanup() local235 if (p_fcrb->p_rx_sdu) { in l2c_fcr_cleanup()236 osi_free(p_fcrb->p_rx_sdu); in l2c_fcr_cleanup()237 p_fcrb->p_rx_sdu = NULL; in l2c_fcr_cleanup()241 fixed_queue_free(p_fcrb->waiting_for_ack_q, osi_free_func); in l2c_fcr_cleanup()242 p_fcrb->waiting_for_ack_q = NULL; in l2c_fcr_cleanup()244 fixed_queue_free(p_fcrb->srej_rcv_hold_q, osi_free_func); in l2c_fcr_cleanup()245 p_fcrb->srej_rcv_hold_q = NULL; in l2c_fcr_cleanup()247 fixed_queue_free(p_fcrb->retrans_q, osi_free_func); in l2c_fcr_cleanup()248 p_fcrb->retrans_q = NULL; in l2c_fcr_cleanup()[all …]