Searched refs:RxD1 (Results 1 – 2 of 2) sorted by relevance
561 struct RxD1 { struct601 struct RxD1 rxd[MAX_RXDS_PER_BLOCK_1];
713 size = (size * (sizeof(struct RxD1))); in init_shared_mem()2465 struct RxD1 *rxdp1; in fill_rx_buffers()2532 rxdp1 = (struct RxD1 *)rxdp; in fill_rx_buffers()2533 memset(rxdp, 0, sizeof(struct RxD1)); in fill_rx_buffers()2666 struct RxD1 *rxdp1; in free_rxd_blk()2679 rxdp1 = (struct RxD1 *)rxdp; in free_rxd_blk()2686 memset(rxdp, 0, sizeof(struct RxD1)); in free_rxd_blk()2897 struct RxD1 *rxdp1; in rx_intr_handler()2927 rxdp1 = (struct RxD1 *)rxdp; in rx_intr_handler()6759 struct RxD1 *rxdp1 = (struct RxD1 *)rxdp; in set_rxd_buffer_pointer()