/src/usr.sbin/altq/libaltq/ |
qop_hfsc.h | 55 struct service_curve usc; /* upper limit service curve */ member in struct:hfsc_classinfo
|
qop_hfsc.c | 574 struct service_curve rsc, fsc, usc; local in function:qop_hfsc_modify_class 588 usc = hfsc_clinfo->usc; 592 /* if the class has usc, rsc should be smaller than usc */ 593 if (!is_sc_null(&hfsc_clinfo->usc)) { 598 if (!is_gsc_under_sc(&tmp_gen_rsc, &hfsc_clinfo->usc)) { 640 /* usc must be smaller than interface bandwidth */ 662 /* if this class has rsc, check that usc >= rsc */ 677 hfsc_clinfo->usc = *sc [all...] |
/src/sys/arch/sparc/dev/ |
obio.c | 140 union obio_softc *usc = device_private(self); local in function:obioattach 141 struct obio4_softc *sc = &usc->sc_obio; 182 union obio_softc *usc = device_private(self); local in function:obioattach 183 struct sbus_softc *sc = &usc->sc_sbus;
|
/src/sys/dev/mscp/ |
mscp_disk.c | 945 rrdgram(device_t usc, struct mscp *mp, struct mscp_softc *mi) 947 if (mscp_decodeerror(usc == NULL?"unconf disk" : device_xname(usc), mp, mi)) 962 rriodone(device_t usc, struct buf *bp) 964 struct ra_softc *ra = device_private(usc); 979 rronline(device_t usc, struct mscp *mp) 981 struct ra_softc *ra = device_private(usc); 982 device_t parent = device_parent(usc); 989 ra->ra_work.ra_usc = usc; 1003 device_t usc = ra_work->ra_usc local in function:rronline_cb [all...] |
/src/sys/altq/ |
altq_hfsc.h | 73 struct service_curve usc; /* upper limit service curve */ member in struct:hfsc_classstats
|
altq_hfsc.c | 385 struct service_curve *fsc, struct service_curve *usc, 431 if (usc != NULL && usc->m2 > m2) 432 m2 = usc->m2; 482 if (usc != NULL && (usc->m1 != 0 || usc->m2 != 0)) { 487 sc2isc(usc, cl->cl_usc); 1638 sp->usc.m1 = sm2m(cl->cl_usc->sm1); 1639 sp->usc.d = dx2d(cl->cl_usc->dx) 2098 struct service_curve *usc = NULL; local in function:hfsccmd_modify_class [all...] |
/src/sys/dev/usb/ |
if_athn_usb.c | 247 struct athn_usb_softc *usc; local in function:athn_usb_attach 253 usc = device_private(self); 254 sc = &usc->usc_sc; 257 usc->usc_udev = uaa->uaa_device; 262 devinfop = usbd_devinfo_alloc(usc->usc_udev, 0); 268 usc->usc_init_state = ATHN_INIT_NONE; 269 usc->usc_athn_attached = 0; 270 usc->usc_flags = athn_usb_lookup(uaa->uaa_vendor, uaa->uaa_product)->flags; 282 mutex_init(&usc->usc_lock, MUTEX_DEFAULT, IPL_NONE); 284 cv_init(&usc->usc_wmi_cv, "athnwmi") 379 struct athn_usb_softc *usc; local in function:athn_usb_node_cleanup 400 struct athn_usb_softc *usc = device_private(arg); local in function:athn_usb_attachhook 483 struct athn_usb_softc *usc = device_private(self); local in function:athn_usb_detach 562 struct athn_usb_softc *usc = device_private(self); local in function:athn_usb_activate 853 struct athn_usb_softc *usc = arg; local in function:athn_usb_task 1231 struct athn_usb_softc *usc = priv; local in function:athn_usb_wmieof 1308 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_read_rom 1336 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_read 1363 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_write 1379 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_write_barrier 1399 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_media_change 1420 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_newstate 1525 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_newassoc 1562 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_ampdu_tx_start 1596 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_ampdu_tx_stop 1741 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_switch_chan 1800 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_updateedca 1825 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_updateslot 1860 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_set_key 1898 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_delete_key 1937 struct athn_usb_softc *usc = data->sc; local in function:athn_usb_bcneof 2083 struct athn_usb_softc *usc = priv; local in function:athn_usb_intr 2305 struct athn_usb_softc *usc = data->sc; local in function:athn_usb_rxeof 2417 struct athn_usb_softc *usc = data->sc; local in function:athn_usb_txeof 2457 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_tx 2570 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_start 2681 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_ioctl 2752 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_init 2765 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_init_locked 2926 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_stop 2937 struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc); local in function:athn_usb_stop_locked [all...] |