Searched refs:I40E_PFQF_HENA (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c2932 hena = (u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(0)) |
2933 ((u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(1)) << 32);
2935 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), (u32)hena);
2936 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), (u32)(hena >> 32));
6249 hena = (u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(0)) |
6250 ((u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(1)) << 32);
H A Di40e_register.h2205 #define I40E_PFQF_HENA(_i) (0x00245900 + ((_i) * 128)) /* _i=0...1 */ /* Reset: CORER */ macro

Completed in 207 milliseconds