Searched refs:vf (Results 51 - 75 of 84) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h225 uint64_t vf = a + z; local
236 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c2190 font_lookup(const struct vt_font *vf, teken_char_t c, const teken_attr_t *a) argument
2197 dst = font_bisearch(vf->vf_map[VFNT_MAP_BOLD],
2198 vf->vf_map_count[VFNT_MAP_BOLD], c);
2202 dst = font_bisearch(vf->vf_map[VFNT_MAP_NORMAL],
2203 vf->vf_map_count[VFNT_MAP_NORMAL], c);
2206 stride = howmany(vf->vf_width, 8) * vf->vf_height;
2207 return (&vf->vf_bytes[dst * stride]);
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2065 int (*set_vf_link_state)(struct ib_device *device, int vf, u8 port,
2067 int (*get_vf_config)(struct ib_device *device, int vf, u8 port,
2069 int (*get_vf_stats)(struct ib_device *device, int vf, u8 port,
2071 int (*set_vf_guid)(struct ib_device *device, int vf, u8 port, u64 guid,
2546 int ib_set_vf_link_state(struct ib_device *device, int vf, u8 port,
2548 int ib_get_vf_config(struct ib_device *device, int vf, u8 port,
2550 int ib_get_vf_stats(struct ib_device *device, int vf, u8 port,
2552 int ib_set_vf_guid(struct ib_device *device, int vf, u8 port, u64 guid,
/freebsd-13-stable/sys/dev/vnic/
H A Dnic.h517 int nicvf_send_msg_to_pf(struct nicvf *vf, union nic_mbx *mbx);
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_ioctl.c3126 linux_to_bsd_v4l2_format(struct l_v4l2_format *lvf, struct v4l2_format *vf) argument
3128 vf->type = lvf->type;
3139 memcpy(&vf->fmt, &lvf->fmt, sizeof(vf->fmt));
3144 bsd_to_linux_v4l2_format(struct v4l2_format *vf, struct l_v4l2_format *lvf) argument
3146 lvf->type = vf->type;
3147 if (vf->type == V4L2_BUF_TYPE_VIDEO_OVERLAY
3149 || vf->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY
3157 memcpy(&lvf->fmt, &vf->fmt, sizeof(vf
[all...]
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe.h464 struct ixgbevf_hw_stats vf; member in union:adapter::__anon12546
H A Dixgbe_x550.c1071 * @vf: Virtual Function pool - VF Pool to set for Ethertype anti-spoofing
1075 bool enable, int vf)
1077 int vf_target_reg = vf >> 3;
1078 int vf_target_shift = vf % 8 + IXGBE_SPOOF_ETHERTYPEAS_SHIFT;
1401 * @vf: vf index
1405 void ixgbe_restore_mdd_vf_X550(struct ixgbe_hw *hw, u32 vf) argument
1428 start_q = vf * num_qs;
1430 /* Release vf's queues by clearing WQBR_TX and WQBR_RX (RW1C) */
1441 * @vf_bitmap: vf bitma
1074 ixgbe_set_ethertype_anti_spoofing_X550(struct ixgbe_hw *hw, bool enable, int vf) argument
1448 u32 i, j, reg, q, shift, vf, idx; local
[all...]
H A Dixgbe_common.c4384 * @vf: Virtual Function pool - VF Pool to set for MAC anti-spoofing
4387 void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) argument
4389 int vf_target_reg = vf >> 3;
4390 int vf_target_shift = vf % 8;
4408 * @vf: Virtual Function pool - VF Pool to set for VLAN anti-spoofing
4411 void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) argument
4413 int vf_target_reg = vf >> 3;
4414 int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT;
/freebsd-13-stable/tools/tools/tinybsd/
H A Dtinybsd483 rm -vf ${VNODEFILE}
/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c1658 int vf, rc, vf_count; local
1670 for (vf = 0; vf < vf_count; vf++) {
1671 t4_read_rss_vf_config(padap, vf, &vfconf[vf].rss_vf_vfl,
1672 &vfconf[vf].rss_vf_vfh, 1);
/freebsd-13-stable/sys/dev/sfxge/common/
H A Def10_nic.c1794 uint32_t vf; local
1812 * - PCIe PF: pf = PF number, vf = 0xffff.
1813 * - PCIe VF: pf = parent PF, vf = VF number.
1815 if ((rc = efx_mcdi_get_function_info(enp, &pf, &vf)) != 0)
1819 encp->enc_vf = vf;
H A Defx_mcdi.c1987 * This function returns the pf and vf number of a function. If it is a pf the
1988 * vf number is 0xffff. The vf number is the index of the vf on that
1989 * function. So if you have 3 vfs on pf 0 the 3 vfs will return (pf=0,vf=0),
1990 * (pf=0,vf=1), (pf=0,vf=2) aand the pf will return (pf=0, vf=0xffff).
2039 __in uint32_t vf,
2055 PRIVILEGE_MASK_IN_FUNCTION_VF, vf);
2036 efx_mcdi_privilege_mask( __in efx_nic_t *enp, __in uint32_t pf, __in uint32_t vf, __out uint32_t *maskp) argument
[all...]
H A Def10_impl.h1171 __in uint32_t vf,
/freebsd-13-stable/contrib/file/src/
H A Dsoftmagic.c571 float vf; local
770 vf = p->f;
775 (void)snprintf(buf, sizeof(buf), "%g", vf);
780 if (file_printf(ms, F(ms, desc, "%g"), vf) == -1)
/freebsd-13-stable/sys/dev/pci/
H A Dpcivar.h224 struct pcicfg_vf vf; /* SR-IOV Virtual Function */ member in struct:pcicfg
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h574 #define OSAL_IOV_VF_VPORT_STOP(p_hwfn, vf)
H A Decore.h1033 u16 ecore_get_cm_pq_idx_vf(struct ecore_hwfn *p_hwfn, u16 vf);
/freebsd-13-stable/sys/dev/bnxt/
H A Dbnxt.h575 struct bnxt_vf_info vf; member in struct:bnxt_softc
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c424 int vf, int num_instances)
426 res_alloc->guaranteed[vf] = num_instances /
428 res_alloc->quota[vf] = (num_instances / 2) + res_alloc->guaranteed[vf];
429 if (vf == mlx4_master_func_num(dev)) {
434 res_alloc->guaranteed[vf] += dev->caps.reserved_mtts;
435 res_alloc->quota[vf] += dev->caps.reserved_mtts;
421 initialize_res_quotas(struct mlx4_dev *dev, struct resource_allocator *res_alloc, enum mlx4_resource res_type, int vf, int num_instances) argument
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c1005 int vf, u8 port_num, void *out,
1025 MLX5_SET(query_vport_counter_in, in, vport_number, vf + 1);
1004 mlx5_core_query_vport_counter(struct mlx5_core_dev *dev, u8 other_vport, int vf, u8 port_num, void *out, size_t out_sz) argument
H A Dmlx5_eswitch.c1262 ivi->vf = vport - 1;
/freebsd-13-stable/sys/dev/e1000/
H A De1000_hw.h1043 struct e1000_dev_spec_vf vf; member in union:e1000_hw::__anon12060
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh565 atf_check -o file:subj fgrep -vf epatfile subj
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h1320 u_int vf; member in struct:uni_ie_crankback::__anon9972::__anon9973
H A Duni_ie.c6343 uni_print_entry(cx, "vf", "%u", ie->diag.top.vf);
6444 APP_32BIT(msg, ie->diag.top.vf);
6536 ie->diag.top.vf = *msg->b_rptr++ << 24;
6537 ie->diag.top.vf |= *msg->b_rptr++ << 16;
6538 ie->diag.top.vf |= *msg->b_rptr++ << 8;
6539 ie->diag.top.vf |= *msg->b_rptr++ << 0;

Completed in 1001 milliseconds

1234