Home
last modified time | relevance | path

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

/linux-6.15/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
538 dummy_grp_update_req.pcifunc[num_intf] = priv->pcifunc; in otx2_tc_parse_actions()
539 dummy_grp_update_req.channel[num_intf] = priv->hw.tx_chan_base; in otx2_tc_parse_actions()
540 dummy_grp_update_req.dest_type[num_intf] = NIX_RX_RSS; in otx2_tc_parse_actions()
541 dummy_grp_update_req.rq_rss_index[num_intf] = 0; in otx2_tc_parse_actions()
543 num_intf++; in otx2_tc_parse_actions()
554 num_intf); in otx2_tc_parse_actions()
/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c215 return top->num_intf > 1; in _dpu_rm_needs_split_display()
448 num_ctls = top->num_intf; in _dpu_rm_reserve_ctls()
617 if (!top->num_dsc || !top->num_intf) in _dpu_rm_reserve_dsc()
631 if (top->num_dsc > top->num_intf) /* merge mode */ in _dpu_rm_reserve_dsc()
776 topology->num_intf); in dpu_rm_reserve()
H A Ddpu_rm.h60 u32 num_intf; member
H A Ddpu_encoder.c314 int i, num_intf = 0; in dpu_encoder_get_crc_values_cnt() local
323 num_intf++; in dpu_encoder_get_crc_values_cnt()
326 return num_intf; in dpu_encoder_get_crc_values_cnt()
673 topology->num_intf++; in dpu_encoder_update_topology()
686 WARN(topology->num_intf > 2, in dpu_encoder_update_topology()
688 if (topology->num_intf >= 2 || dpu_kms->catalog->dsc_count >= 2) in dpu_encoder_update_topology()
H A Ddpu_crtc.c1321 if (topology.num_intf == 2 && !topology.cwb_enabled) in dpu_crtc_get_topology()