Home | History | Annotate | Download | only in infiniband

Lines Matching defs:is_send

1434 	int is_send;
1441 is_send = MLX_GET ( &cqe->normal, s_r );
1445 is_send = ( opcode == HERMON_OPCODE_SEND_ERROR );
1454 wq = ib_find_wq ( cq, qpn, is_send );
1457 hermon, cq->cqn, ( is_send ? "send" : "recv" ), qpn );
1474 if ( is_send ) {