Searched refs:i40e_read_rx_ctl (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
| D | i40e.h | 907 val = i40e_read_rx_ctl(&pf->hw, I40E_PRTQF_FD_INSET(addr, 1)); in i40e_read_fd_input_set() 909 val += i40e_read_rx_ctl(&pf->hw, I40E_PRTQF_FD_INSET(addr, 0)); in i40e_read_fd_input_set()
|
| D | i40e_ethtool.c | 2678 i_set = (u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, in i40e_get_rss_hash_opts() 2680 ((u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(1, in i40e_get_rss_hash_opts() 3056 u64 hena = (u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(0)) | in i40e_set_rss_hash_opt() 3057 ((u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(1)) << 32); in i40e_set_rss_hash_opt() 3139 i_setc = (u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, in i40e_set_rss_hash_opt() 3141 ((u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(1, in i40e_set_rss_hash_opt()
|
| D | i40e_prototype.h | 391 u32 i40e_read_rx_ctl(struct i40e_hw *hw, u32 reg_addr);
|
| D | i40e_common.c | 4223 val = i40e_read_rx_ctl(hw, I40E_PFQF_CTL_0); in i40e_set_filter_control() 5184 u32 i40e_read_rx_ctl(struct i40e_hw *hw, u32 reg_addr) in i40e_read_rx_ctl() function
|
| D | i40e_main.c | 10823 seed_dw[i] = i40e_read_rx_ctl(hw, I40E_PFQF_HKEY(i)); in i40e_get_rss_reg() 10906 hena = (u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(0)) | in i40e_pf_config_rss() 10907 ((u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(1)) << 32); in i40e_pf_config_rss() 10914 reg_val = i40e_read_rx_ctl(hw, I40E_PFQF_CTL_0); in i40e_pf_config_rss()
|