Searched refs:is_send (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/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 | 531 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
|
D | mthca_qp.c | 2233 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.12.1/drivers/infiniband/hw/mlx4/ |
D | cq.c | 609 struct ib_wc *wc, int *npolled, int is_send) in mlx4_ib_qp_sw_comp() argument 615 wq = is_send ? &qp->sq : &qp->rq; in mlx4_ib_qp_sw_comp() 666 int is_send; in mlx4_ib_poll_one() local 689 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK; in mlx4_ib_poll_one() 732 if (is_send) { in mlx4_ib_poll_one() 764 if (is_send) { in mlx4_ib_poll_one()
|
/linux-6.12.1/drivers/staging/gdm724x/ |
D | gdm_usb.c | 645 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.12.1/drivers/infiniband/hw/mlx5/ |
D | cq.c | 398 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-6.12.1/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v2.c | 3926 int is_send; in hns_roce_v2_poll_one() local 3947 is_send = !hr_reg_read(cqe, CQE_S_R); in hns_roce_v2_poll_one() 3948 if (is_send) { in hns_roce_v2_poll_one()
|