Searched refs:rep_cnt (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | rep.c | 271 for (rep_id = 0; rep_id < priv->rep_cnt; rep_id++) in rvu_rep_get_repid() 636 for (rep_id = 0; rep_id < priv->rep_cnt; rep_id++) { in rvu_rep_destroy() 649 int rep_cnt = priv->rep_cnt; in rvu_rep_create() local 659 priv->reps = kzalloc_objs(struct rep_dev *, rep_cnt); in rvu_rep_create() 663 for (rep_id = 0; rep_id < rep_cnt; rep_id++) { in rvu_rep_create() 756 priv->hw.tx_queues = rsp->rep_cnt; in rvu_get_rep_cnt() 757 priv->hw.rx_queues = rsp->rep_cnt; in rvu_get_rep_cnt() 758 priv->rep_cnt = rsp->rep_cnt; in rvu_get_rep_cnt() 759 for (rep = 0; rep < priv->rep_cnt; rep++) in rvu_get_rep_cnt()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_rep.c | 188 for (id = 0; id < rvu->rep_cnt; id++) in rvu_rep_get_vlan_id() 445 rsp->rep_cnt = rvu->cgx_mapped_pfs + rvu->cgx_mapped_vfs; in rvu_mbox_handler_get_rep_cnt() 446 rvu->rep_cnt = rsp->rep_cnt; in rvu_mbox_handler_get_rep_cnt() 448 rvu->rep2pfvf_map = devm_kzalloc(rvu->dev, rvu->rep_cnt * in rvu_mbox_handler_get_rep_cnt()
|
| /linux/arch/x86/kvm/ |
| H A D | trace.h | 84 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,
|