Searched refs:peer_bmp (Results 1 – 4 of 4) sorted by relevance
460 cmd->peer_bmp = (u16)(1 << aid); in WBTi_NotifySystemCallback()1026 int peer_bmp = (1 << aid); in WBTi_NotifyCompletionCallback() local1028 current->peer_bmp = (u16)peer_bmp; /* For debugging */ in WBTi_NotifyCompletionCallback()1029 if ((current->target_bmp & peer_bmp) != 0) in WBTi_NotifyCompletionCallback()1032 current->target_bmp &= ~peer_bmp; in WBTi_NotifyCompletionCallback()1365 work->system_cmd.peer_bmp = 0; in WBT_ResetContext()1450 current->peer_bmp = (u16)bit; in WBT_CancelCommand()1458 current->peer_bmp = (u16)bit; in WBT_CancelCommand()
244 u16 peer_bmp; member
228 …int peer_aid = WBT_AidbitmapToAid(uc->peer_bmp); /* AID of communications partner stati… in bt_callback()
57 const int aid = (int)MATH_CTZ(uc->peer_bmp); in WFSi_WBTCallback()