Searched refs:nic_desc (Results 1 – 1 of 1) sorted by relevance
3792 struct be_nic_res_desc nic_desc; in be_cmd_config_qos() local3799 be_reset_nic_desc(&nic_desc); in be_cmd_config_qos()3800 nic_desc.pf_num = adapter->pf_number; in be_cmd_config_qos()3801 nic_desc.vf_num = domain; in be_cmd_config_qos()3802 nic_desc.bw_min = 0; in be_cmd_config_qos()3804 nic_desc.hdr.desc_type = NIC_RESOURCE_DESC_TYPE_V0; in be_cmd_config_qos()3805 nic_desc.hdr.desc_len = RESOURCE_DESC_SIZE_V0; in be_cmd_config_qos()3806 nic_desc.flags = (1 << QUN_SHIFT) | (1 << IMM_SHIFT) | in be_cmd_config_qos()3808 nic_desc.bw_max = cpu_to_le32(max_rate / 10); in be_cmd_config_qos()3811 nic_desc.hdr.desc_type = NIC_RESOURCE_DESC_TYPE_V1; in be_cmd_config_qos()[all …]