/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.h | 65 bool enable, int vf); 81 void ixgbe_restore_mdd_vf_X550(struct ixgbe_hw *hw, u32 vf);
|
ixgbe_api.h | 212 unsigned int vf); 214 int vf); 222 void ixgbe_restore_mdd_vf(struct ixgbe_hw *hw, u32 vf);
|
ixgbe_common.h | 157 void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf); 158 void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf);
|
ixgbe_api.c | 1112 * ixgbe_toggle_txdctl - Toggle VF's queues 1116 * Enable and disable each queue in VF. 1237 * @vf: Virtual Function pool - VF Pool to set for Ethertype anti-spoofing 1240 void ixgbe_set_ethertype_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) 1243 hw->mac.ops.set_ethertype_anti_spoofing(hw, enable, vf); 1303 * @vf_bitmap: vf bitmap of malicious vfs 1313 * ixgbe_restore_mdd_vf - Restore VF that was disabled during malicious driver 1316 * @vf: vf inde [all...] |
ixv.c | 377 str = "82599 VF"; 381 str = "X540 VF"; 385 str = "X550 VF"; 389 str = "X550EM X VF"; 393 str = "X550EM A VF"; 560 /* Check if VF was disabled by PF */ 563 /* PF is not capable of controlling VF state. Enable the link. */ 609 struct ixgbevf_hw_stats *stats = &sc->stats.vf; 745 /* Reset VF and renegotiate mailbox API version */ 797 /* PF is not capable of controlling VF state. Enable the link. * [all...] |
ixgbe.h | 621 struct ixgbevf_hw_stats vf; member in union:ixgbe_softc::__anone2a93ab7010a
|
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_common.c | 4166 * ixgbe_toggle_txdctl_generic - Toggle VF's queues 4168 * @vf_number: VF index 4170 * Enable and disable each queue in VF. 4460 * @vf: Virtual Function pool - VF Pool to set for MAC anti-spoofing 4463 void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) 4465 int vf_target_reg = vf >> 3; 4466 int vf_target_shift = vf % 8; 4484 * @vf: Virtual Function pool - VF Pool to set for VLAN anti-spoofin [all...] |
ixgbe_type.h | 1777 #define IXGBE_GPIE_VTMODE_16 0x00004000 /* 16 VFs 8 queues per VF */ 1778 #define IXGBE_GPIE_VTMODE_32 0x00008000 /* 32 VFs 4 queues per VF */ 1779 #define IXGBE_GPIE_VTMODE_64 0x0000C000 /* 64 VFs 2 queues per VF */ 1940 #define IXGBE_EICR_MAILBOX 0x00080000 /* VF to PF Mailbox Interrupt */ 1976 #define IXGBE_EICS_MAILBOX IXGBE_EICR_MAILBOX /* VF to PF Mailbox Int */ 1997 #define IXGBE_EIMS_MAILBOX IXGBE_EICR_MAILBOX /* VF to PF Mailbox Int */ 2026 #define IXGBE_EIMC_MAILBOX IXGBE_EICR_MAILBOX /* VF to PF Mailbox Int */ 2160 /* Per VF Port VLAN insertion rules */ 2770 #define IXGBE_MTQC_32VF 0x8 /* 4 TX Queues per pool w/32VF's */ 2771 #define IXGBE_MTQC_64VF 0x4 /* 2 TX Queues per pool w/64VF's * [all...] |
/src/usr.bin/vgrind/ |
vgrind.sh | 44 set vf=/usr/libexec/vfontedpr 115 $vf $options -h "$head" $files | cat $tm/$vmacs - 117 $vf $options $files | cat $tm/$vmacs - 121 $vf $options -h "$head" $files | \ 124 $vf $options $files | \ 133 $vf $options -h "$head" $files | cat $tm/$vmacs - 135 $vf $options $files | cat $tm/$vmacs - 139 $vf $options -h "$head" $files | groff -Tps -l -C -i $voptions -mvgrind 141 $vf $options $files | groff -Tps -l -C -i $voptions -mvgrind
|
/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/dev/videomode/ |
vesagtf.c | 664 float vf, hf; 667 vf = 1.0 * hf / vmp->vtotal; 671 vmp->hdisplay, vmp->vdisplay, vf, hf, vmp->dot_clock / 1000.0); 677 vmp->hdisplay, vmp->vdisplay, vf, (vmp->dot_clock / 1000.0),
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
vf500-colibri.dtsi | 7 #include "vf-colibri.dtsi"
|
/src/sys/dev/ic/ |
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...] |
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));
|
/src/sys/external/bsd/drm2/drm/ |
drm_vma_manager.c | 88 drm_vma_file_compare_key(void *cookie __unused, const void *vf, const void *vk) 90 const struct drm_vma_offset_file *const f = vf;
|
/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)
|
amdgpu_amdkfd.h | 249 unsigned int asic_type, bool vf);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
kfd_device.c | 497 struct pci_dev *pdev, unsigned int asic_type, bool vf) 509 device_info = kfd_supported_devices[asic_type][vf]; 514 amdgpu_asic_name[asic_type], vf ? "VF" : "");
|
/src/lib/libc/stdio/ |
vfwprintf.c | 553 WDECL(vf,printf)(FILE * __restrict fp, const CHAR_T * __restrict fmt0, va_list ap) 564 WDECL(vf,printf_l)(FILE * __restrict fp, locale_t loc, const CHAR_T * __restrict fmt0,
|
/src/tests/usr.bin/netpgpverify/ |
t_netpgpverify.sh | 2366 H9V9a/v95x9+87vf//WvfvVXP/2/H/uf/vDTTUqmcVLSiskDG4gsJJ7oLRS/gBII 2785 yHb9B4T9w0TzXjSq/fvvWZy/+M1v/8vf/Ne//Z9vxVm9LVDzeHxPqa1O4deWPb+e 6762 r6TkxFVqstLeSa9ky/qW1q4ur/BfFfWm6Zeb7fSocJYWh9b1ps2tEWrbCVq0I+Vf
|