Searched defs:hw_wq (Results 1 – 2 of 2) sorted by relevance
405 struct hw_wq *hw_wq[EFCT_HW_MAX_NUM_WQ]; member511 struct hw_wq { struct512 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;[all …]
227 wait_queue_head_t hw_wq; member