Searched refs:op_count (Results 1 – 2 of 2) sorted by relevance
551 rm->data.op_count = ib_dma_map_sg(dev, in rds_ib_xmit()556 if (rm->data.op_count == 0) { in rds_ib_xmit()563 rm->data.op_count = 0; in rds_ib_xmit()877 op->op_count = in rds_ib_xmit_rdma()883 op->op_count); in rds_ib_xmit_rdma()884 if (op->op_count == 0) { in rds_ib_xmit_rdma()892 op->op_count = op->op_nents; in rds_ib_xmit_rdma()900 i = DIV_ROUND_UP(op->op_count, max_sge); in rds_ib_xmit_rdma()915 num_sge = op->op_count; in rds_ib_xmit_rdma()943 scat != &op->op_sg[op->op_count]; j++) { in rds_ib_xmit_rdma()[all …]
467 unsigned int op_count; member479 unsigned int op_count; member
Completed in 44 milliseconds