Lines Matching refs:prod
308 union smc_host_cursor *prod, in smc_tx_advance_cursors() argument
312 smc_curs_add(conn->peer_rmbe_size, prod, len); in smc_tx_advance_cursors()
422 union smc_host_cursor sent, prep, prod, cons; in smc_tx_rdma_writes() local
444 smc_curs_copy(&prod, &conn->local_tx_ctrl.prod, conn); in smc_tx_rdma_writes()
454 dst_off = prod.count; in smc_tx_rdma_writes()
455 if (prod.wrap == cons.wrap) { in smc_tx_rdma_writes()
462 conn->peer_rmbe_size - prod.count, len); in smc_tx_rdma_writes()
490 smc_tx_advance_cursors(conn, &prod, &sent, len); in smc_tx_rdma_writes()
492 smc_curs_copy(&conn->local_tx_ctrl.prod, &prod, conn); in smc_tx_rdma_writes()
626 union smc_host_cursor cfed, cons, prod; in smc_tx_consumer_update() local
634 smc_curs_copy(&prod, &conn->local_rx_ctrl.prod, conn); in smc_tx_consumer_update()
637 &cfed, &prod); in smc_tx_consumer_update()