Searched defs:phyad (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/hme/ |
| H A D | hme.c | 441 get_bit_std(uint8_t phyad, struct hme *hmep) argument 447 if (phyad == HME_INTERNAL_PHYAD) 456 #define GET_BIT_STD(phyad, x) x = get_bit_std(phyad, hmep) 460 hme_bb_mii_write(struct hme *hmep, uint8_t phyad, uint8_t regad, uint16_t data) argument 470 SEND_BIT((phyad >> i) & 1); 489 hme_bb_mii_read(struct hme *hmep, uint8_t phyad, uint8_t regad) argument 500 SEND_BIT((phyad >> i) & 1); 508 GET_BIT_STD(phyad, x); 509 GET_BIT_STD(phyad, 542 hme_mii_read(void *arg, uint8_t phyad, uint8_t regad) argument 596 hme_mii_write(void *arg, uint8_t phyad, uint8_t regad, uint16_t data) argument 2438 int phyad; local [all...] |
| /illumos-gate/usr/src/uts/sun/io/eri/ |
| H A D | eri.c | 1426 *val = erip->phyad; 3300 uint8_t phyad; local 3304 phyad = erip->phyad; 3309 SEND_BIT((phyad >> i) & 1); 3325 uint8_t phyad; local 3333 phyad = erip->phyad; 3338 SEND_BIT((phyad >> i) & 1); 3385 uint8_t phyad; local 3420 uint8_t phyad; local [all...] |
| H A D | eri.h | 438 int phyad; /* addr of the PHY in use */ member in struct:eri
|
| /illumos-gate/usr/src/uts/common/sys/nxge/ |
| H A D | nxge_mac_hw.h | 1265 uint32_t phyad : 5; member in struct:_mif_frame_t::__anon8400::__anon8401 1275 uint32_t phyad : 5;
|
Completed in 66 milliseconds