Home
last modified time | relevance | path

Searched defs:phy_addr (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/sys/dev/netif/ig_hal/
H A De1000_phy.c3064 u32 phy_addr = 0; in e1000_determine_phy_address() local
3101 u32 phy_addr = 2; in e1000_get_phy_addr_for_bm_page() local
3545 u32 phy_addr = hw->phy.addr = e1000_get_phy_addr_for_hv_page(page); in __e1000_read_phy_reg_hv() local
3655 u32 phy_addr = hw->phy.addr = e1000_get_phy_addr_for_hv_page(page); in __e1000_write_phy_reg_hv() local
3770 u32 phy_addr = 2; in e1000_get_phy_addr_for_hv_page() local
/dflybsd-src/sys/dev/raid/hptiop/
H A Dhptiop.c830 u_int64_t phy_addr; in hptiop_send_sync_request_mv() local
854 u_int64_t phy_addr; in hptiop_send_sync_request_mvfrey() local
1296 u_int64_t phy_addr; in hptiop_post_ioctl_command_mvfrey() local
2724 bus_addr_t phy_addr = (segs->ds_addr + 0x1F) & ~(bus_addr_t)0x1F; in hptiop_map_srb() local
H A Dhptiop.h458 u_int64_t phy_addr; member
/dflybsd-src/sys/dev/netif/ix/
H A Dixgbe_phy.c291 static bool ixgbe_probe_phy(struct ixgbe_hw *hw, u16 phy_addr) in ixgbe_probe_phy()
329 u16 phy_addr; in ixgbe_identify_phy_generic() local
405 bool ixgbe_validate_phy_addr(struct ixgbe_hw *hw, u32 phy_addr) in ixgbe_validate_phy_addr()
/dflybsd-src/sys/dev/netif/iwm/
H A Dif_iwm.c2453 bus_addr_t phy_addr, uint32_t byte_cnt) in iwm_pcie_load_firmware_chunk()