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

/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_tx.h88 struct sfxge_tx_mapping { struct
188 struct sfxge_tx_mapping *stmp; /* Packets in flight. */
H A Dsfxge_tx.c156 sfxge_next_stmp(struct sfxge_txq *txq, struct sfxge_tx_mapping **pstmp)
168 struct sfxge_tx_mapping **pstmp)
202 struct sfxge_tx_mapping **pstmp)
231 struct sfxge_tx_mapping *stmp;
406 struct sfxge_tx_mapping *stmp;
1293 struct sfxge_tx_mapping *stmp = &txq->stmp[id];
1863 txq->stmp = malloc(sizeof(struct sfxge_tx_mapping) * sc->txq_entries,

Completed in 60 milliseconds