Searched refs:dev_opt (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/google/gve/ |
A D | gve_adminq.c | 152 struct gve_device_option *dev_opt; in gve_process_device_options() local 156 dev_opt = (void *)(descriptor + 1); in gve_process_device_options() 160 next_opt = gve_get_next_option(descriptor, dev_opt); in gve_process_device_options() 167 gve_parse_device_option(priv, descriptor, dev_opt, in gve_process_device_options() 170 dev_opt = next_opt; in gve_process_device_options()
|
/linux/include/net/bluetooth/ |
A D | hci_sock.h | 142 __u32 dev_opt; member
|
/linux/net/bluetooth/ |
A D | hci_core.c | 1924 err = hci_req_sync(hdev, hci_auth_req, dr.dev_opt, in hci_dev_cmd() 1947 err = hci_req_sync(hdev, hci_scan_req, dr.dev_opt, in hci_dev_cmd() 1954 hci_update_scan_state(hdev, dr.dev_opt); in hci_dev_cmd() 1963 hdev->link_mode = ((__u16) dr.dev_opt) & in hci_dev_cmd() 1968 if (hdev->pkt_type == (__u16) dr.dev_opt) in hci_dev_cmd() 1971 hdev->pkt_type = (__u16) dr.dev_opt; in hci_dev_cmd() 1976 hdev->acl_mtu = *((__u16 *) &dr.dev_opt + 1); in hci_dev_cmd() 1977 hdev->acl_pkts = *((__u16 *) &dr.dev_opt + 0); in hci_dev_cmd() 1981 hdev->sco_mtu = *((__u16 *) &dr.dev_opt + 1); in hci_dev_cmd() 1982 hdev->sco_pkts = *((__u16 *) &dr.dev_opt + 0); in hci_dev_cmd() [all …]
|
/linux/drivers/block/ |
A D | nbd.c | 2319 struct nlattr *dev_opt; in populate_nbd_status() local 2332 dev_opt = nla_nest_start_noflag(reply, NBD_DEVICE_ITEM); in populate_nbd_status() 2333 if (!dev_opt) in populate_nbd_status() 2342 nla_nest_end(reply, dev_opt); in populate_nbd_status()
|
Completed in 26 milliseconds