Searched refs:sdp_local_param (Results 1 – 1 of 1) sorted by relevance
42 static sdp_local_param_t sdp_local_param; variable45 #define sdp_local_param (*sdp_local_param_ptr) macro49 #define is_sdp_init() (sdp_local_param.sdp_slot_mutex != NULL)51 #define is_sdp_init() (&sdp_local_param != NULL && sdp_local_param.sdp_slot_mutex != NULL)59 if (sdp_local_param.sdp_slot_mutex) { in btc_sdp_cleanup()60 osi_mutex_free(&sdp_local_param.sdp_slot_mutex); in btc_sdp_cleanup()61 sdp_local_param.sdp_slot_mutex = NULL; in btc_sdp_cleanup()103 osi_mutex_lock(&sdp_local_param.sdp_slot_mutex, OSI_MUTEX_MAX_TIMEOUT); in set_sdp_slot_info()106 slot = sdp_local_param.sdp_slots[id]; in set_sdp_slot_info()114 sdp_local_param.sdp_slots[id]->state, SDP_RECORD_ALLOCED); in set_sdp_slot_info()[all …]