Select media types to advertise
int MDI_SetAdvert_Extended ( mdi_t * mdi,
int PhyAddr,
int Media)
- mdi
- A pointer to the mdi_t structure obtained from
the MDI_Register_Extended() function call.
- PhyAddr
- The physical address of the physical layer device (PHY).
- Media
- Values for the advertised media-type.
Valid values are:
- MDI_10bT -- 10 Base T, half-duplex
- MDI_10bTFD -- 10 Base T, full-duplex
- MDI_100bT -- 100 Base T, half-duplex
- MDI_100bTFD -- 100 Base T, full-duplex
- MDI_1000bT -- 1000 Base T, half-duplex
- MDI_1000bTFD -- 1000 Base T, full-duplex.
 |
The above-mentioned media values are flags. They may be OR'd
together. |
The MDI_SetAdvert_Extended() function selects the
media types to advertise to the PHY's link partner.
QNX Neutrino
Safety: | |
Cancellation point |
Yes |
Interrupt handler |
No |
Signal handler |
Yes |
Thread |
Yes |