Searched refs:vf_num (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/usr.sbin/iovctl/
H A Dvalidate.c81 u_long vf_num; local
83 vf_num = strtoul(key + matches[1].rm_so, NULL, 10);
85 if (vf_num > UINT16_MAX)
87 vf_num);
89 return (vf_num);
234 uint16_t vf_num, num_vfs; local
266 vf_num = parse_vf_num(key, matches);
267 if (vf_num >= num_vfs)
270 vf_num, num_vfs);
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_iov.c139 vsi_ctx.vf_num = hw->func_caps.vf_base_id + vf->vf_num;
252 wr32(hw, I40E_VPLAN_MAPENA(vf->vf_num),
261 wr32(hw, I40E_VPLAN_QTABLE(i, vf->vf_num), qtable);
264 wr32(hw, I40E_VPLAN_QTABLE(i, vf->vf_num),
324 ixl_vf_disable_queue_intr(hw, I40E_VFINT_DYN_CTL0(vf->vf_num));
327 vfint_reg = IXL_VFINT_DYN_CTLN_REG(hw, i , vf->vf_num);
332 ixl_vf_unregister_intr(hw, I40E_VPINT_LNKLST0(vf->vf_num));
335 vpint_reg = IXL_VPINT_LNKLSTN_REG(hw, i, vf->vf_num);
351 global_vf_num = hw->func_caps.vf_base_id + vf->vf_num;
1532 uint16_t vf_num, msg_size; local
[all...]
H A Dixl.h311 #define IXL_VPINT_LNKLSTN_REG(hw, vector, vf_num) \
313 (((hw)->func_caps.num_msix_vectors_vf - 1) * (vf_num)))
315 #define IXL_VFINT_DYN_CTLN_REG(hw, vector, vf_num) \
317 (((hw)->func_caps.num_msix_vectors_vf - 1) * (vf_num)))
H A Dixl_pf.h66 uint16_t vf_num; member in struct:ixl_vf
H A Di40e_type.h1401 u8 vf_num; member in struct:i40e_vsi_context
H A Di40e_common.c2209 cmd->vf_id = vsi_ctx->vf_num;
H A Dixl_pf_main.c2146 ctxt.flags, ctxt.pf_num, ctxt.vf_num,
/freebsd-11-stable/sys/dev/pci/
H A Dpci_iov_schema.c759 u_long vf_num; local
778 vf_num = strtoul(number_start, &endp, 10);
783 if (vf_num != 0 && number_start[0] == '0')
787 if (vf_num == 0 && number_start[1] != '\0')
790 if (vf_num >= num_vfs)
/freebsd-11-stable/sys/dev/mlx5/
H A Dvport.h146 u8 port_num, u16 vf_num, u16 pkey_index,
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_int.c2389 u16 igu_sb_id = 0, vf_num = 0; local
2460 vf_num = (u16)p_hwfn->p_dev->p_iov_info->first_vf_in_pf;
2462 p_block->function_id = (u8)vf_num;
2505 igu_sb_id, vf_num,
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c1207 u8 port_num, u16 vf_num, u16 pkey_index,
1242 vf_num);
1206 mlx5_query_hca_vport_pkey(struct mlx5_core_dev *dev, u8 other_vport, u8 port_num, u16 vf_num, u16 pkey_index, u16 *pkey) argument
/freebsd-11-stable/sys/dev/oce/
H A Doce_hw.h2122 uint8_t vf_num; member in struct:oce_nic_resc_desc

Completed in 161 milliseconds