HomeSort by relevance Sort by last modified time
    Searched refs:efab (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
etherfabric.c 83 static void falcon_mdio_write (struct efab_nic *efab, int device,
85 static int falcon_mdio_read ( struct efab_nic *efab, int device, int location );
114 gmii_autoneg_advertised ( struct efab_nic *efab )
120 mii_advertise = falcon_mdio_read ( efab, 0, MII_ADVERTISE );
121 gmii_advertise = ( ( falcon_mdio_read ( efab, 0, MII_CTRL1000 ) >> 8 )
131 gmii_autoneg_lpa ( struct efab_nic *efab )
137 mii_lpa = falcon_mdio_read ( efab, 0, MII_LPA );
138 gmii_lpa = ( falcon_mdio_read ( efab, 0, MII_STAT1000 ) >> 10 ) & 0x03;
174 gmii_link_ok ( struct efab_nic *efab )
184 (void) falcon_mdio_read ( efab, 0, MII_BMSR )
1423 struct efab_nic *efab = container_of ( bus, struct efab_nic, spi_bus ); local
1513 struct efab_nic *efab = container_of ( basher, struct efab_nic, local
1536 struct efab_nic *efab = container_of ( basher, struct efab_nic, local
3739 struct efab_nic *efab = netdev_priv ( netdev ); local
3857 struct efab_nic *efab = netdev_priv ( netdev ); local
3896 struct efab_nic *efab = netdev_priv ( netdev ); local
4045 struct efab_nic *efab = netdev_priv ( netdev ); local
4056 struct efab_nic *efab = netdev_priv ( netdev ); local
4117 struct efab_nic *efab = netdev_priv ( netdev ); local
4141 struct efab_nic *efab; local
    [all...]
etherfabric_nic.h 142 int ( * init ) ( struct efab_nic *efab );
146 int ( * init ) ( struct efab_nic *efab );
151 int ( * init ) ( struct efab_nic *efab );
152 void ( * fini ) ( struct efab_nic *efab );

Completed in 324 milliseconds