Home
last modified time | relevance | path

Searched refs:gone (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_port.c194 * @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 Dsas_discover.c299 /* 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 Dsas_internal.h63 void sas_deform_port(struct asd_sas_phy *phy, int gone);
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_port.c204 * @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 Dsas_internal.h61 void sas_deform_port(struct asd_sas_phy *phy, int gone);
H A Dsas_discover.c298 /* 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 Dcore-device.c1141 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 Dcore-device.c1139 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 Dinode.c365 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 Dinode.c365 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 Dlibsas.h630 /* 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 Dlibsas.h644 /* 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 Dfib_frontend.c1188 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 Dfib_frontend.c1197 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