Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c3826 struct be_nic_res_desc *nic_vft) in be_fill_vf_res_template() argument
3842 nic_vft->flags |= BIT(IF_CAPS_FLAGS_VALID_SHIFT); in be_fill_vf_res_template()
3852 nic_vft->cap_flags = cpu_to_le32(vf_if_cap_flags); in be_fill_vf_res_template()
3857 nic_vft->rq_count = cpu_to_le16(num_vf_qs); in be_fill_vf_res_template()
3858 nic_vft->txq_count = cpu_to_le16(num_vf_qs); in be_fill_vf_res_template()
3859 nic_vft->rssq_count = cpu_to_le16(num_vf_qs); in be_fill_vf_res_template()
3860 nic_vft->cq_count = cpu_to_le16(pool_res.max_cq_count / in be_fill_vf_res_template()
3867 nic_vft->unicast_mac_count = cpu_to_le16(pool_res.max_uc_mac / in be_fill_vf_res_template()
3871 nic_vft->vlan_count = cpu_to_le16(pool_res.max_vlans / in be_fill_vf_res_template()
3875 nic_vft->iface_count = cpu_to_le16(pool_res.max_iface_count / in be_fill_vf_res_template()
[all …]