Searched refs:drop_flag (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A 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()
|
| H A 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()
|
| H A D | hbm_kern.h | 161 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 D | m2vd_syntax.h | 58 RK_S32 drop_flag; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.h | 156 RK_S32 drop_flag; member
|
| H A D | m2vd_parser.c | 938 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 D | xhci.c | 1784 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()
|