Searched defs:sge_eosw_txq (Results 1 – 1 of 1) sorted by relevance
928 struct sge_eosw_txq { struct932 u32 ndesc; /* Number of descriptors */933 u32 pidx; /* Current Producer Index */935 u32 cidx; /* Current Consumer Index */938 u32 inuse; /* Number of packets held in ring */940 u32 cred; /* Current available credits */941 u32 ncompl; /* # of completions posted */944 u32 eotid; /* Index into EOTID table in software */945 u32 hwtid; /* Hardware EOTID index */947 u32 hwqid; /* Underlying hardware queue index */[all …]
Completed in 24 milliseconds