Searched refs:phci_conn (Results 1 – 2 of 2) sorted by relevance
361 rtk_conn_prof *phci_conn = NULL; in allocate_connection_by_handle() local362 phci_conn = kmalloc(sizeof(rtk_conn_prof), GFP_ATOMIC); in allocate_connection_by_handle()363 if (phci_conn) in allocate_connection_by_handle()364 phci_conn->handle = handle; in allocate_connection_by_handle()366 return phci_conn; in allocate_connection_by_handle()699 static void update_profile_connection(rtk_conn_prof * phci_conn, in update_profile_connection() argument724 if (0 == phci_conn->profile_refcount[profile_index]) { in update_profile_connection()726 phci_conn->profile_bitmap |= BIT(profile_index); in update_profile_connection()728 phci_conn->profile_refcount[profile_index]++; in update_profile_connection()748 phci_conn->profile_refcount[profile_index]--; in update_profile_connection()[all …]