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