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

/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_tx.h51 #define SFXGE_TSO_MAX_SIZE (65535) macro
57 #define SFXGE_TSO_MAX_SEGS howmany(SFXGE_TSO_MAX_SIZE, 512)
69 (2 + howmany(SFXGE_TSO_MAX_SIZE, MCLBYTES) + 1)
H A Dsfxge.c604 ifp->if_hw_tsomax = SFXGE_TSO_MAX_SIZE;

Completed in 63 milliseconds