Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c3912 struct be_nic_res_desc *nic_vft) in be_fill_vf_res_template() argument
3928 nic_vft->flags |= BIT(IF_CAPS_FLAGS_VALID_SHIFT); in be_fill_vf_res_template()
3942 nic_vft->flags |= BIT(IF_CAPS_FLAGS_VALID_SHIFT); in be_fill_vf_res_template()
3946 nic_vft->cap_flags = cpu_to_le32(vf_if_cap_flags); in be_fill_vf_res_template()
3947 nic_vft->rq_count = cpu_to_le16(num_vf_qs); in be_fill_vf_res_template()
3948 nic_vft->txq_count = cpu_to_le16(num_vf_qs); in be_fill_vf_res_template()
3949 nic_vft->rssq_count = cpu_to_le16(num_vf_qs); in be_fill_vf_res_template()
3950 nic_vft->cq_count = cpu_to_le16(pool_res.max_cq_count / in be_fill_vf_res_template()
3957 nic_vft->unicast_mac_count = cpu_to_le16(pool_res.max_uc_mac / in be_fill_vf_res_template()
3961 nic_vft->vlan_count = cpu_to_le16(pool_res.max_vlans / in be_fill_vf_res_template()
[all …]