Searched refs:is_send (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_cq.c | 128 u8 is_send; member 275 return !(cqe->is_send & 0x80); in is_recv_cqe() 378 struct mthca_qp *qp, int wqe_index, int is_send, in handle_error_cqe() argument 466 mthca_free_err_wqe(dev, qp, is_send, wqe_index, &dbd, &new_wqe); in handle_error_cqe() 493 int is_send; in mthca_poll_one() local 517 is_send = is_error ? cqe->opcode & 0x01 : cqe->is_send & 0x80; in mthca_poll_one() 538 if (is_send) { in mthca_poll_one() 576 handle_error_cqe(dev, cq, *cur_qp, wqe_index, is_send, in mthca_poll_one() 582 if (is_send) { in mthca_poll_one()
|
D | mthca_dev.h | 541 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
|
D | mthca_qp.c | 2239 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send, in mthca_free_err_wqe() argument 2248 if (qp->ibqp.srq && !is_send) { in mthca_free_err_wqe() 2253 if (is_send) in mthca_free_err_wqe()
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | cq.c | 616 struct ib_wc *wc, int *npolled, int is_send) in mlx4_ib_qp_sw_comp() argument 622 wq = is_send ? &qp->sq : &qp->rq; in mlx4_ib_qp_sw_comp() 673 int is_send; in mlx4_ib_poll_one() local 696 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK; in mlx4_ib_poll_one() 739 if (is_send) { in mlx4_ib_poll_one() 771 if (is_send) { in mlx4_ib_poll_one()
|
/Linux-v4.19/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()
|
/Linux-v4.19/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-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v1.c | 2225 int is_send; in hns_roce_v1_poll_one() local 2245 is_send = !(roce_get_bit(cqe->cqe_byte_4, CQE_BYTE_4_SQ_RQ_FLAG_S)); in hns_roce_v1_poll_one() 2327 if (is_send) { in hns_roce_v1_poll_one()
|
D | hns_roce_hw_v2.c | 2051 int is_send; in hns_roce_v2_poll_one() local 2068 is_send = !roce_get_bit(cqe->byte_4, V2_CQE_BYTE_4_S_R_S); in hns_roce_v2_poll_one() 2150 if (is_send) { in hns_roce_v2_poll_one()
|