Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sfxge/
HDsfxge_tx.c709 for (i = 0; i < sc->txq_count; i++) in sfxge_if_qflush()
1485 index = sc->txq_count; in sfxge_tx_stop()
1503 for (index = 0; index < sc->txq_count; index++) { in sfxge_tx_start()
1771 for (index = 0; index < sc->txq_count; index++) in sfxge_tx_stat_handler()
1805 for (index = 0; index < sc->txq_count; index++) { in sfxge_tx_get_drops()
1825 index = sc->txq_count; in sfxge_tx_fini()
1829 sc->txq_count = 0; in sfxge_tx_fini()
1846 sc->txq_count = SFXGE_TXQ_NTYPES - 1 + sc->intr.n_alloc; in sfxge_tx_init()
1873 index < sc->txq_count - SFXGE_TXQ_NTYPES + 1; in sfxge_tx_init()
1895 sc->txq_count = 0; in sfxge_tx_init()
HDsfxge.h281 unsigned int txq_count; member
/NextBSD/sys/dev/oce/
HDoce_mbox.c2105 sc->nwqs = HOST_16(nic_desc->txq_count); in oce_get_profile_config()
2205 sc->nwqs = HOST_32(nic_desc->txq_count); in oce_get_func_config()
HDoce_hw.h2099 uint16_t txq_count; member