Lines Matching refs:sq
57 #define HINIC_MIN_TX_NUM_WQEBBS(sq) \ argument
58 (HINIC_MIN_TX_WQE_SIZE((sq)->wq) / (sq)->wq->wqebb_size)
122 struct hinic_sq sq; member
133 struct hinic_sq *sq, u16 global_qid);
138 int hinic_init_sq(struct hinic_sq *sq, struct hinic_hwif *hwif,
142 void hinic_clean_sq(struct hinic_sq *sq);
149 int hinic_get_sq_free_wqebbs(struct hinic_sq *sq);
178 void hinic_sq_prepare_wqe(struct hinic_sq *sq, u16 prod_idx,
182 void hinic_sq_write_db(struct hinic_sq *sq, u16 prod_idx, unsigned int wqe_size,
185 struct hinic_sq_wqe *hinic_sq_get_wqe(struct hinic_sq *sq,
188 void hinic_sq_return_wqe(struct hinic_sq *sq, unsigned int wqe_size);
190 void hinic_sq_write_wqe(struct hinic_sq *sq, u16 prod_idx,
194 struct hinic_sq_wqe *hinic_sq_read_wqe(struct hinic_sq *sq,
198 struct hinic_sq_wqe *hinic_sq_read_wqebb(struct hinic_sq *sq,
202 void hinic_sq_put_wqe(struct hinic_sq *sq, unsigned int wqe_size);