Searched defs:al_eth_ring (Results 1 – 1 of 1) sorted by relevance
104 struct al_eth_ring { struct105 device_t dev;106 struct al_eth_adapter *adapter;108 struct al_eth_pkt hal_pkt;110 struct al_udma_q *dma_q;111 uint32_t ring_id;112 uint16_t next_to_use;113 uint16_t next_to_clean;115 uint32_t *unmask_reg_offset;120 uint32_t unmask_val;[all …]