Searched refs:vsc (Results 1 - 23 of 23) sorted by relevance

/freebsd-12-stable/sys/dev/mii/
H A Dvscphy.c104 vscphy_fdt_get_config(struct vscphy_softc *vsc) argument
109 cfg = mii_fdt_get_config(vsc->dev);
110 vsc->contype = cfg->con_type;
111 vsc->laneswap = (cfg->flags & MIIF_FDT_LANE_SWAP) &&
114 vsc->rxdelay = val;
116 vsc->txdelay = val;
138 vsc8501_setup_rgmii(struct vscphy_softc *vsc) argument
142 vscphy_write(vsc, VSC8501_EXTPAGE_REG, VSC8501_RGMII_CTRL_PAGE);
144 reg = vscphy_read(vsc, VSC8501_RGMII_CTRL_REG);
149 if (vsc
165 vsc8501_reset(struct vscphy_softc *vsc) argument
192 struct vscphy_softc *vsc = (struct vscphy_softc *)sc; local
240 struct vscphy_softc *vsc; local
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_status.c92 vdev_missing(vdev_stat_t *vs, uint_t vsc) argument
100 vdev_faulted(vdev_stat_t *vs, uint_t vsc) argument
107 vdev_errors(vdev_stat_t *vs, uint_t vsc) argument
116 vdev_broken(vdev_stat_t *vs, uint_t vsc) argument
123 vdev_offlined(vdev_stat_t *vs, uint_t vsc) argument
130 vdev_removed(vdev_stat_t *vs, uint_t vsc) argument
136 vdev_non_native_ashift(vdev_stat_t *vs, uint_t vsc) argument
138 return (VDEV_STAT_VALID(vs_physical_ashift, vsc) &&
151 uint_t c, vsc, children; local
175 (uint64_t **)&vs, &vsc)
217 uint_t vsc, psc; local
[all...]
H A Dlibzfs_pool.c255 uint_t vsc; local
358 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc)
3730 uint_t vsc; local
3750 (uint64_t **)&vs, &vsc) == 0;
/freebsd-12-stable/sys/dev/cy/
H A Dcy_isa.c110 void *irq_cookie, *vaddr, *vsc; local
125 vsc = cyattach_common(vaddr, 0);
126 if (vsc == NULL) {
139 cyintr, NULL, vsc, &irq_cookie) != 0) {
H A Dcy_pci.c109 void *irq_cookie, *vaddr, *vsc; local
136 vsc = cyattach_common(vaddr, 1);
137 if (vsc == NULL) {
151 cyintr, NULL, vsc, &irq_cookie);
157 NULL, (driver_intr_t *)cyintr, vsc, &irq_cookie);
/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_virtio_rnd.c100 pci_vtrnd_reset(void *vsc) argument
104 sc = vsc;
112 pci_vtrnd_notify(void *vsc, struct vqueue_info *vq) argument
119 sc = vsc;
H A Dpci_virtio_net.c146 pci_vtnet_reset(void *vsc) argument
148 struct pci_vtnet_softc *sc = vsc;
387 pci_vtnet_ping_rxq(void *vsc, struct vqueue_info *vq) argument
389 struct pci_vtnet_softc *sc = vsc;
449 pci_vtnet_ping_txq(void *vsc, struct vqueue_info *vq) argument
451 struct pci_vtnet_softc *sc = vsc;
522 pci_vtnet_ping_ctlq(void *vsc, struct vqueue_info *vq) argument
657 pci_vtnet_cfgwrite(void *vsc, int offset, int size, uint32_t value) argument
659 struct pci_vtnet_softc *sc = vsc;
678 pci_vtnet_cfgread(void *vsc, in argument
689 pci_vtnet_neg_features(void *vsc, uint64_t negotiated_features) argument
[all...]
H A Dpci_virtio_scsi.c301 pci_vtscsi_reset(void *vsc) argument
305 sc = vsc;
327 pci_vtscsi_neg_features(void *vsc, uint64_t negotiated_features) argument
329 struct pci_vtscsi_softc *sc = vsc;
335 pci_vtscsi_cfgread(void *vsc, int offset, int size, uint32_t *retval) argument
337 struct pci_vtscsi_softc *sc = vsc;
346 pci_vtscsi_cfgwrite(void *vsc, int offset, int size, uint32_t val) argument
555 pci_vtscsi_controlq_notify(void *vsc, struct vqueue_info *vq) argument
564 sc = vsc;
583 pci_vtscsi_eventq_notify(void *vsc, struc argument
590 pci_vtscsi_requestq_notify(void *vsc, struct vqueue_info *vq) argument
[all...]
H A Dpci_virtio_console.c185 pci_vtcon_reset(void *vsc) argument
189 sc = vsc;
196 pci_vtcon_neg_features(void *vsc, uint64_t negotiated_features) argument
198 struct pci_vtcon_softc *sc = vsc;
204 pci_vtcon_cfgread(void *vsc, int offset, int size, uint32_t *retval) argument
206 struct pci_vtcon_softc *sc = vsc;
215 pci_vtcon_cfgwrite(void *vsc, int offset, int size, uint32_t val) argument
575 pci_vtcon_notify_tx(void *vsc, struct vqueue_info *vq) argument
583 sc = vsc;
601 pci_vtcon_notify_rx(void *vsc, struc argument
[all...]
H A Dpci_virtio_block.c215 pci_vtblk_reset(void *vsc) argument
217 struct pci_vtblk_softc *sc = vsc;
383 pci_vtblk_notify(void *vsc, struct vqueue_info *vq) argument
385 struct pci_vtblk_softc *sc = vsc;
503 pci_vtblk_cfgwrite(void *vsc, int offset, int size, uint32_t value) argument
511 pci_vtblk_cfgread(void *vsc, int offset, int size, uint32_t *retval) argument
513 struct pci_vtblk_softc *sc = vsc;
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dvdev.cc165 uint_t vsc; local
180 &nvlist_array, &vsc) == 0) {
/freebsd-12-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1302 vmxnet3_isc_txd_encap(void *vsc, if_pkt_info_t pi) argument
1315 sc = vsc;
1387 vmxnet3_isc_txd_flush(void *vsc, uint16_t txqid, qidx_t pidx) argument
1392 sc = vsc;
1411 vmxnet3_isc_txd_credits_update(void *vsc, uint16_t txqid, bool clear) argument
1420 sc = vsc;
1457 vmxnet3_isc_rxd_available(void *vsc, uint16_t rxqid, qidx_t idx, qidx_t budget) argument
1468 sc = vsc;
1501 vmxnet3_isc_rxd_pkt_get(void *vsc, if_rxd_info_t ri) argument
1517 sc = vsc;
1673 vmxnet3_isc_rxd_refill(void *vsc, if_rxd_update_t iru) argument
1731 vmxnet3_isc_rxd_flush(void *vsc, uint16_t rxqid, uint8_t flid, qidx_t pidx) argument
1800 vmxnet3_event_intr(void *vsc) argument
[all...]
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Drs690.c246 if (crtc->vsc.full > dfixed_const(2))
265 * vsc = vertical scaling ratio, defined as source/destination
274 if (crtc->vsc.full > b.full)
275 b.full = crtc->vsc.full;
H A Devergreen.c831 fixed20_12 vsc; /* vertical scale ratio */ member in struct:evergreen_wm_params
946 bandwidth.full = dfixed_mul(bandwidth, wm->vsc);
971 if ((wm->vsc.full > a.full) ||
972 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) ||
974 ((wm->vsc.full >= a.full) && wm->interlaced))
1032 if (wm->vsc.full > a.full)
1080 wm.vsc = radeon_crtc->vsc;
H A Dsi.c541 fixed20_12 vsc; /* vertical scale ratio */ member in struct:dce6_wm_params
673 bandwidth.full = dfixed_mul(bandwidth, wm->vsc);
699 if ((wm->vsc.full > a.full) ||
700 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) ||
702 ((wm->vsc.full >= a.full) && wm->interlaced))
769 if (wm->vsc.full > a.full)
816 wm.vsc = radeon_crtc->vsc;
H A Drv515.c955 if (crtc->vsc.full > dfixed_const(2))
974 * vsc = vertical scaling ratio, defined as source/destination
983 if (crtc->vsc.full > b.full)
984 b.full = crtc->vsc.full;
H A Dradeon_mode.h315 fixed20_12 vsc; member in struct:radeon_crtc
H A Dradeon_display.c1523 radeon_crtc->vsc.full = dfixed_div(a, b);
1528 radeon_crtc->vsc.full = dfixed_const(1);
/freebsd-12-stable/sys/dev/hifn/
H A Dhifn7751.c791 hifn_rng(void *vsc) argument
794 struct hifn_softc *sc = vsc;
2126 hifn_tick(void* vsc) argument
2128 struct hifn_softc *sc = vsc;
/freebsd-12-stable/sys/dev/txp/
H A Dif_txp.c800 txp_intr(void *vsc) argument
805 sc = vsc;
1999 txp_tick(void *vsc) argument
2007 sc = vsc;
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1579 uint_t c, vsc, children; local
1595 (uint64_t **)&vs, &vsc) == 0);
1709 VDEV_STAT_VALID(vs_physical_ashift, vsc) &&
1974 uint_t vsc; local
1988 (uint64_t **)&vs, &vsc) == 0);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c4706 uint_t vsc; local
4736 (uint64_t **)&vs, &vsc) == 0);
4756 uint_t vsc; local
4792 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc)
/freebsd-12-stable/sys/dev/ubsec/
H A Dubsec.c1714 ubsec_rng(void *vsc) argument
1716 struct ubsec_softc *sc = vsc;

Completed in 545 milliseconds