Searched defs:fxp_desc_list (Results 1 – 1 of 1) sorted by relevance
131 struct fxp_desc_list { struct132 struct fxp_rx rx_list[FXP_NRFABUFS];133 struct fxp_tx tx_list[FXP_NTXCB];134 struct fxp_tx mcs_tx;135 struct fxp_rx *rx_head;136 struct fxp_rx *rx_tail;137 struct fxp_tx *tx_first;138 struct fxp_tx *tx_last;139 struct fxp_rfa *rfa_list;140 struct fxp_cb_tx *cbl_list;[all …]