Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci.c1298 ctrl_ctx->drop_flags = 0; in xhci_check_maxpacket()
1687 le32_to_cpu(ctrl_ctx->drop_flags) & in xhci_drop_endpoint()
1696 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint()
1697 new_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_drop_endpoint()
1772 !(le32_to_cpu(ctrl_ctx->drop_flags) & added_ctxs)) { in xhci_add_endpoint()
1808 new_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_add_endpoint()
1840 ctrl_ctx->drop_flags = 0; in xhci_zero_in_ctx()
1968 valid_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags) >> 2; in xhci_count_num_new_endpoints()
1985 valid_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags) >> 2; in xhci_count_num_dropped_endpoints()
2780 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in xhci_check_bandwidth()
[all …]
Dxhci-dbg.c579 &ctrl_ctx->drop_flags, (unsigned long long)dma, in xhci_dbg_ctx()
580 ctrl_ctx->drop_flags); in xhci_dbg_ctx()
Dxhci.h768 __le32 drop_flags; member
776 (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.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.h267 u8 drop_flags; /* VFPF_QUEUE_DROP_X, for Linux VMs member
Dbnx2x_vfpf.c649 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()
Dbnx2x_sp.h956 u16 drop_flags; member
Dbnx2x_sriov.c164 rxq_params->drop_flags, in bnx2x_vfop_qctor_dump_rx()