drivers/net/ethernet/sfc/siena/mcdi_port.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/sfc/siena/mcdi_port.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/sfc/siena/mcdi_port.h
Extension
.h
Size
540 bytes
Lines
18
Domain
Driver Families
Bucket
drivers/net
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef EFX_MCDI_PORT_H
#define EFX_MCDI_PORT_H

#include "net_driver.h"

bool efx_siena_mcdi_mac_check_fault(struct efx_nic *efx);
int efx_siena_mcdi_port_probe(struct efx_nic *efx);
void efx_siena_mcdi_port_remove(struct efx_nic *efx);

#endif /* EFX_MCDI_PORT_H */

Annotation

Implementation Notes