Searched refs:tdbah (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_pf.c | 841 u32 msg[4], txdctl, txqctl, tdbal = 0, tdbah = 0; in fm10k_iov_assign_default_mac_vlan_pf() local 896 tdbah = (((u32)0xFF) << 24) | in fm10k_iov_assign_default_mac_vlan_pf() 904 fm10k_write_reg(hw, FM10K_TDBAH(vf_q_idx), tdbah); in fm10k_iov_assign_default_mac_vlan_pf() 933 u32 tdbal = 0, tdbah = 0, txqctl, rxqctl; in fm10k_iov_reset_resources_pf() local 1028 tdbah = (((u32)0xFF) << 24) | in fm10k_iov_reset_resources_pf() 1037 fm10k_write_reg(hw, FM10K_TDBAH(vf_q_idx + i), tdbah); in fm10k_iov_reset_resources_pf()
|