Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c366 u8 num_intf) in otx2_tc_update_mcast() argument
407 ureq->num_mce_entry = num_intf; in otx2_tc_update_mcast()
449 u8 num_intf = 1; in otx2_tc_parse_actions() local
539 dummy_grp_update_req.pcifunc[num_intf] = priv->pcifunc; in otx2_tc_parse_actions()
540 dummy_grp_update_req.channel[num_intf] = priv->hw.tx_chan_base; in otx2_tc_parse_actions()
541 dummy_grp_update_req.dest_type[num_intf] = NIX_RX_RSS; in otx2_tc_parse_actions()
542 dummy_grp_update_req.rq_rss_index[num_intf] = 0; in otx2_tc_parse_actions()
544 num_intf++; in otx2_tc_parse_actions()
555 num_intf); in otx2_tc_parse_actions()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c217 return top->num_intf > 1; in _dpu_rm_needs_split_display()
448 num_ctls = top->num_intf; in _dpu_rm_reserve_ctls()
622 if (!top->num_dsc || !top->num_intf) in _dpu_rm_reserve_dsc()
636 if (top->num_dsc > top->num_intf) /* merge mode */ in _dpu_rm_reserve_dsc()
781 topology->num_intf); in dpu_rm_reserve()
H A Ddpu_encoder.c315 int i, num_intf = 0; in dpu_encoder_get_crc_values_cnt() local
324 num_intf++; in dpu_encoder_get_crc_values_cnt()
327 return num_intf; in dpu_encoder_get_crc_values_cnt()
674 topology->num_intf++; in dpu_encoder_update_topology()
687 WARN(topology->num_intf > 2, in dpu_encoder_update_topology()
689 if (topology->num_intf >= 2 || dpu_kms->catalog->dsc_count >= 2) in dpu_encoder_update_topology()
H A Ddpu_crtc.c1360 if (topology.num_intf == 2 && !topology.cwb_enabled) in dpu_crtc_get_topology()
/linux/sound/usb/qcom/
H A Dqc_audio_offload.c128 int num_intf; member
252 for (i = 0; i < uadev[card_num].num_intf; i++) { in info_idx_from_ifnum()
713 for (if_idx = 0; if_idx < dev->num_intf; if_idx++) { in uaudio_dev_cleanup()
722 dev->num_intf = 0; in uaudio_dev_cleanup()
765 for (if_idx = 0; if_idx < uadev[idx].num_intf; if_idx++) { in qmi_stop_session()
830 for (if_idx = 0; if_idx < dev->num_intf; if_idx++) { in uaudio_sideband_notifier()
1433 uadev[card_num].num_intf = in prepare_qmi_response()
1435 uadev[card_num].info = kcalloc(uadev[card_num].num_intf, in prepare_qmi_response()