Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H A 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()
H A 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()
H A Dhbm_kern.h161 bool drop_flag, in hbm_update_stats() argument
182 if (drop_flag) { in hbm_update_stats()
199 if (drop_flag) in hbm_update_stats()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dm2vd_syntax.h58 RK_S32 drop_flag; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.h156 RK_S32 drop_flag; member
H A Dm2vd_parser.c938 ctx->gop_head.drop_flag = m2vd_read_bits(bx, 1); in m2vd_decode_gop_header()
1345 dst->gop.drop_flag = p->gop_head.drop_flag; in m2vd_convert_to_dxva()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c1784 u32 drop_flag; in xhci_drop_endpoint() local
1796 drop_flag = xhci_get_endpoint_flag(&ep->desc); in xhci_drop_endpoint()
1797 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { in xhci_drop_endpoint()
1799 __func__, drop_flag); in xhci_drop_endpoint()
1827 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint()
1830 ctrl_ctx->add_flags &= cpu_to_le32(~drop_flag); in xhci_drop_endpoint()