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

/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_tx.h88 struct sfxge_tx_mapping { struct
186 struct sfxge_tx_mapping *stmp; /* Packets in flight. */
H A Dsfxge_tx.c153 sfxge_next_stmp(struct sfxge_txq *txq, struct sfxge_tx_mapping **pstmp)
165 struct sfxge_tx_mapping **pstmp)
199 struct sfxge_tx_mapping **pstmp)
228 struct sfxge_tx_mapping *stmp;
403 struct sfxge_tx_mapping *stmp;
1287 struct sfxge_tx_mapping *stmp = &txq->stmp[id];
1856 txq->stmp = malloc(sizeof(struct sfxge_tx_mapping) * sc->txq_entries,

Completed in 60 milliseconds