Searched refs:drop_flag (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/samples/bpf/ |
D | hbm_edt_kern.c | 66 bool drop_flag = false; in _hbm_out_cg() local 117 drop_flag = true; in _hbm_out_cg() 124 drop_flag = true; in _hbm_out_cg() 141 drop_flag = true; in _hbm_out_cg() 147 if (pkti.is_tcp && drop_flag && pkti.packets_out <= 1) { in _hbm_out_cg() 148 drop_flag = false; in _hbm_out_cg() 156 hbm_update_stats(qsp, len, curtime, congestion_flag, drop_flag, in _hbm_out_cg() 159 if (drop_flag) { in _hbm_out_cg()
|
D | hbm_out_kern.c | 68 bool drop_flag = false; in _hbm_out_cg() local 127 drop_flag = true; in _hbm_out_cg() 158 drop_flag = true; in _hbm_out_cg() 167 hbm_update_stats(qsp, len, curtime, congestion_flag, drop_flag, in _hbm_out_cg() 170 if (drop_flag) { in _hbm_out_cg()
|
D | hbm_kern.h | 159 bool drop_flag, in hbm_update_stats() argument 180 if (drop_flag) { in hbm_update_stats() 197 if (drop_flag) in hbm_update_stats()
|
/linux-6.1.9/drivers/usb/cdns3/ |
D | cdnsp-gadget.c | 1007 u32 drop_flag; in cdnsp_gadget_ep_disable() local 1041 drop_flag = cdnsp_get_endpoint_flag(pep->endpoint.desc); in cdnsp_gadget_ep_disable() 1043 ctrl_ctx->drop_flags = cpu_to_le32(drop_flag); in cdnsp_gadget_ep_disable()
|
/linux-6.1.9/drivers/usb/host/ |
D | xhci.c | 1928 u32 drop_flag; in xhci_drop_endpoint() local 1940 drop_flag = xhci_get_endpoint_flag(&ep->desc); in xhci_drop_endpoint() 1941 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { in xhci_drop_endpoint() 1943 __func__, drop_flag); in xhci_drop_endpoint() 1971 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint() 1974 ctrl_ctx->add_flags &= cpu_to_le32(~drop_flag); in xhci_drop_endpoint()
|