Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci.c1308 ctrl_ctx->drop_flags = 0; in xhci_check_maxpacket()
1697 le32_to_cpu(ctrl_ctx->drop_flags) & in xhci_drop_endpoint()
1706 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint()
1707 new_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_drop_endpoint()
1782 !(le32_to_cpu(ctrl_ctx->drop_flags) & added_ctxs)) { in xhci_add_endpoint()
1818 new_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_add_endpoint()
1850 ctrl_ctx->drop_flags = 0; in xhci_zero_in_ctx()
1978 valid_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags) >> 2; in xhci_count_num_new_endpoints()
1995 valid_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags) >> 2; in xhci_count_num_dropped_endpoints()
2790 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in xhci_check_bandwidth()
[all …]
Dxhci-dbg.c562 &ctrl_ctx->drop_flags, (unsigned long long)dma, in xhci_dbg_ctx()
563 ctrl_ctx->drop_flags); in xhci_dbg_ctx()
Dxhci.h720 __le32 drop_flags; member
728 (le32_to_cpu(ctrl_ctx->drop_flags) & (1 << (i + 1)))
Dxhci-ring.c1111 u32 add_flags, drop_flags; in xhci_handle_cmd_config_ep() local
1129 drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_handle_cmd_config_ep()
1141 add_flags - SLOT_FLAG == drop_flags) { in xhci_handle_cmd_config_ep()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.h256 u8 drop_flags; /* VFPF_QUEUE_DROP_X, for Linux VMs member
Dbnx2x_vfpf.c633 req->rxq.drop_flags = 0; in bnx2x_vfpf_setup_q()
1523 rxq_params->drop_flags = setup_q->rxq.drop_flags; in bnx2x_vf_mbx_setup_q()
Dbnx2x_sp.h951 u16 drop_flags; member
Dbnx2x_sriov.c162 rxq_params->drop_flags, in bnx2x_vfop_qctor_dump_rx()