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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c4694 u16 gp_status1 = 0, lnkup = 0, lnkup_kr = 0; local
4712 &gp_status1);
4713 lnkup = (gp_status1 >> (8+lane)) & 0x1;/* 1G */
4715 lnkup_kr = (gp_status1 >> (12+lane)) & 0x1;
6342 u16 gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; local
6368 &gp_status1);
6369 ELINK_DEBUG_P1(cb, "0x81d1 = 0x%x\n", gp_status1);
6371 link_up = ((gp_status1 >> 8) |
6372 (gp_status1 >> 12) |
6373 (gp_status1))
[all...]

Completed in 280 milliseconds