Searched refs:dev_opt (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/bluetooth/ |
| H A D | hci_sock.h | 142 __u32 dev_opt; member
|
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 712 1, &dr.dev_opt, HCI_CMD_TIMEOUT); in hci_dev_cmd() 725 1, &dr.dev_opt, in hci_dev_cmd() 732 1, &dr.dev_opt, HCI_CMD_TIMEOUT); in hci_dev_cmd() 737 1, &dr.dev_opt, HCI_CMD_TIMEOUT); in hci_dev_cmd() 743 hci_update_passive_scan_state(hdev, dr.dev_opt); in hci_dev_cmd() 747 policy = cpu_to_le16(dr.dev_opt); in hci_dev_cmd() 754 hdev->link_mode = ((__u16) dr.dev_opt) & in hci_dev_cmd() 759 if (hdev->pkt_type == (__u16) dr.dev_opt) in hci_dev_cmd() 762 hdev->pkt_type = (__u16) dr.dev_opt; in hci_dev_cmd() 767 hdev->acl_mtu = *((__u16 *) &dr.dev_opt + 1); in hci_dev_cmd() [all …]
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_adminq.c | 271 struct gve_device_option *dev_opt; in gve_process_device_options() local 275 dev_opt = (void *)(descriptor + 1); in gve_process_device_options() 279 next_opt = gve_get_next_option(descriptor, dev_opt); in gve_process_device_options() 286 gve_parse_device_option(priv, descriptor, dev_opt, in gve_process_device_options() 293 dev_opt = next_opt; in gve_process_device_options()
|
| /linux/drivers/block/ |
| H A D | nbd.c | 2494 struct nlattr *dev_opt; in populate_nbd_status() local 2507 dev_opt = nla_nest_start_noflag(reply, NBD_DEVICE_ITEM); in populate_nbd_status() 2508 if (!dev_opt) in populate_nbd_status() 2517 nla_nest_end(reply, dev_opt); in populate_nbd_status()
|