Lines Matching defs:oce_wq
686 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;
696 uint32_t wqm_used;
697 boolean_t resched;
698 uint32_t wq_free;
699 uint32_t tx_deferd;
700 uint32_t pkt_drops;
701 qstate_t qstate;
702 uint16_t wq_id;
703 struct wq_config cfg;
704 int queue_index;
705 struct oce_tx_queue_stats tx_stats;
706 struct buf_ring *br;
707 struct task txtask;
708 uint32_t db_offset;