Searched defs:s_smt_rx_queue (Results 1 – 1 of 1) sorted by relevance
107 struct s_smt_rx_queue { struct108 struct s_smt_fp_rxd volatile *rx_curr_put ; /* next RxD to queue into */109 struct s_smt_fp_rxd volatile *rx_prev_put ; /* shadow put pointer */110 struct s_smt_fp_rxd volatile *rx_curr_get ; /* next RxD to fill */111 u_short rx_free ; /* count of free RxD's */112 u_short rx_used ; /* count of used RxD's */113 HW_PTR rx_bmu_ctl ; /* BMU addr for rx start */114 HW_PTR rx_bmu_dsc ; /* BMU addr for curr dsc. */