Lines Matching defs:hw_eq_s
1098 struct hw_eq_s { struct
1099 ocs_list_link_t link; /**< must be first */
1100 sli4_qtype_e type; /**< must be second */
1101 uint32_t instance;
1102 uint32_t entry_count;
1103 uint32_t entry_size;
1104 ocs_hw_t *hw;
1105 sli4_queue_t *queue;
1106 ocs_list_t cq_list;
1108 uint32_t use_count;
1110 ocs_varray_t *wq_array; /*<< array of WQs */