/src/sys/dev/usb/ |
auvitek_video.c | 443 struct video_frequency vf; local in function:auvitek_set_input 482 vf.tuner_index = AUVITEK_TUNER_DEFAULT; 483 vf.frequency = sc->sc_curfreq; 484 auvitek_set_frequency(sc, &vf); 491 auvitek_get_frequency(void *opaque, struct video_frequency *vf) 499 vf->tuner_index = AUVITEK_TUNER_DEFAULT; 500 vf->frequency = sc->sc_curfreq; 506 auvitek_set_frequency(void *opaque, struct video_frequency *vf) 515 if (vf->tuner_index != AUVITEK_TUNER_DEFAULT) 525 params.frequency = vf->frequency [all...] |
uhci.c | 3260 struct uhci_vframe *vf = &sc->sc_vframes[sqh->pos]; local in function:uhci_add_intr 3266 eqh = vf->eqh; 3277 vf->eqh = sqh; 3278 vf->bandwidth++; 3285 struct uhci_vframe *vf = &sc->sc_vframes[sqh->pos]; local in function:uhci_remove_intr 3305 pqh = uhci_find_prev_qh(vf->hqh, sqh); 3315 if (vf->eqh == sqh) 3316 vf->eqh = pqh; 3317 vf->bandwidth--;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_amdkfd.c | 71 bool vf = amdgpu_sriov_vf(adev); local in function:amdgpu_amdkfd_device_probe 74 adev->pdev, adev->asic_type, vf); 705 unsigned int asic_type, bool vf)
|
/src/sys/dev/pci/ixgbe/ |
if_sriov.c | 95 /* Support functions for SR-IOV/VF management */ 97 ixgbe_send_vf_msg(struct ixgbe_hw *hw, struct ixgbe_vf *vf, u32 msg) 99 if (vf->flags & IXGBE_VF_CTS) 102 hw->mbx.ops[vf->pool].write(hw, &msg, 1, vf->pool); 106 ixgbe_send_vf_ack(struct ixgbe_softc *sc, struct ixgbe_vf *vf, u32 msg) 109 ixgbe_send_vf_msg(&sc->hw, vf, msg | IXGBE_VT_MSGTYPE_SUCCESS); 113 ixgbe_send_vf_nack(struct ixgbe_softc *sc, struct ixgbe_vf *vf, u32 msg) 116 ixgbe_send_vf_msg(&sc->hw, vf, msg | IXGBE_VT_MSGTYPE_FAILURE); 120 ixgbe_process_vf_ack(struct ixgbe_softc *sc, struct ixgbe_vf *vf) 207 struct ixgbe_vf *vf; local in function:ixgbe_ping_all_vfs 649 struct ixgbe_vf *vf; local in function:ixgbe_handle_mbx 871 struct ixgbe_vf *vf; local in function:ixgbe_recalculate_max_frame 886 struct ixgbe_vf *vf; local in function:ixgbe_add_vf [all...] |
ixgbe_x550.c | 1246 * @vf: Virtual Function pool - VF Pool to set for Ethertype anti-spoofing 1250 bool enable, int vf) 1252 int vf_target_reg = vf >> 3; 1253 int vf_target_shift = vf % 8 + IXGBE_SPOOF_ETHERTYPEAS_SHIFT; 1576 * @vf: vf index 1578 * Restore VF that was disabled during malicious driver detection event 1580 void ixgbe_restore_mdd_vf_X550(struct ixgbe_hw *hw, u32 vf) 1586 /* Map VF to queues * 1623 u32 i, j, reg, q, shift, vf, idx; local in function:ixgbe_mdd_event_X550 [all...] |
ixgbe.h | 621 struct ixgbevf_hw_stats vf; member in union:ixgbe_softc::__anone2a93ab7010a
|
/src/sys/dev/ic/ |
vga.c | 593 const struct vga_funcs *vf) 649 vc->vc_funcs = vf; 784 const struct vga_funcs *vf = vc->vc_funcs; local in function:vga_ioctl 841 if (vf->vf_ioctl == NULL) 844 return ((*vf->vf_ioctl)(v, cmd, data, flag, l)); 851 const struct vga_funcs *vf = vc->vc_funcs; local in function:vga_mmap 856 if (vf->vf_mmap == NULL) 859 return ((*vf->vf_mmap)(v, offset, prot));
|
vga_raster.c | 382 struct vga_raster_font *vf; local in function:vga_raster_init 415 vf = &vga_console_fontset_ascii; 429 vf->font = wf; 432 vf->font = &builtinfont; 434 LIST_INSERT_HEAD(&vc->vc_fontlist, vf, next); 524 const struct vga_funcs *vf) 541 vc->vc_funcs = vf; 627 const struct vga_funcs *vf = vc->vc_funcs; local in function:vga_raster_ioctl 675 if (vf->vf_ioctl == NULL) { 682 return ((*vf->vf_ioctl)(v, cmd, data, flag, l)) 689 const struct vga_funcs *vf = vc->vc_funcs; local in function:vga_raster_mmap 848 struct vga_raster_font *vf; local in function:vga_raster_setup_font [all...] |