Searched defs:s_smt_rx_queue (Results 1 – 1 of 1) sorted by relevance
103 struct s_smt_rx_queue { struct104 struct s_smt_fp_rxd volatile *rx_curr_put ; /* next RxD to queue into */105 struct s_smt_fp_rxd volatile *rx_prev_put ; /* shadow put pointer */106 struct s_smt_fp_rxd volatile *rx_curr_get ; /* next RxD to fill */107 u_short rx_free ; /* count of free RxD's */108 u_short rx_used ; /* count of used RxD's */109 HW_PTR rx_bmu_ctl ; /* BMU addr for rx start */110 HW_PTR rx_bmu_dsc ; /* BMU addr for curr dsc. */
Completed in 5 milliseconds