Searched refs:is_send (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/infiniband/hw/mthca/ |
D | mthca_cq.c | 128 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()
|
D | mthca_dev.h | 532 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
|
D | mthca_qp.c | 2230 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send, in mthca_free_err_wqe() argument 2239 if (qp->ibqp.srq && !is_send) { in mthca_free_err_wqe() 2244 if (is_send) in mthca_free_err_wqe()
|
/Linux-v5.10/drivers/infiniband/hw/mlx4/ |
D | cq.c | 608 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-v5.10/drivers/staging/gdm724x/ |
D | gdm_usb.c | 641 int is_send = 0; in do_tx() local 663 is_send = 1; in do_tx() 679 is_send = 1; in do_tx() 682 if (!is_send) { in do_tx()
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | cq.c | 389 int *npolled, bool is_send) in sw_comp() argument 396 wq = (is_send) ? &qp->sq : &qp->rq; in sw_comp() 406 idx = (is_send) ? wq->last_poll : wq->tail; in sw_comp() 412 if (is_send) in sw_comp()
|
/Linux-v5.10/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v1.c | 2103 int is_send; in hns_roce_v1_poll_one() local 2123 is_send = !(roce_get_bit(cqe->cqe_byte_4, CQE_BYTE_4_SQ_RQ_FLAG_S)); in hns_roce_v1_poll_one() 2205 if (is_send) { in hns_roce_v1_poll_one()
|
D | hns_roce_hw_v2.c | 3303 int is_send; in hns_roce_v2_poll_one() local 3319 is_send = !roce_get_bit(cqe->byte_4, V2_CQE_BYTE_4_S_R_S); in hns_roce_v2_poll_one() 3338 if (is_send) { in hns_roce_v2_poll_one() 3373 if (is_send) { in hns_roce_v2_poll_one()
|