flow_ctl_mode     313 include/net/bluetooth/hci_core.h 	__u8		flow_ctl_mode;
flow_ctl_mode     197 net/bluetooth/hci_core.c 	req->hdev->flow_ctl_mode = HCI_FLOW_CTL_MODE_PACKET_BASED;
flow_ctl_mode     211 net/bluetooth/hci_core.c 	req->hdev->flow_ctl_mode = HCI_FLOW_CTL_MODE_BLOCK_BASED;
flow_ctl_mode    4151 net/bluetooth/hci_core.c 	switch (hdev->flow_ctl_mode) {
flow_ctl_mode     704 net/bluetooth/hci_event.c 	hdev->flow_ctl_mode = rp->mode;
flow_ctl_mode    3638 net/bluetooth/hci_event.c 	if (hdev->flow_ctl_mode != HCI_FLOW_CTL_MODE_PACKET_BASED) {
flow_ctl_mode    3639 net/bluetooth/hci_event.c 		bt_dev_err(hdev, "wrong event for mode %d", hdev->flow_ctl_mode);
flow_ctl_mode    3726 net/bluetooth/hci_event.c 	if (hdev->flow_ctl_mode != HCI_FLOW_CTL_MODE_BLOCK_BASED) {
flow_ctl_mode    3727 net/bluetooth/hci_event.c 		bt_dev_err(hdev, "wrong event for mode %d", hdev->flow_ctl_mode);