Home
last modified time | relevance | path

Searched refs:is_send (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c128 u8 is_send; member
270 return !(cqe->is_send & 0x80); in is_recv_cqe()
373 struct mthca_qp *qp, int wqe_index, int is_send, in handle_error_cqe() argument
461 mthca_free_err_wqe(dev, qp, is_send, wqe_index, &dbd, &new_wqe); in handle_error_cqe()
488 int is_send; in mthca_poll_one() local
512 is_send = is_error ? cqe->opcode & 0x01 : cqe->is_send & 0x80; in mthca_poll_one()
533 if (is_send) { in mthca_poll_one()
571 handle_error_cqe(dev, cq, *cur_qp, wqe_index, is_send, in mthca_poll_one()
577 if (is_send) { in mthca_poll_one()
H A Dmthca_dev.h531 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
H A Dmthca_qp.c2233 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send, in mthca_free_err_wqe() argument
2242 if (qp->ibqp.srq && !is_send) { in mthca_free_err_wqe()
2247 if (is_send) in mthca_free_err_wqe()
/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c398 int *npolled, bool is_send) in sw_comp() argument
405 wq = (is_send) ? &qp->sq : &qp->rq; in sw_comp()
415 idx = (is_send) ? wq->last_poll : wq->tail; in sw_comp()
421 if (is_send) in sw_comp()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c3954 int is_send; in hns_roce_v2_poll_one() local
3975 is_send = !hr_reg_read(cqe, CQE_S_R); in hns_roce_v2_poll_one()
3976 if (is_send) { in hns_roce_v2_poll_one()