Home
last modified time | relevance | path

Searched defs:oce_wq (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_if.h686 struct oce_wq { struct
687 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 …]