Searched defs:oce_wq (Results 1 – 1 of 1) sorted by relevance
686 struct oce_wq { struct687 OCE_LOCK tx_lock;688 OCE_LOCK tx_compl_lock;689 void *parent;690 oce_ring_buffer_t *ring;691 struct oce_cq *cq;692 bus_dma_tag_t tag;693 struct oce_packet_desc pckts[OCE_WQ_PACKET_ARRAY_SIZE];694 uint32_t pkt_desc_tail;695 uint32_t pkt_desc_head;[all …]