Searched refs:gone (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_port.c | 194 * @gone: whether or not the PHY is gone 199 void sas_deform_port(struct asd_sas_phy *phy, int gone) in sas_deform_port() argument 216 sas_unregister_domain_devices(port, gone); in sas_deform_port()
|
H A D | sas_discover.c | 299 /* remove the phys and ports, everything else should be gone */ in sas_free_device() 381 void sas_unregister_domain_devices(struct asd_sas_port *port, int gone) in sas_unregister_domain_devices() argument 386 if (gone) in sas_unregister_domain_devices()
|
H A D | sas_internal.h | 63 void sas_deform_port(struct asd_sas_phy *phy, int gone);
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_port.c | 204 * @gone: whether or not the PHY is gone 209 void sas_deform_port(struct asd_sas_phy *phy, int gone) in sas_deform_port() argument 226 sas_unregister_domain_devices(port, gone); in sas_deform_port()
|
H A D | sas_internal.h | 61 void sas_deform_port(struct asd_sas_phy *phy, int gone);
|
H A D | sas_discover.c | 298 /* remove the phys and ports, everything else should be gone */ in sas_free_device() 409 void sas_unregister_domain_devices(struct asd_sas_port *port, int gone) in sas_unregister_domain_devices() argument 414 if (gone) in sas_unregister_domain_devices()
|
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core-device.c | 1141 goto gone; in fw_device_refresh() 1167 goto gone; in fw_device_refresh() 1183 gone: in fw_device_refresh()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core-device.c | 1139 goto gone; in fw_device_refresh() 1165 goto gone; in fw_device_refresh() 1181 gone: in fw_device_refresh()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | inode.c | 365 DBG (epdata->dev, "endpoint gone\n"); in ep_io() 774 goto gone; in ep_config() 779 goto gone; in ep_config() 795 goto gone; in ep_config() 802 gone: in ep_config()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | inode.c | 365 DBG (epdata->dev, "endpoint gone\n"); in ep_io() 772 goto gone; in ep_config() 777 goto gone; in ep_config() 793 goto gone; in ep_config() 800 gone: in ep_config()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | libsas.h | 630 /* The class calls these when a device is found or gone. */ 683 void sas_unregister_domain_devices(struct asd_sas_port *port, int gone);
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | libsas.h | 644 /* The class calls these when a device is found or gone. */ 706 void sas_unregister_domain_devices(struct asd_sas_port *port, int gone);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_frontend.c | 1188 int gone = 1; /* Address is missing */ in fib_del_ifaddr() local 1220 * Scan address list to be sure that addresses are really gone. in fib_del_ifaddr() 1226 gone = 0; in fib_del_ifaddr() 1313 if (gone && addr_type != RTN_LOCAL) { in fib_del_ifaddr()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_frontend.c | 1197 int gone = 1; /* Address is missing */ in fib_del_ifaddr() local 1229 * Scan address list to be sure that addresses are really gone. in fib_del_ifaddr() 1235 gone = 0; in fib_del_ifaddr() 1322 if (gone && addr_type != RTN_LOCAL) { in fib_del_ifaddr()
|
Completed in 20 milliseconds