Searched refs:dplx (Results 1 – 3 of 3) sorted by relevance
/drivers/net/cxgb3/ |
D | vsc8211.c | 131 int err, sp = -1, dplx = -1, pause = 0; in vsc8211_get_link_status() local 151 dplx = (bmcr & BMCR_FULLDPLX) ? DUPLEX_FULL : DUPLEX_HALF; in vsc8211_get_link_status() 163 dplx = (status & F_ACSR_DUPLEX) ? DUPLEX_FULL : DUPLEX_HALF; in vsc8211_get_link_status() 172 if (fc && dplx == DUPLEX_FULL) { in vsc8211_get_link_status() 193 *duplex = dplx; in vsc8211_get_link_status() 203 int err, sp = -1, dplx = -1, pause = 0; in vsc8211_get_link_status_fiber() local 223 dplx = (bmcr & BMCR_FULLDPLX) ? DUPLEX_FULL : DUPLEX_HALF; in vsc8211_get_link_status_fiber() 238 dplx = DUPLEX_FULL; in vsc8211_get_link_status_fiber() 241 dplx = DUPLEX_HALF; in vsc8211_get_link_status_fiber() 245 if (fc && dplx == DUPLEX_FULL) { in vsc8211_get_link_status_fiber() [all …]
|
/drivers/net/e1000/ |
D | e1000_param.c | 588 unsigned int speed, dplx, an; in e1000_check_copper_options() local 636 dplx = Duplex[bd]; in e1000_check_copper_options() 637 e1000_validate_option(&dplx, &opt, adapter); in e1000_check_copper_options() 639 dplx = opt.def; in e1000_check_copper_options() 643 if ((num_AutoNeg > bd) && (speed != 0 || dplx != 0)) { in e1000_check_copper_options() 701 switch (speed + dplx) { in e1000_check_copper_options() 704 if ((num_Speed > bd) && (speed != 0 || dplx != 0)) in e1000_check_copper_options()
|
/drivers/net/chelsio/ |
D | mv88e1xxx.c | 244 int sp = -1, dplx = -1, pause = 0; in mv88e1xxx_get_link_status() local 253 dplx = (status & V_PSSR_DUPLEX) ? DUPLEX_FULL : DUPLEX_HALF; in mv88e1xxx_get_link_status() 267 *duplex = dplx; in mv88e1xxx_get_link_status()
|