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.c1483 ctrl_ctx->drop_flags = 0; in xhci_check_maxpacket()
1822 le32_to_cpu(ctrl_ctx->drop_flags) & in xhci_drop_endpoint()
1983 ctrl_ctx->drop_flags = 0; in xhci_zero_in_ctx()
2933 ctrl_ctx->drop_flags == 0) { in xhci_check_bandwidth()
3020 u32 add_flags, u32 drop_flags) in xhci_setup_input_ctx_for_config_ep() argument
3023 ctrl_ctx->drop_flags = cpu_to_le32(drop_flags); in xhci_setup_input_ctx_for_config_ep()
3628 unsigned int drop_flags = 0; in xhci_free_device_endpoint_resources() local
3632 drop_flags |= 1 << i; in xhci_free_device_endpoint_resources()
3641 num_dropped_eps, drop_flags, in xhci_free_device_endpoint_resources()
4109 ctrl_ctx->drop_flags = 0; in xhci_setup_device()
[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()