mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
sfxge(4): cleanup: remove unused txq_index TxQ control structure member
Sponsored by: Solarflare Communications, Inc. MFC after: 2 days
This commit is contained in:
parent
5e6a76be8a
commit
5c4dffdfb7
2 changed files with 0 additions and 2 deletions
|
|
@ -1838,7 +1838,6 @@ sfxge_tx_qinit(struct sfxge_softc *sc, unsigned int txq_index,
|
|||
|
||||
txq->type = type;
|
||||
txq->evq_index = evq_index;
|
||||
txq->txq_index = txq_index;
|
||||
txq->init_state = SFXGE_TXQ_INITIALIZED;
|
||||
txq->hw_vlan_tci = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -172,7 +172,6 @@ struct sfxge_txq {
|
|||
enum sfxge_flush_state flush_state;
|
||||
unsigned int tso_fw_assisted;
|
||||
enum sfxge_txq_type type;
|
||||
unsigned int txq_index;
|
||||
unsigned int evq_index;
|
||||
efsys_mem_t mem;
|
||||
unsigned int buf_base_id;
|
||||
|
|
|
|||
Loading…
Reference in a new issue