Searched refs:duplex (Results 1 - 1 of 1) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Ddev_sb1250_ethernet.c111 static int sbeth_set_duplex(sbeth_t *s,sbeth_duplex_t duplex,sbeth_fc_t fc);
193 sbeth_duplex_t sbe_duplex; /* current duplex */
1494 * SBETH_SET_DUPLEX(s,duplex,fc)
1496 * Set Ethernet duplex and flow control options for this MAC
1500 * duplex - duplex setting (see sbeth_duplex_t)
1508 static int sbeth_set_duplex(sbeth_t *s,sbeth_duplex_t duplex,sbeth_fc_t fc) argument
1524 switch (duplex) {
1539 case sbeth_fc_frame: /* not valid in half duplex */
1555 case sbeth_fc_collision: /* not valid in full duplex */
[all...]

Completed in 24 milliseconds