Searched refs:port_stop (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/rocker/ |
| D | rocker.h | 102 void (*port_stop)(struct rocker_port *rocker_port); member
|
| D | rocker_main.c | 1544 if (!wops->port_stop) in rocker_world_port_stop() 1546 wops->port_stop(rocker_port); in rocker_world_port_stop()
|
| D | rocker_ofdpa.c | 2816 .port_stop = ofdpa_port_stop,
|
| /Linux-v5.4/drivers/ata/ |
| D | libahci_platform.c | 695 if (ap->ops->port_stop) in ahci_platform_shutdown() 696 ap->ops->port_stop(ap); in ahci_platform_shutdown()
|
| D | pata_ftide010.c | 369 pata_ftide010_port_ops.port_stop = in pata_ftide010_gemini_init()
|
| D | pdc_adma.c | 146 .port_stop = adma_port_stop,
|
| D | libata-core.c | 6273 if (ap->ops->port_stop) in ata_host_stop() 6274 ap->ops->port_stop(ap); in ata_host_stop() 6366 if (ap->ops->port_stop) in ata_host_start() 6404 if (ap->ops->port_stop) in ata_host_start() 6405 ap->ops->port_stop(ap); in ata_host_start()
|
| D | sata_dwc_460ex.c | 1181 .port_stop = sata_dwc_port_stop,
|
| D | sata_fsl.c | 1425 .port_stop = sata_fsl_port_stop,
|
| D | sata_mv.c | 692 .port_stop = mv_port_stop, 726 .port_stop = mv_port_stop,
|
| D | libata-scsi.c | 5061 if (ap->ops->port_stop) in ata_sas_port_destroy() 5062 ap->ops->port_stop(ap); in ata_sas_port_destroy()
|
| D | sata_nv.c | 488 .port_stop = nv_adma_port_stop,
|
| D | libahci.c | 167 .port_stop = ahci_port_stop,
|
| /Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/ |
| D | ethsw.c | 503 static int port_stop(struct net_device *netdev) in port_stop() function 684 .ndo_stop = port_stop,
|
| /Linux-v5.4/drivers/scsi/libsas/ |
| D | sas_ata.c | 520 .port_stop = ata_sas_port_stop,
|
| /Linux-v5.4/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-v5.4/include/linux/ |
| D | libata.h | 944 void (*port_stop)(struct ata_port *ap); member
|
| /Linux-v5.4/drivers/scsi/ |
| D | ipr.c | 7157 .port_stop = ata_sas_port_stop
|