Home
last modified time | relevance | path

Searched refs:OCTEP_MAX_VF (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_main.h35 #define OCTEP_MAX_VF 64 macro
290 struct octep_mbox *mbox[OCTEP_MAX_VF];
292 struct octep_pfvf_info vf_info[OCTEP_MAX_VF];
Doctep_main.c1340 for (i = 0; i < OCTEP_MAX_VF; i++) { in octep_device_cleanup()