Home
last modified time | relevance | path

Searched refs:i40e_write_rx_ctl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c2371 i40e_write_rx_ctl(hw, I40E_PFQF_HKEY(i), seed[i]); in i40e_config_rss_key()
2488 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), (uint32_t)hena); in i40e_config_rss()
2489 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), (uint32_t)(hena >> 32)); in i40e_config_rss()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h575 void i40e_write_rx_ctl(struct i40e_hw *hw, u32 reg_addr, u32 reg_val);
H A Di40e_common.c5558 i40e_write_rx_ctl(hw, I40E_PFQF_CTL_0, val); in i40e_set_filter_control()
7249 void i40e_write_rx_ctl(struct i40e_hw *hw, u32 reg_addr, u32 reg_val) in i40e_write_rx_ctl() function