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

1234

/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c6109 vdev_file_t *vf = vd0->vdev_tsd; local
6114 if (vf != NULL && ztest_random(3) == 0) {
6115 (void) close(vf->vf_file->f_fd);
6116 vf->vf_file->f_fd = -1;
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev.c2094 u16 ecore_get_cm_pq_idx_vf(struct ecore_hwfn *p_hwfn, u16 vf) argument
2098 if (vf > max_vf)
2099 DP_ERR(p_hwfn, "vf %d must be smaller than %d\n", vf, max_vf);
2101 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_VFS) + vf;
H A Dqlnx_os.c7846 struct ecore_public_vf_info *vf; local
7854 vf = ecore_iov_get_public_vf_info(p_hwfn, vfid, true);
7855 if (!vf)
7861 memcpy(params->mac, vf->forced_mac, ETH_ALEN);
/freebsd-13-stable/sys/dev/ocs_fc/
H A Dsli4.h670 vf:1, member in struct:sli4_cmd_init_vfi_s
1098 vf:1, /** virtual fabric support */ member in struct:__anon13900::__anon13901
H A Dsli4.c4063 sli4->config.features.flag.vf = TRUE;
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2190 } vf; member in union:fw_vi_stats_cmd::fw_vi_stats
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_type.h4002 void (*restore_mdd_vf)(struct ixgbe_hw *hw, u32 vf);
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh2366 H9V9a/v95x9+87vf//WvfvVXP/2/H/uf/vDTTUqmcVLSiskDG4gsJJ7oLRS/gBII
2785 yHb9B4T9w0TzXjSq/fvvWZy/+M1v/8vf/Ne//Z9vxVm9LVDzeHxPqa1O4deWPb+e
/freebsd-13-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7013 } vf; member in union:fw_vi_stats_cmd::fw_vi_stats

Completed in 479 milliseconds

1234