usc 334 altq/altq_hfsc.c struct service_curve *fsc, struct service_curve *usc, usc 384 altq/altq_hfsc.c if (usc != NULL && usc->m2 > m2) usc 385 altq/altq_hfsc.c m2 = usc->m2; usc 435 altq/altq_hfsc.c if (usc != NULL && (usc->m1 != 0 || usc->m2 != 0)) { usc 440 altq/altq_hfsc.c sc2isc(usc, cl->cl_usc); usc 1570 altq/altq_hfsc.c sp->usc.m1 = sm2m(cl->cl_usc->sm1); usc 1571 altq/altq_hfsc.c sp->usc.d = dx2d(cl->cl_usc->dx); usc 1572 altq/altq_hfsc.c sp->usc.m2 = sm2m(cl->cl_usc->sm2); usc 1574 altq/altq_hfsc.c sp->usc.m1 = 0; usc 1575 altq/altq_hfsc.c sp->usc.d = 0; usc 1576 altq/altq_hfsc.c sp->usc.m2 = 0; usc 73 altq/altq_hfsc.h struct service_curve usc; /* upper limit service curve */ usc 91 dev/usb/if_wi_usb.c void wi_usb_stop(struct wi_usb_softc *usc); usc 92 dev/usb/if_wi_usb.c int wi_usb_tx_list_init(struct wi_usb_softc *usc); usc 93 dev/usb/if_wi_usb.c int wi_usb_rx_list_init(struct wi_usb_softc *usc); usc 94 dev/usb/if_wi_usb.c int wi_usb_open_pipes(struct wi_usb_softc *usc); usc 100 dev/usb/if_wi_usb.c void wi_usb_rxfrm(struct wi_usb_softc *usc, wi_usb_usbin *uin, int total_len); usc 101 dev/usb/if_wi_usb.c void wi_usb_txfrm(struct wi_usb_softc *usc, wi_usb_usbin *uin, int total_len); usc 105 dev/usb/if_wi_usb.c void wi_usb_tx_lock(struct wi_usb_softc *usc); usc 106 dev/usb/if_wi_usb.c void wi_usb_tx_unlock(struct wi_usb_softc *usc); usc 107 dev/usb/if_wi_usb.c void wi_usb_ctl_lock(struct wi_usb_softc *usc); usc 108 dev/usb/if_wi_usb.c void wi_usb_ctl_unlock(struct wi_usb_softc *usc);