HomeSort by: relevance | last modified time | path
    Searched defs:tl_mii_read (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_tl.c 136 int tl_mii_read(device_t, int, int, uint16_t *);
425 mii->mii_readreg = tl_mii_read;
830 tl_mii_read(device_t self, int phy, int reg, uint16_t *val) function in typeref:typename:int
if_tl.c 136 int tl_mii_read(device_t, int, int, uint16_t *);
425 mii->mii_readreg = tl_mii_read;
830 tl_mii_read(device_t self, int phy, int reg, uint16_t *val) function in typeref:typename:int

Completed in 23 milliseconds