Searched refs:p_serve_ccb (Results 1 – 2 of 2) sorted by relevance
1179 p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].p_serve_ccb = p_ccb; in l2cu_enqueue_ccb()1228 p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].p_serve_ccb = NULL; in l2cu_dequeue_ccb()1238 if ( p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].p_serve_ccb == p_ccb ) in l2cu_dequeue_ccb()1241 p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].p_serve_ccb in l2cu_dequeue_ccb()1305 p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].p_serve_ccb = NULL; in l2cu_change_pri_ccb()1310 p_ccb->p_lcb->rr_serv[p_ccb->ccb_priority].p_serve_ccb = p_ccb; in l2cu_change_pri_ccb()3025 tL2C_CCB *p_serve_ccb = NULL; in l2cu_get_next_channel_in_rr() local3031 for ( i = 0; (i < L2CAP_NUM_CHNL_PRIORITY)&&(!p_serve_ccb); i++ ) in l2cu_get_next_channel_in_rr()3034 for ( j = 0; (j < p_lcb->rr_serv[p_lcb->rr_pri].num_ccb)&&(!p_serve_ccb); j++) in l2cu_get_next_channel_in_rr()3037 p_ccb = p_lcb->rr_serv[p_lcb->rr_pri].p_serve_ccb; in l2cu_get_next_channel_in_rr()[all …]
369 tL2C_CCB *p_serve_ccb; /* current serving ccb within priority group */ member