Searched defs:hw_wq_s (Results 1 – 1 of 1) sorted by relevance
1148 struct hw_wq_s { struct1149 ocs_list_link_t link; /*<< must be first */1150 sli4_qtype_e type; /*<< must be second */1151 uint32_t instance;1152 ocs_hw_t *hw;1154 uint32_t entry_count;1155 uint32_t entry_size;1156 hw_cq_t *cq;1157 sli4_queue_t *queue;1158 uint32_t class;[all …]