Searched refs:RxD1 (Results 1 – 2 of 2) sorted by relevance
560 struct RxD1 { struct600 struct RxD1 rxd[MAX_RXDS_PER_BLOCK_1];
728 size = (size * (sizeof(struct RxD1))); in init_shared_mem()2471 struct RxD1 *rxdp1; in fill_rx_buffers()2542 rxdp1 = (struct RxD1 *)rxdp; in fill_rx_buffers()2543 memset(rxdp, 0, sizeof(struct RxD1)); in fill_rx_buffers()2679 struct RxD1 *rxdp1; in free_rxd_blk()2692 rxdp1 = (struct RxD1 *)rxdp; in free_rxd_blk()2699 memset(rxdp, 0, sizeof(struct RxD1)); in free_rxd_blk()2912 struct RxD1 *rxdp1; in rx_intr_handler()2939 rxdp1 = (struct RxD1 *)rxdp; in rx_intr_handler()6811 struct RxD1 *rxdp1 = (struct RxD1 *)rxdp; in set_rxd_buffer_pointer()