Searched refs:dev_opt (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/net/bluetooth/ |
D | hci_sock.h | 142 __u32 dev_opt; member
|
/linux-6.12.1/net/bluetooth/ |
D | hci_core.c | 693 1, &dr.dev_opt, HCI_CMD_TIMEOUT); in hci_dev_cmd() 706 1, &dr.dev_opt, in hci_dev_cmd() 713 1, &dr.dev_opt, HCI_CMD_TIMEOUT); in hci_dev_cmd() 718 1, &dr.dev_opt, HCI_CMD_TIMEOUT); in hci_dev_cmd() 724 hci_update_passive_scan_state(hdev, dr.dev_opt); in hci_dev_cmd() 728 policy = cpu_to_le16(dr.dev_opt); in hci_dev_cmd() 735 hdev->link_mode = ((__u16) dr.dev_opt) & in hci_dev_cmd() 740 if (hdev->pkt_type == (__u16) dr.dev_opt) in hci_dev_cmd() 743 hdev->pkt_type = (__u16) dr.dev_opt; in hci_dev_cmd() 748 hdev->acl_mtu = *((__u16 *) &dr.dev_opt + 1); in hci_dev_cmd() [all …]
|
/linux-6.12.1/drivers/net/ethernet/google/gve/ |
D | gve_adminq.c | 252 struct gve_device_option *dev_opt; in gve_process_device_options() local 256 dev_opt = (void *)(descriptor + 1); in gve_process_device_options() 260 next_opt = gve_get_next_option(descriptor, dev_opt); in gve_process_device_options() 267 gve_parse_device_option(priv, descriptor, dev_opt, in gve_process_device_options() 273 dev_opt = next_opt; in gve_process_device_options()
|
/linux-6.12.1/drivers/block/ |
D | nbd.c | 2409 struct nlattr *dev_opt; in populate_nbd_status() local 2422 dev_opt = nla_nest_start_noflag(reply, NBD_DEVICE_ITEM); in populate_nbd_status() 2423 if (!dev_opt) in populate_nbd_status() 2432 nla_nest_end(reply, dev_opt); in populate_nbd_status()
|