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

/freebsd-current/sys/dev/ice/
H A Dice_iflib.h100 * ICE_IFLIB_MAX_DESC_COUNT - Maximum ring size for iflib
107 #define ICE_IFLIB_MAX_DESC_COUNT 4096 macro
H A Dif_ice_iflib.c292 .isc_nrxd_max = {ICE_IFLIB_MAX_DESC_COUNT},
293 .isc_ntxd_max = {ICE_IFLIB_MAX_DESC_COUNT},
3369 .isc_nrxd_max = {ICE_IFLIB_MAX_DESC_COUNT},
3370 .isc_ntxd_max = {ICE_IFLIB_MAX_DESC_COUNT},

Completed in 114 milliseconds