Home
last modified time | relevance | path

Searched refs:RxD1 (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/neterion/
Ds2io.h560 struct RxD1 { struct
600 struct RxD1 rxd[MAX_RXDS_PER_BLOCK_1];
Ds2io.c728 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()