Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-stream.c823 int i, num_playback, num_capture, num_total, ret; in hda_dsp_stream_init() local
832 num_total = num_playback + num_capture; in hda_dsp_stream_init()
854 SOF_HDA_DPIB_ENTRY_SIZE * num_total, in hda_dsp_stream_init()
873 for (i = 0; i < num_total; i++) { in hda_dsp_stream_init()
890 SOF_HDA_PPLC_BASE + SOF_HDA_PPLC_MULTI * num_total + in hda_dsp_stream_init()
938 sof_hda->stream_max = num_total; in hda_dsp_stream_init()
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8188e.c1649 u32 num_total; in rtl8188e_power_training_decision() local
1654 num_total = ra->total * pt_penalty[5]; in rtl8188e_power_training_decision()
1658 if (numsc > num_total) in rtl8188e_power_training_decision()
/openbmc/qemu/hw/nvme/
H A Dctrl.c6881 static void nvme_get_virt_res_num(NvmeCtrl *n, uint8_t rt, int *num_total, in nvme_get_virt_res_num() argument
6884 *num_total = le32_to_cpu(rt ? in nvme_get_virt_res_num()
6895 int num_total, num_prim, num_sec; in nvme_assign_virt_res_to_prim() local
6901 nvme_get_virt_res_num(n, rt, &num_total, &num_prim, &num_sec); in nvme_assign_virt_res_to_prim()
6903 if (nr > num_total) { in nvme_assign_virt_res_to_prim()
6907 if (nr > num_total - num_sec) { in nvme_assign_virt_res_to_prim()
6942 int num_total, num_prim, num_sec, num_free, diff, limit; in nvme_assign_virt_res_to_sec() local
6959 nvme_get_virt_res_num(n, rt, &num_total, &num_prim, &num_sec); in nvme_assign_virt_res_to_sec()
6960 num_free = num_total - num_prim - num_sec; in nvme_assign_virt_res_to_sec()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h572 __le16 num_total; member
H A Di40e_main.c15083 u16 num_reported, num_total; in i40e_fetch_switch_configuration() local
15099 num_total = le16_to_cpu(sw_config->header.num_total); in i40e_fetch_switch_configuration()
15104 num_reported, num_total); in i40e_fetch_switch_configuration()