Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
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()
1041 ctrl_ctx->drop_flags = cpu_to_le32(drop_flag); in cdnsp_gadget_ep_disable()
Dcdnsp-gadget.h719 __le32 drop_flags; member
/linux-6.12.1/drivers/usb/host/
Dxhci.c1520 ctrl_ctx->drop_flags = 0; in xhci_check_ep0_maxpacket()
1853 le32_to_cpu(ctrl_ctx->drop_flags) & in xhci_drop_endpoint()
1862 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint()
1863 new_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_drop_endpoint()
1942 !(le32_to_cpu(ctrl_ctx->drop_flags) & added_ctxs)) { in xhci_add_endpoint()
1978 new_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_add_endpoint()
2014 ctrl_ctx->drop_flags = 0; in xhci_zero_in_ctx()
2140 valid_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags) >> 2; in xhci_count_num_new_endpoints()
2157 valid_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags) >> 2; in xhci_count_num_dropped_endpoints()
2958 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in xhci_check_bandwidth()
[all …]
Dxhci-trace.h432 __entry->drop = le32_to_cpu(ctrl_ctx->drop_flags);
Dxhci.h514 __le32 drop_flags; member
522 (le32_to_cpu(ctrl_ctx->drop_flags) & (1 << (i + 1)))
/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.h267 u8 drop_flags; /* VFPF_QUEUE_DROP_X, for Linux VMs member
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()
Dbnx2x_sp.h968 u16 drop_flags; member
Dbnx2x_sriov.c162 rxq_params->drop_flags, in bnx2x_vfop_qctor_dump_rx()