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

/freebsd-current/sys/dev/bxe/
H A Dbxe_elink.c5239 uint16_t gp_status1 = 0, lnkup = 0, lnkup_kr = 0; local
5257 &gp_status1);
5258 lnkup = (gp_status1 >> (8+lane)) & 0x1;/* 1G */
5260 lnkup_kr = (gp_status1 >> (12+lane)) & 0x1;
6543 uint16_t gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; local
6571 &gp_status1);
6572 ELINK_DEBUG_P1(sc, "0x81d1 = 0x%x\n", gp_status1);
6574 link_up = ((gp_status1 >> 8) |
6575 (gp_status1 >> 12) |
6576 (gp_status1))
[all...]

Completed in 121 milliseconds