e1000_phy.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 577 | 25% |
空行行数 | 442 | 19% |
実行行数 | 1289 | 56% |
合計行数 | 2308 | 100% |
内容 | 定義数 |
---|---|
関数数 | 44 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Function | e1000_init_phy_ops_generic | void | e1000_init_phy_ops_generic - Initialize PHY function pointers |
2 |
Function | e1000_null_read_reg | s32 | e1000_null_read_reg - No-op function, return 0 |
3 |
Function | e1000_null_phy_generic | void | e1000_null_phy_generic - No-op function, return void |
4 |
Function | e1000_null_lplu_state | s32 | e1000_null_lplu_state - No-op function, return 0 |
5 |
Function | e1000_null_write_reg | s32 | e1000_null_write_reg - No-op function, return 0 |
6 |
Function | e1000_check_reset_block_generic | s32 | e1000_check_reset_block_generic - Check if PHY reset is blocked |
7 |
Function | e1000_get_phy_id | s32 | e1000_get_phy_id - Retrieve the PHY ID and revision |
8 |
Function | e1000_phy_reset_dsp_generic | s32 | e1000_phy_reset_dsp_generic - Reset PHY DSP |
9 |
Function | e1000_read_phy_reg_mdic | s32 | e1000_read_phy_reg_mdic - Read MDI control register |
10 |
Function | e1000_write_phy_reg_mdic | s32 | e1000_write_phy_reg_mdic - Write MDI control register |
11 |
Function | e1000_read_phy_reg_m88 | s32 | e1000_read_phy_reg_m88 - Read m88 PHY register |
12 |
Function | e1000_write_phy_reg_m88 | s32 | e1000_write_phy_reg_m88 - Write m88 PHY register |
13 |
Function | e1000_read_phy_reg_igp | s32 | e1000_read_phy_reg_igp - Read igp PHY register |
14 |
Function | e1000_write_phy_reg_igp | s32 | e1000_write_phy_reg_igp - Write igp PHY register |
15 |
Function | e1000_read_kmrn_reg_generic | s32 | e1000_read_kmrn_reg_generic - Read kumeran register |
16 |
Function | e1000_write_kmrn_reg_generic | s32 | e1000_write_kmrn_reg_generic - Write kumeran register |
17 |
Function | e1000_copper_link_setup_m88 | s32 | e1000_copper_link_setup_m88 - Setup m88 PHY's for copper link |
18 |
Function | e1000_copper_link_setup_igp | s32 | e1000_copper_link_setup_igp - Setup igp PHY's for copper link |
19 |
Function | e1000_copper_link_autoneg | s32 | e1000_copper_link_autoneg - Setup/Enable autoneg for copper link |
20 |
Function | e1000_phy_setup_autoneg | s32 | e1000_phy_setup_autoneg - Configure PHY for auto-negotiation |
21 |
Function | e1000_setup_copper_link_generic | s32 | e1000_setup_copper_link_generic - Configure copper link settings |
22 |
Function | e1000_phy_force_speed_duplex_igp | s32 | e1000_phy_force_speed_duplex_igp - Force speed/duplex for igp PHY |
23 |
Function | e1000_phy_force_speed_duplex_m88 | s32 | e1000_phy_force_speed_duplex_m88 - Force speed/duplex for m88 PHY |
24 |
Function | e1000_phy_force_speed_duplex_ife | s32 | e1000_phy_force_speed_duplex_ife - Force PHY speed & duplex |
25 |
Function | e1000_phy_force_speed_duplex_setup | void | e1000_phy_force_speed_duplex_setup - Configure forced PHY speed/duplex |
26 |
Function | e1000_set_d3_lplu_state_generic | s32 | e1000_set_d3_lplu_state_generic - Sets low power link up state for D3 |
27 |
Function | e1000_check_downshift_generic | s32 | e1000_check_downshift_generic - Checks whether a downshift in speed occurred |
28 |
Function | e1000_check_polarity_m88 | s32 | e1000_check_polarity_m88 - Checks the polarity. |
29 |
Function | e1000_check_polarity_igp | s32 | e1000_check_polarity_igp - Checks the polarity. |
30 |
Function | e1000_check_polarity_ife | s32 | e1000_check_polarity_ife - Check cable polarity for IFE PHY |
31 |
Function | e1000_wait_autoneg_generic | s32 | e1000_wait_autoneg_generic - Wait for auto-neg completion |
32 |
Function | e1000_phy_has_link_generic | s32 | e1000_phy_has_link_generic - Polls PHY for link |
33 |
Function | e1000_get_cable_length_m88 | s32 | e1000_get_cable_length_m88 - Determine cable length for m88 PHY |
34 |
Function | e1000_get_cable_length_igp_2 | s32 | e1000_get_cable_length_igp_2 - Determine cable length for igp2 PHY |
35 |
Function | e1000_get_phy_info_m88 | s32 | e1000_get_phy_info_m88 - Retrieve PHY information |
36 |
Function | e1000_get_phy_info_igp | s32 | e1000_get_phy_info_igp - Retrieve igp PHY information |
37 |
Function | e1000_phy_sw_reset_generic | s32 | e1000_phy_sw_reset_generic - PHY software reset |
38 |
Function | e1000_phy_hw_reset_generic | s32 | e1000_phy_hw_reset_generic - PHY hardware reset |
39 |
Function | e1000_get_cfg_done_generic | s32 | e1000_get_cfg_done_generic - Generic configuration done |
40 |
Function | e1000_phy_init_script_igp3 | s32 | e1000_phy_init_script_igp3 - Inits the IGP3 PHY |
41 |
Function | e1000_get_phy_type_from_id | enum e1000_phy_type | e1000_get_phy_type_from_id - Get PHY type from id |
42 |
Function | e1000_determine_phy_address | s32 | e1000_determine_phy_address - Determines PHY address. |
43 |
Function | e1000_power_up_phy_copper | void | e1000_power_up_phy_copper - Restore copper link in case of PHY power down |
44 |
Function | e1000_power_down_phy_copper | void | e1000_power_down_phy_copper - Restore copper link in case of PHY power down |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー