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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_link.h53 struct link_params { struct
147 u8 bnx2x_phy_init(struct link_params *input, struct link_vars *output);
152 u8 bnx2x_link_reset(struct link_params *params, struct link_vars *vars,
156 u8 bnx2x_link_update(struct link_params *input, struct link_vars *output);
171 void bnx2x_link_status_update(struct link_params *input,
174 u8 bnx2x_get_ext_phy_fw_version(struct link_params *params, u8 driver_loaded,
181 u8 bnx2x_set_led(struct link_params *params, u8 mode, u32 speed);
189 void bnx2x_handle_module_detect_int(struct link_params *params);
193 u8 bnx2x_test_link(struct link_params *input, struct link_vars *vars);
203 u8 bnx2x_read_sfp_module_eeprom(struct link_params *param
[all...]
H A Dbnx2x_ethtool.c40 if (bp->link_params.switch_cfg == SWITCH_CFG_10G) {
42 XGXS_EXT_PHY_TYPE(bp->link_params.ext_phy_config);
62 bp->link_params.ext_phy_config);
67 bp->link_params.ext_phy_config);
76 if (bp->link_params.req_line_speed == SPEED_AUTO_NEG)
120 bp->link_params.req_line_speed = SPEED_AUTO_NEG;
121 bp->link_params.req_duplex = DUPLEX_FULL;
228 bp->link_params.req_line_speed = cmd->speed;
229 bp->link_params.req_duplex = cmd->duplex;
235 bp->link_params
[all...]
H A Dbnx2x_link.c183 static void bnx2x_set_serdes_access(struct link_params *params)
197 static void bnx2x_set_phy_mdio(struct link_params *params, u8 phy_flags)
233 static void bnx2x_emac_init(struct link_params *params,
277 static u8 bnx2x_emac_enable(struct link_params *params,
413 static u8 bnx2x_bmac_enable(struct link_params *params, struct link_vars *vars,
530 static void bnx2x_phy_deassert(struct link_params *params, u8 phy_flags)
555 void bnx2x_link_status_update(struct link_params *params,
687 static void bnx2x_update_mng(struct link_params *params, u32 link_status)
720 static u8 bnx2x_pbf_update(struct link_params *params, u32 flow_ctrl,
969 static void bnx2x_set_aer_mmd(struct link_params *param
[all...]
H A Dbnx2x_main.c1250 bp->link_params.req_fc_auto_adv = BNX2X_FLOW_CTRL_TX;
1252 bp->link_params.req_fc_auto_adv = BNX2X_FLOW_CTRL_BOTH;
1257 bp->link_params.loopback_mode = LOOPBACK_XGXS_10;
1259 rc = bnx2x_phy_init(&bp->link_params, &bp->link_vars);
1280 bnx2x_phy_init(&bp->link_params, &bp->link_vars);
1292 bnx2x_link_reset(&bp->link_params, &bp->link_vars, 1);
1304 rc = bnx2x_test_link(&bp->link_params, &bp->link_vars);
1463 bnx2x_link_update(&bp->link_params, &bp->link_vars);
1535 bnx2x_link_status_update(&bp->link_params, &bp->link_vars);
1949 bp->link_params
[all...]
H A Dbnx2x.h762 struct link_params link_params; member in struct:bnx2x
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_bios.h466 struct edp_link_params link_params[16]; member in struct:bdb_edp

Completed in 190 milliseconds