Reported-by: Ralph Giles <giles@thaumas.net>
Tested-by: Ralph Giles <giles@thaumas.net>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
struct hermon *hermon = ib_get_drvdata ( ibdev );
struct ib_work_queue *wq;
struct ib_queue_pair *qp;
- struct hermon_queue_pair *hermon_qp;
struct io_buffer *iobuf;
struct ib_address_vector recv_av;
struct ib_global_route_header *grh;
return -EIO;
}
qp = wq->qp;
- hermon_qp = ib_qp_get_drvdata ( qp );
/* Identify work queue entry */
wqe_idx = MLX_GET ( &cqe->normal, wqe_counter );