Searched refs:gp_status1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 4405 u16 gp_status1 = 0, lnkup = 0, lnkup_kr = 0; in bnx2x_warpcore_config_runtime() local 4423 &gp_status1); in bnx2x_warpcore_config_runtime() 4424 lnkup = (gp_status1 >> (8+lane)) & 0x1;/* 1G */ in bnx2x_warpcore_config_runtime() 4426 lnkup_kr = (gp_status1 >> (12+lane)) & 0x1; in bnx2x_warpcore_config_runtime() 5698 u16 gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; in bnx2x_warpcore_read_status() local 5724 &gp_status1); in bnx2x_warpcore_read_status() 5725 DP(NETIF_MSG_LINK, "0x81d1 = 0x%x\n", gp_status1); in bnx2x_warpcore_read_status() 5727 link_up = ((gp_status1 >> 8) | in bnx2x_warpcore_read_status() 5728 (gp_status1 >> 12) | in bnx2x_warpcore_read_status() 5729 (gp_status1)) in bnx2x_warpcore_read_status() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 4405 u16 gp_status1 = 0, lnkup = 0, lnkup_kr = 0; in bnx2x_warpcore_config_runtime() local 4423 &gp_status1); in bnx2x_warpcore_config_runtime() 4424 lnkup = (gp_status1 >> (8+lane)) & 0x1;/* 1G */ in bnx2x_warpcore_config_runtime() 4426 lnkup_kr = (gp_status1 >> (12+lane)) & 0x1; in bnx2x_warpcore_config_runtime() 5698 u16 gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; in bnx2x_warpcore_read_status() local 5724 &gp_status1); in bnx2x_warpcore_read_status() 5725 DP(NETIF_MSG_LINK, "0x81d1 = 0x%x\n", gp_status1); in bnx2x_warpcore_read_status() 5727 link_up = ((gp_status1 >> 8) | in bnx2x_warpcore_read_status() 5728 (gp_status1 >> 12) | in bnx2x_warpcore_read_status() 5729 (gp_status1)) in bnx2x_warpcore_read_status() [all...] |
Completed in 23 milliseconds