Searched refs:addr_reg (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | common.h | 485 void t4_read_indirect(struct adapter *adap, unsigned int addr_reg, 488 void t4_write_indirect(struct adapter *adap, unsigned int addr_reg,
|
| H A D | t4_hw.c | 181 void t4_read_indirect(struct adapter *adap, unsigned int addr_reg, in t4_read_indirect() argument 186 t4_write_reg(adap, addr_reg, start_idx); in t4_read_indirect() 204 void t4_write_indirect(struct adapter *adap, unsigned int addr_reg, in t4_write_indirect() argument 209 t4_write_reg(adap, addr_reg, start_idx++); in t4_write_indirect()
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_phy.c | 3773 u32 addr_reg; in e1000_access_phy_debug_regs_hv() local 3779 addr_reg = ((hw->phy.type == e1000_phy_82578) ? in e1000_access_phy_debug_regs_hv() 3781 data_reg = addr_reg + 1; in e1000_access_phy_debug_regs_hv() 3787 ret_val = e1000_write_phy_reg_mdic(hw, addr_reg, (u16)offset & 0x3F); in e1000_access_phy_debug_regs_hv()
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_phy.c | 3817 u32 addr_reg; in igc_access_phy_debug_regs_hv() local 3823 addr_reg = ((hw->phy.type == igc_phy_82578) ? in igc_access_phy_debug_regs_hv() 3825 data_reg = addr_reg + 1; in igc_access_phy_debug_regs_hv() 3831 ret_val = igc_write_phy_reg_mdic(hw, addr_reg, (u16)offset & 0x3F); in igc_access_phy_debug_regs_hv()
|