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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c128 u8 is_send; member in struct:mthca_cqe
275 return !(cqe->is_send & 0x80);
378 struct mthca_qp *qp, int wqe_index, int is_send,
466 mthca_free_err_wqe(dev, qp, is_send, wqe_index, &dbd, &new_wqe);
493 int is_send; local
517 is_send = is_error ? cqe->opcode & 0x01 : cqe->is_send & 0x80;
538 if (is_send) {
576 handle_error_cqe(dev, cq, *cur_qp, wqe_index, is_send,
582 if (is_send) {
377 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.h541 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
H A Dmthca_qp.c2232 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send, argument
2241 if (qp->ibqp.srq && !is_send) {
2246 if (is_send)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dcq.c548 int is_send; local
566 is_send = cqe->owner_sr_opcode & MLX4_CQE_IS_SEND_MASK;
571 is_send)) {
612 if (is_send) {
638 if (is_send) {

Completed in 126 milliseconds