Lines Matching refs:maxbw
175 uint64_t maxbw);
2152 uint64_t maxbw; in vsw_update_md_prop() local
2269 vsw_bandwidth_read(vswp, mdp, node, &maxbw); in vsw_update_md_prop()
2270 if (maxbw != vswp->bandwidth) { in vsw_update_md_prop()
2271 if (maxbw >= MRP_MAXBW_MINVAL || maxbw == 0) { in vsw_update_md_prop()
2276 vswp->instance, maxbw); in vsw_update_md_prop()
2432 vsw_update_bandwidth(vswp, NULL, VSW_LOCALDEV, maxbw); in vsw_update_md_prop()
2610 uint64_t maxbw; in vsw_port_update() local
2665 vsw_port_read_bandwidth(portp, curr_mdp, curr_mdex, &maxbw); in vsw_port_update()
2666 if (maxbw != portp->p_bandwidth) { in vsw_port_update()
2667 if (maxbw >= MRP_MAXBW_MINVAL || maxbw == 0) { in vsw_port_update()
2673 vswp->instance, portp->p_instance, maxbw); in vsw_port_update()
2696 vsw_update_bandwidth(NULL, portp, VSW_VNETPORT, maxbw); in vsw_port_update()