Searched refs:net_cfg (Results 1 – 2 of 2) sorted by relevance
144 hw->net_cfg = get_cap_addr(hw, &cap); in ifcvf_init_hw()145 IFCVF_DBG(pdev, "hw->net_cfg = %p\n", hw->net_cfg); in ifcvf_init_hw()154 hw->isr == NULL || hw->net_cfg == NULL) { in ifcvf_init_hw()171 hw->net_cfg, hw->notify_off_multiplier); in ifcvf_init_hw()230 *p++ = ifc_ioread8(hw->net_cfg + offset + i); in ifcvf_read_net_config()245 ifc_iowrite8(*p++, hw->net_cfg + offset + i); in ifcvf_write_net_config()
82 void __iomem *net_cfg; member