Searched refs:tdbal (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_pf.c | 832 u32 msg[4], txdctl, txqctl, tdbal = 0, tdbah = 0; in fm10k_iov_assign_default_mac_vlan_pf() local 909 tdbal = (((u32)vf_info->mac[3]) << 24) | in fm10k_iov_assign_default_mac_vlan_pf() 920 fm10k_write_reg(hw, FM10K_TDBAL(vf_q_idx), tdbal); in fm10k_iov_assign_default_mac_vlan_pf() 947 u32 tdbal = 0, tdbah = 0, txqctl, rxqctl; in fm10k_iov_reset_resources_pf() local 1039 tdbal = (((u32)vf_info->mac[3]) << 24) | in fm10k_iov_reset_resources_pf() 1050 fm10k_write_reg(hw, FM10K_TDBAL(vf_q_idx + i), tdbal); in fm10k_iov_reset_resources_pf()
|