Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/nic/
A Drep.c271 for (rep_id = 0; rep_id < priv->rep_cnt; rep_id++) in rvu_rep_get_repid()
625 for (rep_id = 0; rep_id < priv->rep_cnt; rep_id++) { in rvu_rep_destroy()
638 int rep_cnt = priv->rep_cnt; in rvu_rep_create() local
648 priv->reps = kcalloc(rep_cnt, sizeof(struct rep_dev *), GFP_KERNEL); in rvu_rep_create()
652 for (rep_id = 0; rep_id < rep_cnt; rep_id++) { in rvu_rep_create()
745 priv->hw.tx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()
746 priv->hw.rx_queues = rsp->rep_cnt; in rvu_get_rep_cnt()
747 priv->rep_cnt = rsp->rep_cnt; in rvu_get_rep_cnt()
748 for (rep = 0; rep < priv->rep_cnt; rep++) in rvu_get_rep_cnt()
A Dotx2_common.h554 int rep_cnt; member
/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_rep.c188 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()
A Drvu.h651 int rep_cnt; member
A Dmbox.h1591 u16 rep_cnt; member

Completed in 32 milliseconds