Searched refs:acl_priority (Results 1 – 5 of 5) sorted by relevance
145 int acl_priority = acl_queue_handler->second.high_priority_ ? 1 : 0; in buffer_packet() local150 acl_priority); in buffer_packet()158 acl_priority); in buffer_packet()
486 tL2CAP_PRIORITY acl_priority; member488 return acl_priority == L2CAP_PRIORITY_NORMAL; in is_normal_priority()490 bool is_high_priority() const { return acl_priority == L2CAP_PRIORITY_HIGH; } in is_high_priority()492 if (acl_priority != priority) { in set_priority()493 acl_priority = priority; in set_priority()
623 if (p_lcb->acl_priority == L2CAP_PRIORITY_HIGH) in l2c_link_adjust_allocation()671 if (p_lcb->acl_priority == L2CAP_PRIORITY_HIGH) { in l2c_link_adjust_allocation()691 p_lcb->acl_priority, p_lcb->link_xmit_quota); in l2c_link_adjust_allocation()782 l2cu_set_acl_priority(*bd_addr, p_lcb->acl_priority, true); in l2c_link_role_changed()1224 if ((p_lcb->acl_priority == L2CAP_PRIORITY_HIGH) && in l2c_link_process_num_completed_pkts()1230 (p_lcb->acl_priority == L2CAP_PRIORITY_HIGH) && in l2c_link_process_num_completed_pkts()
1126 if (p_lcb->acl_priority == L2CAP_PRIORITY_HIGH) in l2c_ble_link_adjust_allocation()1173 if (p_lcb->acl_priority == L2CAP_PRIORITY_HIGH) { in l2c_ble_link_adjust_allocation()1193 yy, p_lcb->acl_priority, p_lcb->link_xmit_quota); in l2c_ble_link_adjust_allocation()
2108 if ((p_lcb->in_use) && (p_lcb->acl_priority == L2CAP_PRIORITY_HIGH)) { in l2cu_get_num_hi_priority()2234 if ((!reset_after_rs && (priority != p_lcb->acl_priority)) || in l2cu_set_acl_priority()2237 (reset_after_rs && p_lcb->acl_priority == L2CAP_PRIORITY_HIGH)) { in l2cu_set_acl_priority()2253 if (p_lcb->acl_priority != priority) { in l2cu_set_acl_priority()2254 p_lcb->acl_priority = priority; in l2cu_set_acl_priority()