Searched refs:is_send (Results 1 – 9 of 9) sorted by relevance
/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 | 542 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
|
D | mthca_qp.c | 2231 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send, in mthca_free_err_wqe() argument 2240 if (qp->ibqp.srq && !is_send) { in mthca_free_err_wqe() 2245 if (is_send) in mthca_free_err_wqe()
|
/drivers/infiniband/hw/mlx4/ |
D | cq.c | 613 struct ib_wc *wc, int *npolled, int is_send) in mlx4_ib_qp_sw_comp() argument 619 wq = is_send ? &qp->sq : &qp->rq; in mlx4_ib_qp_sw_comp() 670 int is_send; in mlx4_ib_poll_one() local 693 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK; in mlx4_ib_poll_one() 736 if (is_send) { in mlx4_ib_poll_one() 768 if (is_send) { in mlx4_ib_poll_one()
|
/drivers/cpufreq/ |
D | brcmstb-avs-cpufreq.c | 198 static int __issue_avs_command(struct private_data *priv, int cmd, bool is_send, in __issue_avs_command() argument 229 if (args && is_send) { in __issue_avs_command() 260 if (args && !is_send) { in __issue_avs_command()
|
/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()
|
/drivers/infiniband/hw/mlx5/ |
D | cq.c | 371 int *npolled, int is_send) in sw_comp() argument 378 wq = (is_send) ? &qp->sq : &qp->rq; in sw_comp()
|
/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v1.c | 2192 int is_send; in hns_roce_v1_poll_one() local 2212 is_send = !(roce_get_bit(cqe->cqe_byte_4, CQE_BYTE_4_SQ_RQ_FLAG_S)); in hns_roce_v1_poll_one() 2294 if (is_send) { in hns_roce_v1_poll_one()
|
D | hns_roce_hw_v2.c | 2701 int is_send; in hns_roce_v2_poll_one() local 2718 is_send = !roce_get_bit(cqe->byte_4, V2_CQE_BYTE_4_S_R_S); in hns_roce_v2_poll_one() 2737 if (is_send) { in hns_roce_v2_poll_one() 2831 if (is_send) { in hns_roce_v2_poll_one()
|