Searched refs:common (Results 1 - 25 of 159) sorted by relevance

1234567

/barrelfish-2018-10-04/lib/acpica/generate/unix/
H A DMakefile16 include Makefile.common
/barrelfish-2018-10-04/lib/acpica/
H A DMakefile17 include generate/efi/Makefile.common
21 include generate/unix/Makefile.common
/barrelfish-2018-10-04/lib/dma/include/client/
H A Ddma_client_request_internal.h18 struct dma_request common; member in struct:dma_client_request
/barrelfish-2018-10-04/lib/dma/client/
H A Ddma_client_request.c37 st->common.next = dma_request_cache;
85 req->common.state = DMA_REQ_ST_PREPARED;
86 req->common.type = DMA_REQ_TYPE_MEM_REGISTER;
88 err = dma_client_channel_submit_request(chan, &req->common);
134 req->common.state = DMA_REQ_ST_PREPARED;
135 req->common.type = DMA_REQ_TYPE_MEM_REMOVE;
137 err = dma_client_channel_submit_request(chan, &req->common);
189 req->common.setup = *setup;
190 req->common.state = DMA_REQ_ST_PREPARED;
191 req->common
[all...]
H A Ddma_client_channel.c23 struct dma_channel common; member in struct:dma_client_channel
36 struct txq_msg_st common; member in struct:svc_msg_st
113 CLIENTCHAN_DEBUG("done_msg_rx: %lx %s\n", chan->common.id, id,
116 struct dma_request *req = dma_channel_deq_request_by_id(&chan->common, id);
146 CLIENTCHAN_DEBUG("register_response_rx: %s\n", chan->common.id,
164 CLIENTCHAN_DEBUG("deregister_response_rx: %s\n", chan->common.id,
184 chan->common.id, id, err_getstring(err));
248 chan->common.id);
263 chan->common.id);
299 chan->common
[all...]
H A Ddma_client_device.c26 struct dma_device common; ///< common part for all DMA devices member in struct:dma_client_device
120 cdev->common.id, cdev->common.channels.count);
127 free(cdev->common.channels.c);
/barrelfish-2018-10-04/lib/dma/xeon_phi/
H A Dxeon_phi_dma_channel.c28 struct dma_channel common; member in struct:xeon_phi_dma_channel
106 XPHICHAN_DEBUG("setting tail pointer to [%u]\n", chan->common.id, tail);
131 XPHICHAN_DEBUG("setting head pointer to [%u]\n", chan->common.id, head);
148 XPHICHAN_DEBUG("setting channel_set_dstat_wb to 0x%016lx\n", chan->common.id,
193 uint8_t idx = chan->common.id;
201 chan->common.id, ring_base, size);
206 xdev = (struct xeon_phi_dma_device *) chan->common.device;
218 XPHICHAN_DEBUG("Channel is host owned. setting bit\n", chan->common.id);
231 XPHICHAN_DEBUG("setting ring base to [%08x][%08x]\n", chan->common.id,
299 chan->common
[all...]
H A Dxeon_phi_dma_request.c25 struct dma_request common; member in struct:xeon_phi_dma_request
51 req_free_list = ret->common.next;
69 req->common.next = req_free_list;
70 req_free_list = &req->common;
106 req->common.state = DMA_REQ_ST_DONE;
108 err = dma_request_process(&req->common);
162 dma_request_common_init(&req->common, chan, setup->type);
191 req->common.setup = *setup;
194 *id = req->common.id;
197 dma_desc_set_request(desc, &req->common);
[all...]
H A Dxeon_phi_dma_device.c28 struct dma_device common; member in struct:xeon_phi_dma_device
58 mem->paddr += (XEON_PHI_DMA_CHANNEL_DSTAT_SIZE * dev->common.channels.next);
61 mem->vaddr += (XEON_PHI_DMA_CHANNEL_DSTAT_SIZE * dev->common.channels.next++);
90 XPHIDEV_DEBUG("getting channel vbase for %u, offset=%x\n", dev->common.id,
92 return (void *) (dev->common.mmio.vaddr + (idx * 0x40) + XEON_PHI_DMA_OFFSET);
108 XPHIDEV_DEBUG("settings owner of channel [%u] to card.\n", dev->common.id, idx);
111 XPHIDEV_DEBUG("settings owner of channel [%u] to host.\n", dev->common.id, idx);
164 XPHIDEV_DEBUG("Enabling channel. [%u]\n", dev->common.id, idx);
165 if (dev->common.channels.c[id]) {
166 dev->common
[all...]
/barrelfish-2018-10-04/lib/dma/ioat/
H A Dioat_dma_device.c28 struct dma_device common; member in struct:ioat_dma_device
54 dev->common.id);
61 dev->common.id);
69 IOATDEV_DEBUG("initialize Crystal Beach 3 DMA device\n", dev->common.id);
75 dev->common.id);
80 dev->common.id);
86 IOATDEV_DEBUG("Disabling XOR and PQ while DCA is enabled\n", dev->common.id);
92 IOATDEV_DEBUG("device supports XOR RAID.\n", dev->common.id);
106 IOATDEV_DEBUG("device supports PQ RAID.\n", dev->common.id);
124 dev->common
[all...]
H A Dioat_dma_request.c25 struct dma_request common; member in struct:ioat_dma_request
51 req_free_list = ret->common.next;
70 req->common.next = req_free_list;
71 req_free_list = &req->common;
107 req->common.state = DMA_REQ_ST_DONE;
109 err = dma_request_process(&req->common);
163 dma_request_common_init(&req->common, chan, setup->type);
200 req->common.setup = *setup;
203 *id = req->common.id;
206 dma_desc_set_request(desc, &req->common);
[all...]
H A Dioat_dma_channel.c26 struct dma_channel common; member in struct:ioat_dma_channel
45 IOATCHAN_DEBUG("setting chain addr to [%016lx]\n", chan->common.id,
108 chan->common.id, compl_addr_phys,
130 req_head = dma_channel_deq_request_head(&chan->common);
134 dma_channel_enq_request_head(&chan->common, req_head);
150 ioat_dma_device_set_intr_delay((struct ioat_dma_device *) chan->common.device,
191 struct dma_channel *dma_chan = &chan->common;
298 chan->common.id, pending);
300 if (chan->common.state != DMA_CHAN_ST_RUNNING) {
307 IOATCHAN_DEBUG(" setting dma_count to [%u]\n", chan->common
[all...]
/barrelfish-2018-10-04/tools/harness/tests/
H A Dmonitortest.py11 from common import TestCommon
H A Dfputest.py12 from common import TestCommon
H A Dfreemem.py12 from common import TestCommon
H A Dlistfacts.py3 from common import TestCommon
H A Dmathtest.py12 from common import TestCommon
H A Dperfmontest.py12 from common import TestCommon
H A Dskbtest.py12 from common import TestCommon
H A Dtommath.py12 from common import TestCommon
H A Dtracing.py12 from common import TestCommon, TimeoutError
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_nfs.h13 struct vfs_handle common; member in struct:nfs_handle
/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dnetifapi.c64 if (msg->msg.common.errtfunc != NULL) {
65 msg->err = msg->msg.common.errtfunc(msg->netif);
68 msg->msg.common.voidfunc(msg->netif);
117 msg.msg.msg.common.voidfunc = voidfunc;
118 msg.msg.msg.common.errtfunc = errtfunc;
/barrelfish-2018-10-04/lib/acpica/tests/aslts/bin/
H A Dasltsdiffres15 . common
/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dnetifapi.c109 if (msg->msg.common.errtfunc != NULL) {
110 return msg->msg.common.errtfunc(msg->netif);
112 msg->msg.common.voidfunc(msg->netif);
214 NETIFAPI_VAR_REF(msg).msg.common.voidfunc = voidfunc;
215 NETIFAPI_VAR_REF(msg).msg.common.errtfunc = errtfunc;

Completed in 132 milliseconds

1234567