Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Delink.c5269 uint16_t gp_status1 = 0, lnkup = 0, lnkup_kr = 0; in elink_warpcore_config_runtime() local
5287 &gp_status1); in elink_warpcore_config_runtime()
5288 lnkup = (gp_status1 >> (8 + lane)) & 0x1;/* 1G */ in elink_warpcore_config_runtime()
5290 lnkup_kr = (gp_status1 >> (12 + lane)) & 0x1; in elink_warpcore_config_runtime()
6577 uint16_t gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; in elink_warpcore_read_status() local
6605 &gp_status1); in elink_warpcore_read_status()
6606 ELINK_DEBUG_P1(sc, "0x81d1 = 0x%x", gp_status1); in elink_warpcore_read_status()
6608 link_up = ((gp_status1 >> 8) | in elink_warpcore_read_status()
6609 (gp_status1 >> 12) | in elink_warpcore_read_status()
6610 (gp_status1)) & in elink_warpcore_read_status()