.. | .. |
---|
607 | 607 | break; |
---|
608 | 608 | case e1000_ms_auto: |
---|
609 | 609 | phy_data &= ~CTL1000_ENABLE_MASTER; |
---|
610 | | - /* fall-through */ |
---|
| 610 | + fallthrough; |
---|
611 | 611 | default: |
---|
612 | 612 | break; |
---|
613 | 613 | } |
---|
.. | .. |
---|
2311 | 2311 | /** |
---|
2312 | 2312 | * e1000_get_phy_addr_for_bm_page - Retrieve PHY page address |
---|
2313 | 2313 | * @page: page to access |
---|
| 2314 | + * @reg: register to check |
---|
2314 | 2315 | * |
---|
2315 | 2316 | * Returns the phy address for the page requested. |
---|
2316 | 2317 | **/ |
---|
.. | .. |
---|
2728 | 2729 | * @offset: register offset to be read |
---|
2729 | 2730 | * @data: pointer to the read data |
---|
2730 | 2731 | * @locked: semaphore has already been acquired or not |
---|
| 2732 | + * @page_set: BM_WUC_PAGE already set and access enabled |
---|
2731 | 2733 | * |
---|
2732 | 2734 | * Acquires semaphore, if necessary, then reads the PHY register at offset |
---|
2733 | 2735 | * and stores the retrieved information in data. Release any acquired |
---|
.. | .. |
---|
2836 | 2838 | * @offset: register offset to write to |
---|
2837 | 2839 | * @data: data to write at register offset |
---|
2838 | 2840 | * @locked: semaphore has already been acquired or not |
---|
| 2841 | + * @page_set: BM_WUC_PAGE already set and access enabled |
---|
2839 | 2842 | * |
---|
2840 | 2843 | * Acquires semaphore, if necessary, then writes the data to PHY register |
---|
2841 | 2844 | * at the offset. Release any acquired semaphores before exiting. |
---|