Home
last modified time | relevance | path

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

/linux/drivers/scsi/elx/efct/
H A Defct_hw.h405 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;
[all …]
/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.h227 wait_queue_head_t hw_wq; member