Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c2357 int rc, cfx_idx = bnx2x_get_link_cfg_idx(bp); in bnx2x_initial_phy_init() local
2358 u16 req_line_speed = bp->link_params.req_line_speed[cfx_idx]; in bnx2x_initial_phy_init()
2368 if (lp->req_line_speed[cfx_idx] < SPEED_20000) { in bnx2x_initial_phy_init()
2369 if (lp->speed_cap_mask[cfx_idx] & in bnx2x_initial_phy_init()
2371 lp->req_line_speed[cfx_idx] = in bnx2x_initial_phy_init()
2373 else if (lp->speed_cap_mask[cfx_idx] & in bnx2x_initial_phy_init()
2375 lp->req_line_speed[cfx_idx] = in bnx2x_initial_phy_init()
2378 lp->req_line_speed[cfx_idx] = in bnx2x_initial_phy_init()
2401 bp->link_params.req_line_speed[cfx_idx] = req_line_speed; in bnx2x_initial_phy_init()