Home
last modified time | relevance | path

Searched refs:rep_cnt (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.c271 for (rep_id = 0; rep_id < priv->rep_cnt; rep_id++) in rvu_rep_get_repid()
637 for (rep_id = 0; rep_id < priv->rep_cnt; rep_id++) { in rvu_rep_destroy()
650 int rep_cnt = priv->rep_cnt; in rvu_rep_create() local
660 priv->reps = kzalloc_objs(struct rep_dev *, rep_cnt); in rvu_rep_create()
664 for (rep_id = 0; rep_id < rep_cnt; rep_id++) { in rvu_rep_create()
757 priv->hw.tx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()
758 priv->hw.rx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()
759 priv->rep_cnt = rsp->rep_cnt; in rvu_get_rep_cnt()
760 for (rep = 0; rep < priv->rep_cnt; rep++) in rvu_get_rep_cnt()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c196 for (id = 0; id < rvu->rep_cnt; id++) in rvu_rep_get_vlan_id()
453 rsp->rep_cnt = rvu->cgx_mapped_pfs + rvu->cgx_mapped_vfs; in rvu_mbox_handler_get_rep_cnt()
454 rvu->rep_cnt = rsp->rep_cnt; in rvu_mbox_handler_get_rep_cnt()
456 rvu->rep2pfvf_map = devm_kzalloc(rvu->dev, rvu->rep_cnt * in rvu_mbox_handler_get_rep_cnt()
H A Drvu.h670 int rep_cnt; member
H A Dmbox.h1782 u16 rep_cnt; member
/linux/arch/x86/kvm/
H A Dhyperv.c1871 u16 rep_cnt; member
1935 return kvm_hv_get_hc_data(kvm, hc, hc->rep_cnt, hc->rep_cnt, entries); in kvm_hv_get_tlb_flush_entries()
2136 hc->rep_cnt > ARRAY_SIZE(__tlb_flush_entries)) { in kvm_hv_flush_tlb()
2152 tlb_flush_entries, hc->rep_cnt); in kvm_hv_flush_tlb()
2165 tlb_flush_entries, hc->rep_cnt); in kvm_hv_flush_tlb()
2198 tlb_flush_entries, hc->rep_cnt); in kvm_hv_flush_tlb()
2207 ((u64)hc->rep_cnt << HV_HYPERCALL_REP_COMP_OFFSET); in kvm_hv_flush_tlb()
2567 hc.rep_cnt = (hc.param >> HV_HYPERCALL_REP_COMP_OFFSET) & 0xfff; in kvm_hv_hypercall()
2569 hc.rep = !!(hc.rep_cnt || hc.rep_idx); in kvm_hv_hypercall()
2571 trace_kvm_hv_hypercall(hc.code, hc.fast, hc.var_cnt, hc.rep_cnt, in kvm_hv_hypercall()
[all …]
H A Dtrace.h84 TP_PROTO(__u16 code, bool fast, __u16 var_cnt, __u16 rep_cnt,
86 TP_ARGS(code, fast, var_cnt, rep_cnt, rep_idx, ingpa, outgpa),
89 __field( __u16, rep_cnt )
99 __entry->rep_cnt = rep_cnt;
110 __entry->var_cnt, __entry->rep_cnt, __entry->rep_idx,