Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.c269 for (rep_id = 0; rep_id < priv->rep_cnt; rep_id++) in rvu_rep_get_repid()
623 for (rep_id = 0; rep_id < priv->rep_cnt; rep_id++) { in rvu_rep_destroy()
636 int rep_cnt = priv->rep_cnt; in rvu_rep_create() local
646 priv->reps = kcalloc(rep_cnt, sizeof(struct rep_dev *), GFP_KERNEL); in rvu_rep_create()
650 for (rep_id = 0; rep_id < rep_cnt; rep_id++) { in rvu_rep_create()
742 priv->hw.tx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()
743 priv->hw.rx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()
744 priv->rep_cnt = rsp->rep_cnt; in rvu_get_rep_cnt()
745 for (rep = 0; rep < priv->rep_cnt; rep++) in rvu_get_rep_cnt()
/linux/arch/x86/kvm/
H A Dhyperv.c1865 u16 rep_cnt; member
1929 return kvm_hv_get_hc_data(kvm, hc, hc->rep_cnt, hc->rep_cnt, entries); in kvm_hv_get_tlb_flush_entries()
2123 hc->rep_cnt > ARRAY_SIZE(__tlb_flush_entries)) { in kvm_hv_flush_tlb()
2139 tlb_flush_entries, hc->rep_cnt); in kvm_hv_flush_tlb()
2152 tlb_flush_entries, hc->rep_cnt); in kvm_hv_flush_tlb()
2185 tlb_flush_entries, hc->rep_cnt); in kvm_hv_flush_tlb()
2194 ((u64)hc->rep_cnt << HV_HYPERCALL_REP_COMP_OFFSET); in kvm_hv_flush_tlb()
2554 hc.rep_cnt = (hc.param >> HV_HYPERCALL_REP_COMP_OFFSET) & 0xfff; in kvm_hv_hypercall()
2556 hc.rep = !!(hc.rep_cnt || hc.rep_idx); in kvm_hv_hypercall()
2558 trace_kvm_hv_hypercall(hc.code, hc.fast, hc.var_cnt, hc.rep_cnt, in kvm_hv_hypercall()
[all …]
H A Dtrace.h70 TP_PROTO(__u16 code, bool fast, __u16 var_cnt, __u16 rep_cnt,
72 TP_ARGS(code, fast, var_cnt, rep_cnt, rep_idx, ingpa, outgpa),
75 __field( __u16, rep_cnt )
85 __entry->rep_cnt = rep_cnt;
96 __entry->var_cnt, __entry->rep_cnt, __entry->rep_idx,
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h604 int rep_cnt; member
H A Dmbox.h1569 u16 rep_cnt; member