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

/freebsd-12-stable/sys/dev/ixl/
H A Dixl_pf_iov.c1390 i40e_write_rx_ctl(hw, I40E_VFQF_HENA1(0, vf->vf_num), (u32)hena->hena);
1391 i40e_write_rx_ctl(hw, I40E_VFQF_HENA1(1, vf->vf_num), (u32)(hena->hena >> 32));
H A Di40e_register.h2272 #define I40E_VFQF_HENA1(_i, _VF) (0x00230800 + ((_i) * 1024 + (_VF) * 4)) /* _i=0...1, _VF=0...127 */ /* Reset: CORER */ macro

Completed in 78 milliseconds