Searched refs:pcs (Results 76 - 87 of 87) sorted by relevance

1234

/linux-master/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c15 #include <linux/pcs-lynx.h>
970 felix->pcs = devm_kcalloc(dev, felix->info->num_ports,
973 if (!felix->pcs) {
1036 felix->pcs[port] = phylink_pcs;
1050 struct phylink_pcs *phylink_pcs = felix->pcs[port];
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c565 static void macb_usx_pcs_link_up(struct phylink_pcs *pcs, unsigned int neg_mode, argument
569 struct macb *bp = container_of(pcs, struct macb, phylink_usx_pcs);
580 static void macb_usx_pcs_get_state(struct phylink_pcs *pcs, argument
583 struct macb *bp = container_of(pcs, struct macb, phylink_usx_pcs);
597 static int macb_usx_pcs_config(struct phylink_pcs *pcs, argument
603 struct macb *bp = container_of(pcs, struct macb, phylink_usx_pcs);
611 static void macb_pcs_get_state(struct phylink_pcs *pcs, argument
617 static void macb_pcs_an_restart(struct phylink_pcs *pcs) argument
622 static int macb_pcs_config(struct phylink_pcs *pcs, argument
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c3957 static struct mvneta_port *mvneta_pcs_to_port(struct phylink_pcs *pcs) argument
3959 return container_of(pcs, struct mvneta_port, phylink_pcs);
3962 static int mvneta_pcs_validate(struct phylink_pcs *pcs, argument
3978 static void mvneta_pcs_get_state(struct phylink_pcs *pcs, argument
3981 struct mvneta_port *pp = mvneta_pcs_to_port(pcs);
4005 static int mvneta_pcs_config(struct phylink_pcs *pcs, unsigned int neg_mode, argument
4010 struct mvneta_port *pp = mvneta_pcs_to_port(pcs);
4061 static void mvneta_pcs_an_restart(struct phylink_pcs *pcs) argument
4063 struct mvneta_port *pp = mvneta_pcs_to_port(pcs);
/linux-master/net/dsa/
H A Dport.c1562 struct phylink_pcs *pcs = ERR_PTR(-EOPNOTSUPP); local
1566 pcs = ds->ops->phylink_mac_select_pcs(ds, dp->index, interface);
1568 return pcs;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_dma.c388 dma_cap->pcs = (hw_cap & GMAC_HW_FEAT_PCSSEL) >> 3;
H A Ddwmac4_core.c58 if (hw->pcs)
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_main.c18 #include <linux/pcs/pcs-xpcs.h>
1367 return &xpcs->pcs;
2404 xpcs_link_up(&xpcs->pcs, neg_mode, priv->phy_mode[i],
/linux-master/drivers/net/dsa/qca/
H A Dqca8k.h426 struct phylink_pcs pcs; member in struct:qca8k_pcs
/linux-master/drivers/usb/cdns3/
H A Dcdns3-gadget.h1129 * @pcs: producer cycle state
1179 u8 pcs; member in struct:cdns3_endpoint
/linux-master/drivers/block/drbd/
H A Ddrbd_state.c2113 static void conn_old_common_state(struct drbd_connection *connection, union drbd_state *pcs, enum chg_state_flags *pf) argument
2156 (*pcs).i = cs.i;
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c846 struct phylink_pcs *pcs = ERR_PTR(-EOPNOTSUPP); local
849 pcs = chip->info->ops->pcs_ops->pcs_select(chip, port,
852 return pcs;
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c24 #include <linux/pcs/pcs-mtk-lynxi.h>

Completed in 235 milliseconds

1234