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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h213 #define BXE_MAX_SEGMENTS 12 /* 13-1 for parsing buffer */ macro
H A Dbxe.c5235 if (__predict_false(nsegs > BXE_MAX_SEGMENTS)) {
5282 if (__predict_false(nsegs > BXE_MAX_SEGMENTS)) {
14989 max_size = (MCLBYTES * BXE_MAX_SEGMENTS);
14990 max_segments = BXE_MAX_SEGMENTS;

Completed in 113 milliseconds