Lines Matching refs:device_id
130 u8 device_id; in gb_interface_route_create() local
141 device_id = ret; in gb_interface_route_create()
143 ret = gb_svc_intf_device_id(svc, intf_id, device_id); in gb_interface_route_create()
146 device_id, ret); in gb_interface_route_create()
152 intf_id, device_id); in gb_interface_route_create()
158 intf->device_id = device_id; in gb_interface_route_create()
168 ida_simple_remove(&svc->device_id_map, device_id); in gb_interface_route_create()
177 if (intf->device_id == GB_INTERFACE_DEVICE_ID_BAD) in gb_interface_route_destroy()
181 ida_simple_remove(&svc->device_id_map, intf->device_id); in gb_interface_route_destroy()
182 intf->device_id = GB_INTERFACE_DEVICE_ID_BAD; in gb_interface_route_destroy()
807 intf->device_id = GB_INTERFACE_DEVICE_ID_BAD; in gb_interface_create()