Searched refs:VNIC_MAX_FLOW_COUNTERS (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/enic/
H A Dvnic_dev.c18 #define VNIC_MAX_FLOW_COUNTERS 2048 macro
526 if (num_counters > VNIC_MAX_FLOW_COUNTERS)
912 * Initialize for up to VNIC_MAX_FLOW_COUNTERS
923 iflib_dma_alloc(softc->ctx, sizeof(struct vnic_counter_counts) * VNIC_MAX_FLOW_COUNTERS, &vdev->flow_counters_res, 0);

Completed in 123 milliseconds