Searched refs:i40e_read_rx_ctl (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e.h | 966 val = i40e_read_rx_ctl(&pf->hw, I40E_PRTQF_FD_INSET(addr, 1)); in i40e_read_fd_input_set() 968 val += i40e_read_rx_ctl(&pf->hw, I40E_PRTQF_FD_INSET(addr, 0)); in i40e_read_fd_input_set()
|
| D | i40e_ethtool.c | 3020 i_set = (u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, in i40e_get_rss_hash_opts() 3022 ((u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(1, in i40e_get_rss_hash_opts() 3398 u64 hena = (u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(0)) | in i40e_set_rss_hash_opt() 3399 ((u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(1)) << 32); in i40e_set_rss_hash_opt() 3481 i_setc = (u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, in i40e_set_rss_hash_opt() 3483 ((u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(1, in i40e_set_rss_hash_opt()
|
| D | i40e_prototype.h | 407 u32 i40e_read_rx_ctl(struct i40e_hw *hw, u32 reg_addr);
|
| D | i40e_common.c | 4274 val = i40e_read_rx_ctl(hw, I40E_PFQF_CTL_0); in i40e_set_filter_control() 5236 u32 i40e_read_rx_ctl(struct i40e_hw *hw, u32 reg_addr) in i40e_read_rx_ctl() function
|
| D | i40e_main.c | 11528 seed_dw[i] = i40e_read_rx_ctl(hw, I40E_PFQF_HKEY(i)); in i40e_get_rss_reg() 11611 hena = (u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(0)) | in i40e_pf_config_rss() 11612 ((u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(1)) << 32); in i40e_pf_config_rss() 11619 reg_val = i40e_read_rx_ctl(hw, I40E_PFQF_CTL_0); in i40e_pf_config_rss()
|