Home
last modified time | relevance | path

Searched refs:TSOH_PER_PAGE (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c998 #define TSOH_PER_PAGE (PAGE_SIZE / TSOH_STD_SIZE) macro
1000 howmany(TSOH_COUNT(_txq_entries), TSOH_PER_PAGE)
1273 unsigned int page_index = (id / 2) / TSOH_PER_PAGE; in tso_start_new_packet()
1274 unsigned int buf_index = (id / 2) % TSOH_PER_PAGE; in tso_start_new_packet()