Searched refs:is_send (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c128 u8 is_send; member in struct:mthca_cqe
280 return !(cqe->is_send & 0x80);
383 struct mthca_qp *qp, int wqe_index, int is_send,
471 mthca_free_err_wqe(dev, qp, is_send, wqe_index, &dbd, &new_wqe);
498 int is_send; local
521 is_send = is_error ? cqe->opcode & 0x01 : cqe->is_send & 0x80;
542 if (is_send) {
580 handle_error_cqe(dev, cq, *cur_qp, wqe_index, is_send,
586 if (is_send) {
382 handle_error_cqe(struct mthca_dev *dev, struct mthca_cq *cq, struct mthca_qp *qp, int wqe_index, int is_send, struct mthca_err_cqe *cqe, struct ib_wc *entry, int *free_cqe) argument
[all...]
H A Dmthca_dev.h543 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
H A Dmthca_qp.c2277 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send, argument
2286 if (qp->ibqp.srq && !is_send) {
2291 if (is_send)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dcq.c314 int is_send; local
330 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK;
354 if (is_send) {
378 if (is_send) {

Completed in 118 milliseconds