Searched refs:GAP_CCB_STATE_IDLE (Results 1 – 1 of 1) sorted by relevance
36 #define GAP_CCB_STATE_IDLE 0 macro812 if (p_ccb->con_state == GAP_CCB_STATE_IDLE) return; in gap_sec_check_complete()1055 if ((p_ccb->con_state != GAP_CCB_STATE_IDLE) && in gap_find_ccb_by_cid()1081 if (p_ccb->con_state != GAP_CCB_STATE_IDLE) return (p_ccb); in gap_find_ccb_by_handle()1103 if (p_ccb->con_state == GAP_CCB_STATE_IDLE) { in gap_allocate_ccb()1142 p_ccb->con_state = GAP_CCB_STATE_IDLE; in gap_release_ccb()1147 if ((p_ccb_local->con_state != GAP_CCB_STATE_IDLE) && in gap_release_ccb()