Home
last modified time | relevance | path

Searched defs:s_smt_tx_queue (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/skfp/h/
Dfplustm.h142 struct s_smt_tx_queue { struct
143 struct s_smt_fp_txd volatile *tx_curr_put ; /* next free TxD */
144 struct s_smt_fp_txd volatile *tx_prev_put ; /* shadow put pointer */
145 struct s_smt_fp_txd volatile *tx_curr_get ; /* next TxD to release*/
146 u_short tx_free ; /* count of free TxD's */
147 u_short tx_used ; /* count of used TxD's */
148 HW_PTR tx_bmu_ctl ; /* BMU addr for tx start */
149 HW_PTR tx_bmu_dsc ; /* BMU addr for curr dsc. */