/src/sys/dev/ic/ |
icp_ioctl.c | 276 gdt_rescan_t *rsc = (void *) data; local in function:icpioctl 278 icp = device_lookup_private(&icp_cd, rsc->io_node); 287 if (rsc->flag == 0) 290 icp_rescan(icp, rsc->hdr_no);
|
/src/sys/dev/mii/ |
rdcphy.c | 97 struct rdcphy_softc *rsc = device_private(self); local in function:rdcphyattach 98 struct mii_softc *sc = &rsc->sc_mii; 132 struct rdcphy_softc *rsc = (struct rdcphy_softc *)sc; local in function:rdcphy_service 162 rsc->sc_mii_link_tick = RDCPHY_MANNEG_TICK; 186 if (rsc->sc_mii_link_tick > 0) { 187 rsc->sc_mii_link_tick--;
|
rlphy.c | 114 struct rlphy_softc *rsc = device_private(self); local in function:rlphyattach 115 struct mii_softc *sc = &rsc->sc_mii; 121 rsc->sc_rtl8201 = 1; 125 rsc->sc_rtl8201 = 1; 209 struct rlphy_softc *rsc = (void *)sc; local in function:rlphy_status 292 if (rsc->sc_rtl8201) {
|
rgephy.c | 107 struct rgephy_softc *rsc = device_private(self); local in function:rgephy_attach 109 struct mii_softc *sc = &rsc->mii_sc; 138 prop_dictionary_get_bool(prop, "no-rx-delay", &rsc->mii_no_rx_delay); 627 struct rgephy_softc *rsc = (struct rgephy_softc *)sc; local in function:rgephy_reset 647 if (rsc->mii_no_rx_delay) {
|
/src/usr.sbin/altq/libaltq/ |
qop_hfsc.h | 53 struct service_curve rsc; /* real-time service curve */ member in struct:hfsc_classinfo
|
qop_hfsc.c | 482 &parent_clinfo->rsc) || 496 hfsc_clinfo->rsc = *sc; 522 hfsc_clinfo->rsc.m1 = hfsc_clinfo->rsc.m1 / 10 * 8; 523 hfsc_clinfo->rsc.m2 = hfsc_clinfo->rsc.m2 / 10 * 8; 560 gsc_sub_sc(&parent_clinfo->gen_rsc, &hfsc_clinfo->rsc); 574 struct service_curve rsc, fsc, usc; local in function:qop_hfsc_modify_class 586 rsc = hfsc_clinfo->rsc; [all...] |
/src/sys/arch/mips/rmi/ |
rmixl_com.c | 255 struct rmixl_com_softc *rsc = device_private(self); local in function:rmixl_com_attach 256 struct com_softc *sc = &rsc->sc_com;
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_lpe_audio.c | 88 struct resource *rsc; local in function:lpe_audio_platdev_create 96 rsc = kcalloc(2, sizeof(*rsc), GFP_KERNEL); 97 if (!rsc) { 102 rsc[0].start = rsc[0].end = dev_priv->lpe_audio.irq; 103 rsc[0].flags = IORESOURCE_IRQ; 104 rsc[0].name = "hdmi-lpe-audio-irq"; 106 rsc[1].start = pci_resource_start(dev->pdev, 0) + 108 rsc[1].end = pci_resource_start(dev->pdev, 0) [all...] |
/src/sys/altq/ |
altq_hfsc.h | 71 struct service_curve rsc; member in struct:hfsc_classstats
|
altq_hfsc.c | 384 hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc, 427 if (rsc != NULL && rsc->m2 > m2) 428 m2 = rsc->m2; 465 if (rsc != NULL && (rsc->m1 != 0 || rsc->m2 != 0)) { 470 sc2isc(rsc, cl->cl_rsc); 1620 sp->rsc.m1 = sm2m(cl->cl_rsc->sm1); 1621 sp->rsc.d = dx2d(cl->cl_rsc->dx) 2096 struct service_curve *rsc = NULL; local in function:hfsccmd_modify_class [all...] |
/src/sys/dev/pci/ixgbe/ |
ix_txrx.c | 74 #ifdef RSC 76 * HW RSC control: 129 #ifdef RSC 1264 #ifdef RSC 1268 * Used to detect a descriptor that has been merged by Hardware RSC. 1280 * Initialize Hardware RSC (LRO) feature on 82599 1295 /* If turning LRO/RSC off we need to disable it */ 1335 /* Disable RSC for ACK packets */ 1604 #ifdef RSC 1609 #ifdef RSC 1881 u32 rsc; local in function:ixgbe_rxeof [all...] |
/src/sys/arch/ia64/include/ |
_regset.h | 67 unsigned long rsc; member in struct:_special
|
/src/sys/dev/raidframe/ |
rf_netbsdkintf.c | 547 rf_find_bootwedge(struct raid_softc *rsc) 549 RF_Raid_t *r = &rsc->sc_r; 627 DEVICE_XNAME(rsc->sc_dksc.sc_dev), 630 rdev = dkwedge_find_partition(rsc->sc_dksc.sc_dev, 664 struct raid_softc *sc, *rsc; local in function:rf_buildroothack 667 sc = rsc = NULL; 685 rsc = sc; 720 dksc = &rsc->sc_dksc; 725 candidate_root = rf_find_bootwedge(rsc); 742 DEVICE_XNAME(booted_device), rsc->sc_r.root_partition [all...] |