Searched defs:hisi_qp (Results 1 – 1 of 1) sorted by relevance
132 struct hisi_qp { struct133 struct hisi_qm *qm;134 uint32_t qp_id;135 uint8_t sq_type;136 uint16_t sq_tail;137 uint16_t cq_head;138 bool cqc_phase;139 bool used;141 void *sqe;142 struct qm_cqe *cqe;[all …]