Searched refs:lynx (Results 1 – 5 of 5) sorted by relevance
/drivers/firewire/ |
D | nosy.c | 85 lynx_get(struct pcilynx *lynx) in lynx_get() argument 87 kref_get(&lynx->kref); in lynx_get() 89 return lynx; in lynx_get() 99 lynx_put(struct pcilynx *lynx) in lynx_put() argument 101 kref_put(&lynx->kref, lynx_release); in lynx_put() 105 struct pcilynx *lynx; member 145 list_empty(&client->lynx->link)) in packet_buffer_get() 214 reg_write(struct pcilynx *lynx, int offset, u32 data) in reg_write() argument 216 writel(data, lynx->registers + offset); in reg_write() 220 reg_read(struct pcilynx *lynx, int offset) in reg_read() argument [all …]
|
/drivers/net/pcs/ |
D | pcs-lynx.c | 83 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_get_state() local 88 phylink_mii_c22_pcs_get_state(lynx->mdio, state); in lynx_pcs_get_state() 91 lynx_pcs_get_state_2500basex(lynx->mdio, state); in lynx_pcs_get_state() 94 lynx_pcs_get_state_usxgmii(lynx->mdio, state); in lynx_pcs_get_state() 97 phylink_mii_c45_pcs_get_state(lynx->mdio, state); in lynx_pcs_get_state() 103 dev_dbg(&lynx->mdio->dev, in lynx_pcs_get_state() 163 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_config() local 168 return lynx_pcs_config_sgmii(lynx->mdio, mode, advertising); in lynx_pcs_config() 171 dev_err(&lynx->mdio->dev, in lynx_pcs_config() 177 return lynx_pcs_config_usxgmii(lynx->mdio, mode, advertising); in lynx_pcs_config() [all …]
|
D | Makefile | 5 obj-$(CONFIG_PCS_LYNX) += pcs-lynx.o
|
/drivers/net/dsa/ocelot/ |
D | seville_vsc9953.c | 1107 struct lynx_pcs *lynx; in vsc9953_mdio_bus_alloc() local 1119 lynx = lynx_pcs_create(pcs); in vsc9953_mdio_bus_alloc() 1120 if (!lynx) { in vsc9953_mdio_bus_alloc() 1125 felix->pcs[port] = lynx; in vsc9953_mdio_bus_alloc()
|
D | felix_vsc9959.c | 1083 struct lynx_pcs *lynx; in vsc9959_mdio_bus_alloc() local 1095 lynx = lynx_pcs_create(pcs); in vsc9959_mdio_bus_alloc() 1096 if (!lynx) { in vsc9959_mdio_bus_alloc() 1101 felix->pcs[port] = lynx; in vsc9959_mdio_bus_alloc()
|