Searched refs:bu (Results 1 - 20 of 20) sorted by relevance

/barrelfish-master/lib/bulk_transfer/backends/net/
H A Dbulk_net_e10k.c52 struct bulk_e10k *bu; member in struct:e10k_rx_event
58 struct bulk_e10k *bu; member in struct:e10k_tx_event
80 static void idc_request_device_info(struct bulk_e10k *bu);
81 static void idc_register_queue_memory(struct bulk_e10k *bu);
223 struct bulk_e10k *bu = st; local
228 b->st = bu;
229 bu->binding = b;
231 idc_request_device_info(bu);
236 static void idc_request_device_info(struct bulk_e10k *bu) argument
242 err = e10k_request_device_info__tx(bu
248 idc_register_queue_memory(struct bulk_e10k *bu) argument
266 struct bulk_e10k *bu = b->st; local
315 struct bulk_e10k *bu = b->st; local
327 struct bulk_e10k *bu = b->st; local
346 recv_one(struct bulk_e10k *bu) argument
410 check_tx(struct bulk_e10k *bu) argument
442 struct bulk_e10k *bu = arg; local
458 struct bulk_e10k *bu = arg; local
479 struct bulk_e10k *bu = wscs_to_e10k(chan); local
495 struct bulk_e10k *bu = arg; local
514 struct bulk_e10k *bu = opaque; local
522 struct bulk_e10k *bu = opaque; local
543 bulk_e10k_init(struct bulk_e10k *bu, struct waitset *ws, const char *card, uint8_t queue, size_t buffer_size, size_t ring_size, void (*received)(struct bulk_e10k *, struct bulk_net_msgdesc *), void (*transmitted)(struct bulk_e10k *, void *)) argument
625 bulk_e10k_rx_add(struct bulk_e10k *bu, uint64_t phys, uint64_t header, void *opaque) argument
642 bulk_e10k_send(struct bulk_e10k *bu, struct bulk_net_msgdesc *desc) argument
677 bulk_e10k_port_add(struct bulk_e10k *bu, uint16_t port) argument
696 bulk_e10k_port_alloc(struct bulk_e10k *bu, uint16_t *port) argument
707 bulk_e10k_ip_info(struct bulk_e10k *bu, uint32_t *ip) argument
723 bulk_e10k_arp_lookup(struct bulk_e10k *bu, uint32_t ip, uint64_t *mac) argument
[all...]
H A Dbulk_net_transfer.h47 void (*tx_cb)(struct bulk_e10k *bu,
49 void (*rx_cb)(struct bulk_e10k* bu,
53 void (*tx_cb)(struct bulk_e10k *bu,
55 void (*rx_cb)(struct bulk_e10k* bu,
59 void (*tx_cb)(struct bulk_e10k *bu,
61 void (*rx_cb)(struct bulk_e10k* bu,
H A Dbulk_net_backend.h177 * @param bu Channel struct
186 errval_t bulk_e10k_init(struct bulk_e10k *bu,
199 * @param bu Channel struct
205 errval_t bulk_e10k_rx_add(struct bulk_e10k *bu, uint64_t phys, uint64_t header,
211 * @param bu Channel struct
214 errval_t bulk_e10k_send(struct bulk_e10k *bu, struct bulk_net_msgdesc *desc);
220 * @param bu Channel struct
223 errval_t bulk_e10k_port_add(struct bulk_e10k *bu, uint16_t port);
228 * @param bu Channel struct
232 errval_t bulk_e10k_port_alloc(struct bulk_e10k *bu, uint16_
[all...]
H A Dbulk_net_transfer.c34 void (*tx_cb)(struct bulk_e10k *bu,
36 void (*rx_cb)(struct bulk_e10k* bu,
61 void (*tx_cb)(struct bulk_e10k *bu,
63 void (*rx_cb)(struct bulk_e10k* bu,
82 void (*tx_cb)(struct bulk_e10k *bu,
84 void (*rx_cb)(struct bulk_e10k* bu,
33 bulk_net_transfer_bind(struct bulk_net_control *tc, void (*tx_cb)(struct bulk_e10k *bu, void *opaque), void (*rx_cb)(struct bulk_e10k* bu, struct bulk_net_msgdesc *msg)) argument
60 bulk_net_transfer_export(struct bulk_net_control *tc, void (*tx_cb)(struct bulk_e10k *bu, void *opaque), void (*rx_cb)(struct bulk_e10k* bu, struct bulk_net_msgdesc *msg)) argument
81 bulk_net_transfer_init(struct bulk_net_control *tc, void (*tx_cb)(struct bulk_e10k *bu, void *opaque), void (*rx_cb)(struct bulk_e10k* bu, struct bulk_net_msgdesc *msg)) argument
H A Dbulk_net_proxy.c404 static void tcb_received(struct bulk_e10k* bu, struct bulk_net_msgdesc *msg) argument
406 struct bulk_net_proxy *p = bu->opaque;
453 static void tcb_transmitted(struct bulk_e10k *bu, void *opaque) argument
455 struct bulk_net_proxy *p = bu->opaque;
H A Dbulk_net_no_copy.c163 static void tcb_received(struct bulk_e10k* bu, struct bulk_net_msgdesc *msg);
164 static void tcb_transmitted(struct bulk_e10k *bu, void *opaque);
1140 static void tcb_transmitted(struct bulk_e10k *bu, void *opaque) argument
1144 struct bulk_net_nocopy *p = bu->opaque;
1163 static void tcb_received(struct bulk_e10k* bu, struct bulk_net_msgdesc *msg) argument
1167 struct bulk_net_nocopy *p = bu->opaque;
H A Dbulk_net_transparent.c865 static void tcb_transmitted(struct bulk_e10k *bu, void *opaque) argument
867 struct bulk_net_transp *p = bu->opaque;
886 static void tcb_received(struct bulk_e10k* bu, struct bulk_net_msgdesc *msg) argument
888 struct bulk_net_transp *p = bu->opaque;
/barrelfish-master/usr/bench/ump_bench/
H A Dlatency.c25 struct bench_ump_binding *bu = (struct bench_ump_binding*)array[idx]; local
26 struct flounder_ump_state *fus = &bu->ump_state;
H A Dreceive.c25 struct bench_ump_binding *bu = (struct bench_ump_binding*)array[idx]; local
26 struct flounder_ump_state *fus = &bu->ump_state;
H A Dsend.c25 struct bench_ump_binding *bu = (struct bench_ump_binding*)array[idx]; local
26 struct flounder_ump_state *fus = &bu->ump_state;
H A Dthroughput.c25 struct bench_ump_binding *bu = (struct bench_ump_binding*)array[idx]; local
26 struct flounder_ump_state *fus = &bu->ump_state;
H A Dexchange.c51 struct bench_ump_binding *bu = (struct bench_ump_binding*)array[idx]; local
52 struct flounder_ump_state *fus = &bu->ump_state;
119 struct bench_ump_binding *bu = (struct bench_ump_binding*)b; local
120 struct flounder_ump_state *fus = &bu->ump_state;
H A Dlatency_cache.c35 struct bench_ump_binding *bu = (struct bench_ump_binding*)array[idx]; local
36 struct flounder_ump_state *fus = &bu->ump_state;
H A Dmain.c55 struct bench_ump_binding *bu = (struct bench_ump_binding*)b; local
56 struct flounder_ump_state *fus = &bu->ump_state;
/barrelfish-master/usr/eclipseclp/Alog/src/
H A Dconfigure80 -build | --build | --buil | --bui | --bu)
82 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
/barrelfish-master/usr/eclipseclp/Usc/src/
H A Dconfigure80 -build | --build | --buil | --bui | --bu)
82 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dconfigure80 -build | --build | --buil | --bui | --bu)
82 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dpod2man.pl890 s/^\*( |$)/\\(bu$1/g;
/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dconfigure374 -build | --build | --buil | --bui | --bu)
376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
/barrelfish-master/usr/eclipseclp/
H A Dconfigure900 -build | --build | --buil | --bui | --bu)
902 -build=* | --build=* | --buil=* | --bui=* | --bu=*)

Completed in 160 milliseconds