Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_regs.h374 {I40E_VF_ATQLEN(0), 127, 4, 0, 0, "VF_ATQLEN"},
H A Di40e_pf.c1210 tval = I40E_READ_REG(hw, I40E_VF_ATQLEN(vf_id)); in i40e_notify_vf_link_status()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_register.h131 #define I40E_VF_ATQLEN(_VF) (0x00081800 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: EMPR */ macro