Home
last modified time | relevance | path

Searched refs:drop_flag (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/samples/bpf/
Dhbm_edt_kern.c66 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()
Dhbm_out_kern.c68 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()
Dhbm_kern.h164 bool drop_flag, in hbm_update_stats() argument
185 if (drop_flag) { in hbm_update_stats()
202 if (drop_flag) in hbm_update_stats()
/Linux-v5.4/drivers/usb/host/
Dxhci.c1740 u32 drop_flag; in xhci_drop_endpoint() local
1752 drop_flag = xhci_get_endpoint_flag(&ep->desc); in xhci_drop_endpoint()
1753 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { in xhci_drop_endpoint()
1755 __func__, drop_flag); in xhci_drop_endpoint()
1783 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint()
1786 ctrl_ctx->add_flags &= cpu_to_le32(~drop_flag); in xhci_drop_endpoint()