Searched refs:out_ctx (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | xhci.c | 1258 struct xhci_container_ctx *out_ctx; in xhci_check_maxpacket() local 1266 out_ctx = xhci->devs[slot_id]->out_ctx; in xhci_check_maxpacket() 1267 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_check_maxpacket() 1301 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket() 1313 xhci_dbg_ctx(xhci, out_ctx, ep_index); in xhci_check_maxpacket() 1658 struct xhci_container_ctx *in_ctx, *out_ctx; in xhci_drop_endpoint() local 1682 out_ctx = xhci->devs[udev->slot_id]->out_ctx; in xhci_drop_endpoint() 1691 ep_ctx = xhci_get_ep_ctx(xhci, out_ctx, ep_index); in xhci_drop_endpoint() 1940 xhci_dbg_ctx(xhci, virt_dev->out_ctx, 1); in xhci_evaluate_context_result() 2821 xhci_dbg_ctx(xhci, virt_dev->out_ctx, in xhci_check_bandwidth() [all …]
|
D | xhci-mem.c | 960 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()
|
D | xhci-ring.c | 470 = 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() 1818 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in finish_td() 1908 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in process_ctrl_td() 2265 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in handle_tx_event() 2863 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer() 2976 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_queue_intr_tx() 3762 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in xhci_queue_isoc_tx_prepare()
|
D | xhci.h | 934 struct xhci_container_ctx *out_ctx; member 1708 struct xhci_container_ctx *out_ctx, 1712 struct xhci_container_ctx *out_ctx);
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | main.c | 457 goto out_ctx; in mlx5_ib_alloc_ucontext() 520 out_ctx: in mlx5_ib_alloc_ucontext()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | client.c | 600 goto out_ctx; in __ptlrpc_request_bufs_pack() 639 out_ctx: in __ptlrpc_request_bufs_pack()
|