Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/mthca/
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()
Dmthca_dev.h531 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
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-6.1.9/drivers/infiniband/hw/mlx4/
Dcq.c608 struct ib_wc *wc, int *npolled, int is_send) in mlx4_ib_qp_sw_comp() argument
614 wq = is_send ? &qp->sq : &qp->rq; in mlx4_ib_qp_sw_comp()
665 int is_send; in mlx4_ib_poll_one() local
688 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK; in mlx4_ib_poll_one()
731 if (is_send) { in mlx4_ib_poll_one()
763 if (is_send) { in mlx4_ib_poll_one()
/linux-6.1.9/drivers/staging/gdm724x/
Dgdm_usb.c645 int is_send = 0; in do_tx() local
667 is_send = 1; in do_tx()
683 is_send = 1; in do_tx()
686 if (!is_send) { in do_tx()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dcq.c392 int *npolled, bool is_send) in sw_comp() argument
399 wq = (is_send) ? &qp->sq : &qp->rq; in sw_comp()
409 idx = (is_send) ? wq->last_poll : wq->tail; in sw_comp()
415 if (is_send) in sw_comp()
/linux-6.1.9/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c4050 int is_send; in hns_roce_v2_poll_one() local
4071 is_send = !hr_reg_read(cqe, CQE_S_R); in hns_roce_v2_poll_one()
4072 if (is_send) { in hns_roce_v2_poll_one()