HomeSort by: relevance | last modified time | path
    Searched refs:MAX_LRO_SES (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_lro.c 77 #define LRO_SESSION_IDX_HINT_HASH(hash) (hash & (MAX_LRO_SES - 1))
78 #define LRO_IDX_INC(idx) idx = (idx + 1) & (MAX_LRO_SES - 1)
221 if (l->nactive > MAX_LRO_SES)
224 if (l->nactive == MAX_LRO_SES) {
cxgb_adapter.h 166 #define MAX_LRO_SES 8
182 struct t3_lro_session sess[MAX_LRO_SES];

Completed in 13 milliseconds