Home
last modified time | relevance | path

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

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.h73 void vsp1_dl_body_put(struct vsp1_dl_body *dlb);
75 void vsp1_dl_body_write(struct vsp1_dl_body *dlb, u32 reg, u32 data);
76 int vsp1_dl_list_add_body(struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb);
H A Dvsp1_uds.h34 void vsp1_uds_set_alpha(struct vsp1_entity *uds, struct vsp1_dl_body *dlb,
/linux/drivers/net/ethernet/mscc/
H A Docelot_police.h25 bool dlb; /* Enable DLB (dual leaky bucket mode */ member
H A Docelot_police.c45 if (conf->dlb) { in qos_policer_conf_set()