Lines Matching defs:hw_wq
405 struct hw_wq *hw_wq[EFCT_HW_MAX_NUM_WQ]; member
511 struct hw_wq { struct
512 struct list_head list_entry;
513 enum sli4_qtype type;
514 u32 instance;
515 struct efct_hw *hw;
517 u32 entry_count;
518 u32 entry_size;
519 struct hw_cq *cq;
520 struct sli4_queue *queue;
521 u32 class;
524 u32 wqec_set_count;
525 u32 wqec_count;
526 u32 free_count;
527 u32 total_submit_count;
528 struct list_head pending_list;
531 struct efct_hw_io *send_frame_io;
534 u32 use_count;
535 u32 wq_pending_count;