Searched defs:sge_eosw_txq (Results 1 – 1 of 1) sorted by relevance
928 struct sge_eosw_txq { struct929 spinlock_t lock; /* Per queue lock to synchronize completions */930 enum sge_eosw_state state; /* Current ETHOFLD State */931 struct tx_sw_desc *desc; /* Descriptor ring to hold packets */932 u32 ndesc; /* Number of descriptors */933 u32 pidx; /* Current Producer Index */934 u32 last_pidx; /* Last successfully transmitted Producer Index */935 u32 cidx; /* Current Consumer Index */936 u32 last_cidx; /* Last successfully reclaimed Consumer Index */937 u32 flowc_idx; /* Descriptor containing a FLOWC request */[all …]