Home
last modified time | relevance | path

Searched refs:drop_flags (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c454 ctrl_ctx->drop_flags = 0; in cdnsp_zero_in_ctx()
647 if (ctrl_ctx->add_flags == 0 && ctrl_ctx->drop_flags == 0) in cdnsp_update_eps_configuration()
652 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in cdnsp_update_eps_configuration()
659 if ((pdev->eps[i - 1].ring && !(ctrl_ctx->drop_flags & le32)) || in cdnsp_update_eps_configuration()
671 (ep_sts != EP_STATE_DISABLED && ctrl_ctx->drop_flags)) in cdnsp_update_eps_configuration()
888 ctrl_ctx->drop_flags = 0; in cdnsp_setup_device()
900 ctrl_ctx->drop_flags = 0; in cdnsp_setup_device()
982 ctrl_ctx->drop_flags = 0; in cdnsp_gadget_ep_enable()
1043 ctrl_ctx->drop_flags = cpu_to_le32(drop_flag); in cdnsp_gadget_ep_disable()
H A Dcdnsp-gadget.h719 __le32 drop_flags; member
/openbmc/linux/drivers/usb/host/
H A Dxhci.c1484 ctrl_ctx->drop_flags = 0; in xhci_check_maxpacket()
1835 le32_to_cpu(ctrl_ctx->drop_flags) & in xhci_drop_endpoint()
1844 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint()
1845 new_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_drop_endpoint()
1924 !(le32_to_cpu(ctrl_ctx->drop_flags) & added_ctxs)) { in xhci_add_endpoint()
1960 new_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_add_endpoint()
1996 ctrl_ctx->drop_flags = 0; in xhci_zero_in_ctx()
2122 valid_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags) >> 2; in xhci_count_num_new_endpoints()
2139 valid_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags) >> 2; in xhci_count_num_dropped_endpoints()
2942 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in xhci_check_bandwidth()
[all …]
H A Dxhci-trace.h431 __entry->drop = le32_to_cpu(ctrl_ctx->drop_flags);
H A Dxhci.h541 __le32 drop_flags; member
549 (le32_to_cpu(ctrl_ctx->drop_flags) & (1 << (i + 1)))
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c524 ctrl_ctx->drop_flags = 0; in xhci_set_configuration()
645 ctrl_ctx->drop_flags = 0; in xhci_address_device()
801 ctrl_ctx->drop_flags = 0; in xhci_check_maxpacket()
1428 ctrl_ctx->drop_flags = 0; in xhci_update_hub_device()
H A Dxhci.h682 volatile __le32 drop_flags; member
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.h267 u8 drop_flags; /* VFPF_QUEUE_DROP_X, for Linux VMs member
H A Dbnx2x_vfpf.c651 req->rxq.drop_flags = 0; in bnx2x_vfpf_setup_q()
1613 rxq_params->drop_flags = setup_q->rxq.drop_flags; in bnx2x_vf_mbx_setup_q()
H A Dbnx2x_sp.h968 u16 drop_flags; member
H A Dbnx2x_sriov.c162 rxq_params->drop_flags, in bnx2x_vfop_qctor_dump_rx()