Home
last modified time | relevance | path

Searched full:link_down (Results 1 – 25 of 42) sorted by relevance

12

/linux/Documentation/devicetree/bindings/pci/
H A Dqcom,pcie-sa8775p.yaml76 - const: link_down
175 "link_down";
H A Dqcom,pcie-x1e80100.yaml74 - const: link_down # PCIe link down reset
H A Dqcom,pcie-sm8550.yaml84 - const: link_down # PCIe link down reset
/linux/include/linux/
H A Dpci-epf.h77 * @link_down: Callback for the EPC link down event
84 int (*link_down)(struct pci_epf *epf); member
H A Dsfp.h557 * @link_down: called when the link is non-operational for whatever
572 void (*link_down)(void *priv);
550 void (*link_down)(void *priv); global() member
/linux/drivers/net/dsa/mv88e6xxx/
H A Dpcs-639x.c811 bool link_down; in mv88e6393x_xg_handle_irq() local
823 link_down = !(stat1 & MDIO_STAT1_LSTATUS); in mv88e6393x_xg_handle_irq()
825 phylink_pcs_change(&mpcs->xg_pcs, !link_down); in mv88e6393x_xg_handle_irq()
/linux/drivers/pci/controller/cadence/
H A Dpci-j721e.c34 #define LINK_DOWN BIT(1) macro
369 .linkdown_irq_regfield = LINK_DOWN,
375 .linkdown_irq_regfield = LINK_DOWN,
/linux/drivers/pci/controller/
H A Dpcie-xilinx-cpm.c46 IMR(LINK_DOWN) | \
320 _IC(LINK_DOWN, "Link Down"),
H A Dpcie-xilinx-dma-pl.c40 IMR(LINK_DOWN) | \
336 _IC(LINK_DOWN, "Link Down"),
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.h192 void aq_nic_deinit(struct aq_nic_s *self, bool link_down);
H A Daq_nic.c1427 void aq_nic_deinit(struct aq_nic_s *self, bool link_down) in aq_nic_deinit() argument
1448 likely(self->aq_fw_ops->deinit) && link_down) { in aq_nic_deinit()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_phylink.c196 fbd->mac->link_down(fbd); in fbnic_phylink_mac_link_down()
H A Dfbnic_mac.c880 .link_down = fbnic_mac_link_down_asic,
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c88 status->link_down = DEV2G5_PCS1G_STICKY_LINK_DOWN_STICKY_GET(value); in sparx5_get_dev2g5_status()
89 if (status->link_down) /* Clear the sticky */ in sparx5_get_dev2g5_status()
142 status->link_down = 1; in sparx5_get_sfi_status()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils.h431 u32 link_down; member
/linux/drivers/scsi/csiostor/
H A Dcsio_lnode.c929 * This routine is invoked when lnode receives LINK_DOWN/DOWN_LINK/CLOSE
977 * This routine is invoked when lnode receives LINK_DOWN/DOWN_LINK/CLOSE
1010 * Sends LINK_DOWN events to Lnode and its associated NPIVs lnodes.
1077 /* Send LINK_DOWN event to lnode s/m */ in csio_handle_link_down()
H A Dt4fw_api_stor.h431 __be16 link_down; member
/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge_mcp.h425 u8 link_down; member
/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c828 if (epf->event_ops && epf->event_ops->link_down) in pci_epc_linkdown()
829 epf->event_ops->link_down(epf); in pci_epc_linkdown()
/linux/drivers/net/ethernet/natsemi/
H A Dns83820.c363 #define LINK_DOWN 0x02 macro
688 newlinkstate = (cfg & CFG_LNKSTS) ? LINK_UP : LINK_DOWN; in phy_intr()
698 } else if (newlinkstate & LINK_DOWN && in phy_intr()
/linux/drivers/s390/scsi/
H A Dzfcp_fsf.c145 struct fsf_link_down_info *link_down) in zfcp_fsf_link_down_info_eval() argument
158 if (!link_down) in zfcp_fsf_link_down_info_eval()
161 switch (link_down->error_code) { in zfcp_fsf_link_down_info_eval()
/linux/drivers/net/ethernet/sun/
H A Dcassini.c678 int link_was_not_down = !(oldstate == link_down); in cas_begin_auto_negotiation()
707 cp->lstate = link_down; in cas_begin_auto_negotiation()
1022 cp->lstate = link_down; in cas_pcs_link_check()
1063 } else if (cp->lstate == link_down) { in cas_pcs_link_check()
1640 cp->lstate = link_down; in cas_mii_link_check()
4985 cp->lstate = link_down; in cas_init_one()
H A Dsungem.c1534 gp->lstate = link_down; in gem_link_timer()
1719 gp->lstate = link_down; in gem_init_phy()
2910 gp->lstate = link_down; in gem_init_one()
/linux/drivers/scsi/bnx2i/
H A Dbnx2i.h353 * @adapter_state: adapter state, UP, GOING_DOWN, LINK_DOWN
/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c1047 * @link_down: Indication the link has just gone down.
1059 * when the port is connected. The @link_down indicates the port is just
1065 u8 link_down; member
2974 hw->port_mib[p].link_down = 1; in port_get_link_speed()
6296 } else if (mib->link_down) { in mib_read_work()
6297 mib->link_down = 0; in mib_read_work()

12