Searched refs:tdbah (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_pf.c | 868 u32 msg[4], txdctl, txqctl, tdbal = 0, tdbah = 0; in fm10k_iov_assign_default_mac_vlan_pf() local 949 tdbah = (((u32)0xFF) << 24) | in fm10k_iov_assign_default_mac_vlan_pf() 957 FM10K_WRITE_REG(hw, FM10K_TDBAH(vf_q_idx), tdbah); in fm10k_iov_assign_default_mac_vlan_pf() 983 u32 tdbal = 0, tdbah = 0, txqctl, rxqctl; in fm10k_iov_reset_resources_pf() local 1078 tdbah = (((u32)0xFF) << 24) | in fm10k_iov_reset_resources_pf() 1087 FM10K_WRITE_REG(hw, FM10K_TDBAH(vf_q_idx + i), tdbah); in fm10k_iov_reset_resources_pf()
|