Home
last modified time | relevance | path

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

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