Searched refs:i40e_read_rx_ctl (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/intel/i40e/ |
D | i40e.h | 1086 val = i40e_read_rx_ctl(&pf->hw, I40E_PRTQF_FD_INSET(addr, 1)); in i40e_read_fd_input_set() 1088 val += i40e_read_rx_ctl(&pf->hw, I40E_PRTQF_FD_INSET(addr, 0)); in i40e_read_fd_input_set()
|
D | i40e_ethtool.c | 3173 i_set = (u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, in i40e_get_rss_hash_opts() 3175 ((u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(1, in i40e_get_rss_hash_opts() 3618 u64 hena = (u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(0)) | in i40e_set_rss_hash_opt() 3619 ((u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(1)) << 32); in i40e_set_rss_hash_opt() 3705 i_setc = (u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, flow_id)) | in i40e_set_rss_hash_opt() 3706 ((u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(1, flow_id)) << 32); in i40e_set_rss_hash_opt()
|
D | i40e_prototype.h | 445 u32 i40e_read_rx_ctl(struct i40e_hw *hw, u32 reg_addr);
|
D | i40e_common.c | 4343 val = i40e_read_rx_ctl(hw, I40E_PFQF_CTL_0); in i40e_set_filter_control() 5333 u32 i40e_read_rx_ctl(struct i40e_hw *hw, u32 reg_addr) in i40e_read_rx_ctl() function
|
D | i40e_main.c | 12307 seed_dw[i] = i40e_read_rx_ctl(hw, I40E_PFQF_HKEY(i)); in i40e_get_rss_reg() 12390 hena = (u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(0)) | in i40e_pf_config_rss() 12391 ((u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(1)) << 32); in i40e_pf_config_rss() 12398 reg_val = i40e_read_rx_ctl(hw, I40E_PFQF_CTL_0); in i40e_pf_config_rss()
|