Searched refs:nic_desc (Results 1 – 1 of 1) sorted by relevance
4600 struct be_nic_res_desc nic_desc; in be_cmd_config_qos() local4607 be_reset_nic_desc(&nic_desc); in be_cmd_config_qos()4608 nic_desc.pf_num = adapter->pf_num; in be_cmd_config_qos()4609 nic_desc.vf_num = domain; in be_cmd_config_qos()4610 nic_desc.bw_min = 0; in be_cmd_config_qos()4612 nic_desc.hdr.desc_type = NIC_RESOURCE_DESC_TYPE_V0; in be_cmd_config_qos()4613 nic_desc.hdr.desc_len = RESOURCE_DESC_SIZE_V0; in be_cmd_config_qos()4614 nic_desc.flags = (1 << QUN_SHIFT) | (1 << IMM_SHIFT) | in be_cmd_config_qos()4616 nic_desc.bw_max = cpu_to_le32(max_rate / 10); in be_cmd_config_qos()4619 nic_desc.hdr.desc_type = NIC_RESOURCE_DESC_TYPE_V1; in be_cmd_config_qos()[all …]