ocrdma_sge
sizeof(struct ocrdma_sge));
struct ocrdma_sge *sge, int num_sge,
struct ocrdma_sge *sge,
wqe_size += sizeof(struct ocrdma_sge);
wqe_size += (wr->num_sge * sizeof(struct ocrdma_sge));
wqe_size += sizeof(struct ocrdma_sge);
struct ocrdma_sge *sge;
sge = (struct ocrdma_sge *)(hdr + 2);
sge = (struct ocrdma_sge *)(hdr + 1);
struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1);
struct ocrdma_sge *sge = ext_rw + 1;
struct ocrdma_sge *ext_rw = (struct ocrdma_sge *)(hdr + 1);
struct ocrdma_sge *sge = ext_rw + 1;
u32 wqe_size = ((wr->num_sge + 1) * sizeof(struct ocrdma_sge)) +
sizeof(struct ocrdma_sge)) /
struct ocrdma_sge *sge;
sge = (struct ocrdma_sge *)(rqe + 1);
struct ocrdma_sge *rw;
rw = (struct ocrdma_sge *)(hdr + 1);