Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c1469 ctrl_ctx->drop_flags = 0; in xhci_check_maxpacket()
1818 le32_to_cpu(ctrl_ctx->drop_flags) & in xhci_drop_endpoint()
1827 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint()
1828 new_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_drop_endpoint()
1907 !(le32_to_cpu(ctrl_ctx->drop_flags) & added_ctxs)) { in xhci_add_endpoint()
1943 new_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_add_endpoint()
1979 ctrl_ctx->drop_flags = 0; in xhci_zero_in_ctx()
2105 valid_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags) >> 2; in xhci_count_num_new_endpoints()
2122 valid_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags) >> 2; in xhci_count_num_dropped_endpoints()
2940 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in xhci_check_bandwidth()
[all …]
H A Dxhci-trace.h439 __entry->drop = le32_to_cpu(ctrl_ctx->drop_flags);
H A Dxhci-ring.c1532 u32 add_flags, drop_flags; in xhci_handle_cmd_config_ep() local
1552 drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_handle_cmd_config_ep()
1567 add_flags - SLOT_FLAG == drop_flags) { in xhci_handle_cmd_config_ep()
H A Dxhci.h794 __le32 drop_flags; member
802 (le32_to_cpu(ctrl_ctx->drop_flags) & (1 << (i + 1)))
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c525 ctrl_ctx->drop_flags = 0; in xhci_set_configuration()
646 ctrl_ctx->drop_flags = 0; in xhci_address_device()
802 ctrl_ctx->drop_flags = 0; in xhci_check_maxpacket()
1434 ctrl_ctx->drop_flags = 0; in xhci_update_hub_device()
/OK3568_Linux_fs/kernel/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.c649 req->rxq.drop_flags = 0; in bnx2x_vfpf_setup_q()
1611 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()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h683 volatile __le32 drop_flags; member