Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_mac.c409 IGC_READ_REG(hw, IGC_CRCERRS); in igc_clear_hw_cntrs_base_generic()
410 IGC_READ_REG(hw, IGC_MPC); in igc_clear_hw_cntrs_base_generic()
411 IGC_READ_REG(hw, IGC_SCC); in igc_clear_hw_cntrs_base_generic()
412 IGC_READ_REG(hw, IGC_ECOL); in igc_clear_hw_cntrs_base_generic()
413 IGC_READ_REG(hw, IGC_MCC); in igc_clear_hw_cntrs_base_generic()
414 IGC_READ_REG(hw, IGC_LATECOL); in igc_clear_hw_cntrs_base_generic()
415 IGC_READ_REG(hw, IGC_COLC); in igc_clear_hw_cntrs_base_generic()
416 IGC_READ_REG(hw, IGC_RERC); in igc_clear_hw_cntrs_base_generic()
417 IGC_READ_REG(hw, IGC_DC); in igc_clear_hw_cntrs_base_generic()
418 IGC_READ_REG(hw, IGC_RLEC); in igc_clear_hw_cntrs_base_generic()
[all …]
H A Digc_i225.c27 u32 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_init_nvm_params_i225()
205 ctrl = IGC_READ_REG(hw, IGC_CTRL); in igc_reset_hw_i225()
222 IGC_READ_REG(hw, IGC_ICR); in igc_reset_hw_i225()
285 swfw_sync = IGC_READ_REG(hw, IGC_SW_FW_SYNC); in igc_acquire_swfw_sync_i225()
328 swfw_sync = IGC_READ_REG(hw, IGC_SW_FW_SYNC); in igc_release_swfw_sync_i225()
351 ctrl = IGC_READ_REG(hw, IGC_CTRL); in igc_setup_copper_link_i225()
356 phpm_reg = IGC_READ_REG(hw, IGC_I225_PHPM); in igc_setup_copper_link_i225()
380 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_i225()
396 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_i225()
414 swsm = IGC_READ_REG(hw, IGC_SWSM); in igc_get_hw_semaphore_i225()
[all …]
H A Digc_base.c126 rfctl = IGC_READ_REG(hw, IGC_RFCTL); in igc_rx_fifo_flush_base()
130 if (!(IGC_READ_REG(hw, IGC_MANC) & IGC_MANC_RCV_TCO_EN)) in igc_rx_fifo_flush_base()
135 rxdctl[i] = IGC_READ_REG(hw, IGC_RXDCTL(i)); in igc_rx_fifo_flush_base()
144 rx_enabled |= IGC_READ_REG(hw, IGC_RXDCTL(i)); in igc_rx_fifo_flush_base()
158 rlpml = IGC_READ_REG(hw, IGC_RLPML); in igc_rx_fifo_flush_base()
161 rctl = IGC_READ_REG(hw, IGC_RCTL); in igc_rx_fifo_flush_base()
182 IGC_READ_REG(hw, IGC_ROC); in igc_rx_fifo_flush_base()
183 IGC_READ_REG(hw, IGC_RNBC); in igc_rx_fifo_flush_base()
184 IGC_READ_REG(hw, IGC_MPC); in igc_rx_fifo_flush_base()
H A Digc_nvm.c116 u32 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_shift_out_eec_bits()
165 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_shift_in_eec_bits()
174 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_shift_in_eec_bits()
203 reg = IGC_READ_REG(hw, IGC_EERD); in igc_poll_eerd_eewr_done()
205 reg = IGC_READ_REG(hw, IGC_EEWR); in igc_poll_eerd_eewr_done()
226 u32 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_acquire_nvm_generic()
232 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_acquire_nvm_generic()
238 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_acquire_nvm_generic()
261 u32 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_standby_nvm()
290 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_stop_nvm()
[all …]
H A Digc_phy.c117 manc = IGC_READ_REG(hw, IGC_MANC); in igc_check_reset_block_generic()
194 mdic = IGC_READ_REG(hw, IGC_MDIC); in igc_read_phy_reg_mdic()
254 mdic = IGC_READ_REG(hw, IGC_MDIC); in igc_write_phy_reg_mdic()
601 ctrl = IGC_READ_REG(hw, IGC_CTRL); in igc_phy_force_speed_duplex_setup()
870 phpm = IGC_READ_REG(hw, IGC_I225_PHPM); in igc_phy_hw_reset_generic()
872 ctrl = IGC_READ_REG(hw, IGC_CTRL); in igc_phy_hw_reset_generic()
884 phpm = IGC_READ_REG(hw, IGC_I225_PHPM); in igc_phy_hw_reset_generic()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_osdep.h63 extern uint32_t IGC_READ_REG(struct igc_hw *, uint32_t);
71 #define IGC_WRITE_FLUSH(hw) IGC_READ_REG(hw, IGC_STATUS)
H A Digc_osdep.c44 IGC_READ_REG(struct igc_hw *hw, uint32_t reg) in IGC_READ_REG() function