Searched refs:port_stop (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/rocker/ |
D | rocker.h | 106 void (*port_stop)(struct rocker_port *rocker_port); member
|
D | rocker_main.c | 1548 if (!wops->port_stop) in rocker_world_port_stop() 1550 wops->port_stop(rocker_port); in rocker_world_port_stop()
|
D | rocker_ofdpa.c | 2823 .port_stop = ofdpa_port_stop,
|
/Linux-v4.19/drivers/ata/ |
D | libahci_platform.c | 654 if (ap->ops->port_stop) in ahci_platform_shutdown() 655 ap->ops->port_stop(ap); in ahci_platform_shutdown()
|
D | pata_ftide010.c | 368 pata_ftide010_port_ops.port_stop = in pata_ftide010_gemini_init()
|
D | pdc_adma.c | 162 .port_stop = adma_port_stop,
|
D | libata-core.c | 6285 if (ap->ops->port_stop) in ata_host_stop() 6286 ap->ops->port_stop(ap); in ata_host_stop() 6378 if (ap->ops->port_stop) in ata_host_start() 6416 if (ap->ops->port_stop) in ata_host_start() 6417 ap->ops->port_stop(ap); in ata_host_start()
|
D | sata_dwc_460ex.c | 1185 .port_stop = sata_dwc_port_stop,
|
D | sata_fsl.c | 1430 .port_stop = sata_fsl_port_stop,
|
D | sata_mv.c | 705 .port_stop = mv_port_stop, 739 .port_stop = mv_port_stop,
|
D | libata-scsi.c | 5078 if (ap->ops->port_stop) in ata_sas_port_destroy() 5079 ap->ops->port_stop(ap); in ata_sas_port_destroy()
|
D | sata_nv.c | 504 .port_stop = nv_adma_port_stop,
|
D | libahci.c | 183 .port_stop = ahci_port_stop,
|
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/ |
D | ethsw.c | 483 static int port_stop(struct net_device *netdev) in port_stop() function 510 .ndo_stop = port_stop,
|
/Linux-v4.19/drivers/scsi/libsas/ |
D | sas_ata.c | 536 .port_stop = ata_sas_port_stop,
|
/Linux-v4.19/Documentation/driver-api/ |
D | libata.rst | 377 void (*port_stop) (struct ata_port *ap); 391 ``->port_stop()`` is called after ``->host_stop()``. Its sole function is to 395 ``->host_stop()`` is called after all ``->port_stop()`` calls have completed.
|
/Linux-v4.19/include/linux/ |
D | libata.h | 961 void (*port_stop)(struct ata_port *ap); member
|
/Linux-v4.19/drivers/scsi/ |
D | ipr.c | 7168 .port_stop = ata_sas_port_stop
|