Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c1005 unsigned int tsoh_page_count = TSOH_PAGE_COUNT(sc->txq_entries); in tso_init() local
1009 txq->tsoh_buffer = malloc(tsoh_page_count * sizeof(txq->tsoh_buffer[0]), in tso_init()
1012 for (i = 0; i < tsoh_page_count; i++) { in tso_init()