Home
last modified time | relevance | path

Searched refs:out_ctx (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dxhci.c1248 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local
1256 out_ctx = xhci->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
1257 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_check_maxpacket()
1291 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket()
1303 xhci_dbg_ctx(xhci, out_ctx, ep_index); in xhci_check_maxpacket()
1648 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local
1672 out_ctx = xhci->devs[udev->slot_id]->out_ctx; in xhci_drop_endpoint()
1681 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_drop_endpoint()
1930 xhci_dbg_ctx(xhci, virt_dev->out_ctx, 1); in xhci_evaluate_context_result()
2811 xhci_dbg_ctx(xhci, virt_dev->out_ctx, in xhci_check_bandwidth()
[all …]
Dxhci-mem.c960 if (dev->out_ctx) in xhci_free_virt_device()
961 xhci_free_container_ctx(xhci, dev->out_ctx); in xhci_free_virt_device()
985 dev->out_ctx = xhci_alloc_container_ctx(xhci, XHCI_CTX_TYPE_DEVICE, flags); in xhci_alloc_virt_device()
986 if (!dev->out_ctx) in xhci_alloc_virt_device()
990 (unsigned long long)dev->out_ctx->dma); in xhci_alloc_virt_device()
1024 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device()
1603 struct xhci_container_ctx *out_ctx, in xhci_endpoint_copy() argument
1609 out_ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_endpoint_copy()
1625 struct xhci_container_ctx *out_ctx) in xhci_slot_copy() argument
1631 out_slot_ctx = xhci_get_slot_ctx(xhci, out_ctx); in xhci_slot_copy()
Dxhci-ring.c470 = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index); in xhci_find_new_dequeue_state()
977 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index); in xhci_handle_cmd_set_deq()
978 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); in xhci_handle_cmd_set_deq()
1819 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in finish_td()
1911 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in process_ctrl_td()
2301 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in handle_tx_event()
2902 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer()
3015 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_queue_intr_tx()
3914 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in xhci_queue_isoc_tx_prepare()
Dxhci.h984 struct xhci_container_ctx *out_ctx; member
1776 struct xhci_container_ctx *out_ctx,
1780 struct xhci_container_ctx *out_ctx);
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmain.c646 goto out_ctx; in mlx5_ib_alloc_ucontext()
709 out_ctx: in mlx5_ib_alloc_ucontext()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c614 goto out_ctx; in __ptlrpc_request_bufs_pack()
653 out_ctx: in __ptlrpc_request_bufs_pack()