Searched refs:pend_le_reports (Results 1 – 6 of 6) sorted by relevance
183 !hci_pend_le_action_lookup(&hdev->pend_le_reports, in update_white_list()237 list_for_each_entry(params, &hdev->pend_le_reports, action) { in update_white_list()517 list_empty(&hdev->pend_le_reports)) { in __hci_update_background_scan()
105 list_add(¶ms->action, &hdev->pend_le_reports); in hci_connect_le_scan_cleanup()
6109 list_add(¶ms->action, &hdev->pend_le_reports); in hci_conn_params_set()7550 list_add(&p->action, &hdev->pend_le_reports); in restart_le_actions()8523 if (link_type == LE_LINK && list_empty(&hdev->pend_le_reports)) in mgmt_device_found()
3289 INIT_LIST_HEAD(&hdev->pend_le_reports); in hci_alloc_dev()
4801 if (!hci_pend_le_action_lookup(&hdev->pend_le_reports, in process_adv_report()
359 struct list_head pend_le_reports; member