Searched refs:pf_pool (Results  1 – 2 of 2) sorted by relevance
| /linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_ethtool.c | 2795 		unsigned int pf_pool = adapter->num_vfs;  in ixgbe_set_rss_hash_opt()  local 2799 			mrqc = IXGBE_READ_REG(hw, IXGBE_PFVFMRQC(pf_pool));  in ixgbe_set_rss_hash_opt() 2826 			IXGBE_WRITE_REG(hw, IXGBE_PFVFMRQC(pf_pool), mrqc);  in ixgbe_set_rss_hash_opt()
  | 
| D | ixgbe_main.c | 3302 	unsigned int pf_pool = adapter->num_vfs;  in ixgbe_store_vfreta()  local 3308 			IXGBE_WRITE_REG(hw, IXGBE_PFVFRETA(i >> 2, pf_pool),  in ixgbe_store_vfreta() 3350 	unsigned int pf_pool = adapter->num_vfs;  in ixgbe_setup_vfreta()  local 3355 		IXGBE_WRITE_REG(hw, IXGBE_PFVFRSSRK(i, pf_pool),  in ixgbe_setup_vfreta() 3419 		unsigned int pf_pool = adapter->num_vfs;  in ixgbe_setup_mrqc()  local 3429 		IXGBE_WRITE_REG(hw, IXGBE_PFVFMRQC(pf_pool), vfmrqc);  in ixgbe_setup_mrqc()
  |