Searched refs:rx_chan (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/usr/block_server/
H A Dnet_benchmark.c48 static struct bulk_channel *rx_chan; variable in typeref:struct:bulk_channel
78 event_dispatch_non_block(rx_chan->waitset);
178 rx_chan = rxc;
203 err = bulk_channel_assign_pool(rx_chan, allocator_rx.pool,
233 err = bulk_channel_pass(rx_chan, buf, NULL, cont);
238 err = event_dispatch_non_block(rx_chan->waitset);
334 event_dispatch(rx_chan->waitset);
339 err = event_dispatch_non_block(rx_chan->waitset);
H A Dlocal_server.h42 struct bulk_channel rx_chan; member in struct:block_local_service
H A Dnetwork_client.c230 assert(server->rx_chan.state != BULK_STATE_UNINITIALIZED);
252 ->rx_chan.ep);
389 &server->rx_chan,
399 bulk_local_init_endpoint(&server->rx_p_ep, &server->rx_chan);
403 server->rx_chan.waitset, BLOCK_SIZE, "e10k",
435 if (server->rx_chan.state == BULK_STATE_CONNECTED) {
470 if (server->rx_chan.state != BULK_STATE_CONNECTED || !server->tpcb) {
567 assert(server->rx_chan.state == BULK_STATE_CONNECTED);
580 err = bulk_channel_pass(&server->rx_chan, buf[i], meta + i, cont);
601 assert(server->rx_chan
[all...]
H A Dblock_server_client.c105 run_test(&block_server.tx_chan, &block_server.rx_chan, &block_server);
H A Dnetwork_common.h101 struct bulk_channel rx_chan; member in struct:block_net_service
H A Dlocal_server.c107 arg->chan_server = &block_server->rx_chan;
108 err = bulk_channel_assign_pool(&block_server->rx_chan, pool, cont);
186 bulk_channel_pass(&block_server->rx_chan, buffer, meta,
393 err = bulk_channel_bind(&ls->rx_chan,
552 local_chan = &local_server.rx_chan;
H A Dnetwork_server.c354 err = bulk_channel_assign_pool(&c->rx_chan, allocator_rx.pool, cont);
371 err = bulk_channel_pass(&c->rx_chan, buf, NULL, cont);
401 if (c->rx_chan.state != BULK_STATE_UNINITIALIZED
434 err = bulk_channel_create(&c->rx_chan,
443 bulk_local_init_endpoint(&c->rx_p_ep, &c->rx_chan);
463 c->rx_chan.waitset, BLOCK_SIZE, "e10k",
503 err = bulk_channel_bind(&c->rx_chan,

Completed in 75 milliseconds