Lines Matching refs:prod
305 union smc_host_cursor *prod, in smc_tx_advance_cursors() argument
309 smc_curs_add(conn->peer_rmbe_size, prod, len); in smc_tx_advance_cursors()
419 union smc_host_cursor sent, prep, prod, cons; in smc_tx_rdma_writes() local
441 smc_curs_copy(&prod, &conn->local_tx_ctrl.prod, conn); in smc_tx_rdma_writes()
451 dst_off = prod.count; in smc_tx_rdma_writes()
452 if (prod.wrap == cons.wrap) { in smc_tx_rdma_writes()
459 conn->peer_rmbe_size - prod.count, len); in smc_tx_rdma_writes()
487 smc_tx_advance_cursors(conn, &prod, &sent, len); in smc_tx_rdma_writes()
489 smc_curs_copy(&conn->local_tx_ctrl.prod, &prod, conn); in smc_tx_rdma_writes()
623 union smc_host_cursor cfed, cons, prod; in smc_tx_consumer_update() local
631 smc_curs_copy(&prod, &conn->local_rx_ctrl.prod, conn); in smc_tx_consumer_update()
634 &cfed, &prod); in smc_tx_consumer_update()