Lines Matching refs:prod
292 union smc_host_cursor *prod, in smc_tx_advance_cursors() argument
296 smc_curs_add(conn->peer_rmbe_size, prod, len); in smc_tx_advance_cursors()
406 union smc_host_cursor sent, prep, prod, cons; in smc_tx_rdma_writes() local
424 smc_curs_copy(&prod, &conn->local_tx_ctrl.prod, conn); in smc_tx_rdma_writes()
434 dst_off = prod.count; in smc_tx_rdma_writes()
435 if (prod.wrap == cons.wrap) { in smc_tx_rdma_writes()
442 conn->peer_rmbe_size - prod.count, len); in smc_tx_rdma_writes()
470 smc_tx_advance_cursors(conn, &prod, &sent, len); in smc_tx_rdma_writes()
472 smc_curs_copy(&conn->local_tx_ctrl.prod, &prod, conn); in smc_tx_rdma_writes()
606 union smc_host_cursor cfed, cons, prod; in smc_tx_consumer_update() local
614 smc_curs_copy(&prod, &conn->local_rx_ctrl.prod, conn); in smc_tx_consumer_update()
617 &cfed, &prod); in smc_tx_consumer_update()