/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 78 static void bnx2x_vf_igu_ack_sb(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vf_igu_ack_sb() 114 struct bnx2x_virtf *vf, in bnx2x_validate_vf_sp_objs() 128 void bnx2x_vfop_qctor_dump_tx(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vfop_qctor_dump_tx() 144 void bnx2x_vfop_qctor_dump_rx(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vfop_qctor_dump_rx() 169 struct bnx2x_virtf *vf, in bnx2x_vfop_qctor_prep() 234 struct bnx2x_virtf *vf, int qid, in bnx2x_vf_queue_create() 273 static int bnx2x_vf_queue_destroy(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vf_queue_destroy() 317 struct bnx2x_virtf *vf = bnx2x_vf_by_abs_fid(bp, abs_vfid); in bnx2x_vf_set_igu_info() local 354 static int bnx2x_vf_vlan_mac_clear(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vf_vlan_mac_clear() 399 struct bnx2x_virtf *vf, int qid, in bnx2x_vf_mac_vlan_config() [all …]
|
D | bnx2x_vfpf.c | 542 static void bnx2x_leading_vfq_init(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_leading_vfq_init() 1125 struct bnx2x_virtf *vf) in bnx2x_vf_mbx_resp_single_tlv() 1141 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_resp_send_msg() 1206 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_resp() 1214 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_resp_phys_port() 1237 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_resp_fp_hsi_ver() 1256 static void bnx2x_vf_mbx_acquire_resp(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vf_mbx_acquire_resp() 1382 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_acquire_chk_dorq() 1399 static void bnx2x_vf_mbx_acquire(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vf_mbx_acquire() 1469 static void bnx2x_vf_mbx_init_vf(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vf_mbx_init_vf() [all …]
|
D | bnx2x_sriov.h | 161 #define vf_rxq_count(vf) ((vf)->alloc_resc.num_rxqs) argument 162 #define vf_txq_count(vf) ((vf)->alloc_resc.num_txqs) argument 163 #define vf_sb_count(vf) ((vf)->alloc_resc.num_sbs) argument 164 #define vf_mac_rules_cnt(vf) ((vf)->alloc_resc.num_mac_filters) argument 165 #define vf_vlan_rules_cnt(vf) ((vf)->alloc_resc.num_vlan_filters) argument 166 #define vf_mc_rules_cnt(vf) ((vf)->alloc_resc.num_mc_filters) argument 174 #define bnx2x_vfq(vf, nr, var) ((vf)->vfqs[(nr)].var) argument 175 #define bnx2x_leading_vfq(vf, var) ((vf)->vfqs[LEADING_IDX].var) argument 219 #define for_each_vfq(vf, var) \ argument 222 #define for_each_vf_sb(vf, var) \ argument [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.c | 47 struct i40e_vf *vf = pf->vf; in i40e_vc_vf_broadcast() local 71 static void i40e_vc_notify_vf_link_state(struct i40e_vf *vf) in i40e_vc_notify_vf_link_state() 130 void i40e_vc_notify_vf_reset(struct i40e_vf *vf) in i40e_vc_notify_vf_reset() 161 static inline void i40e_vc_disable_vf(struct i40e_pf *pf, struct i40e_vf *vf) in i40e_vc_disable_vf() 174 static inline bool i40e_vc_isvalid_vsi_id(struct i40e_vf *vf, u16 vsi_id) in i40e_vc_isvalid_vsi_id() 190 static inline bool i40e_vc_isvalid_queue_id(struct i40e_vf *vf, u16 vsi_id, in i40e_vc_isvalid_queue_id() 206 static inline bool i40e_vc_isvalid_vector_id(struct i40e_vf *vf, u8 vector_id) in i40e_vc_isvalid_vector_id() 223 static u16 i40e_vc_get_pf_queue_id(struct i40e_vf *vf, u16 vsi_id, in i40e_vc_get_pf_queue_id() 252 static void i40e_config_irq_link_list(struct i40e_vf *vf, u16 vsi_id, in i40e_config_irq_link_list() 363 static int i40e_config_vsi_tx_queue(struct i40e_vf *vf, u16 vsi_id, in i40e_config_vsi_tx_queue() [all …]
|
D | i40e.h | 387 struct i40e_vf *vf; member
|
D | i40e_main.c | 5715 struct i40e_vf *vf; in i40e_handle_lan_overflow_event() local 6890 struct i40e_vf *vf; in i40e_handle_mdd_event() local
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 328 u32 *msgbuf, u32 vf) in ixgbe_set_vf_multicasts() 407 u32 vf) in ixgbe_set_vf_vlan() 416 static s32 ixgbe_set_vf_lpe(struct ixgbe_adapter *adapter, u32 *msgbuf, u32 vf) in ixgbe_set_vf_lpe() 502 static void ixgbe_set_vmolr(struct ixgbe_hw *hw, u32 vf, bool aupe) in ixgbe_set_vmolr() 513 static void ixgbe_clear_vmvir(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_clear_vmvir() 519 static inline void ixgbe_vf_reset_event(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_vf_reset_event() 559 int vf, unsigned char *mac_addr) in ixgbe_set_vf_mac() 569 int vf, int index, unsigned char *mac_addr) in ixgbe_set_vf_macvlan() 636 static inline void ixgbe_write_qde(struct ixgbe_adapter *adapter, u32 vf, in ixgbe_write_qde() 657 static int ixgbe_vf_reset_msg(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_vf_reset_msg() [all …]
|
D | ixgbe_sriov.h | 63 u16 vid, u16 qos, u32 vf) in ixgbe_set_vmvir()
|
D | ixgbe_dcb_nl.c | 671 int vf; in ixgbe_dcbnl_ieee_setapp() local 714 int vf; in ixgbe_dcbnl_ieee_delapp() local
|
D | ixgbe_x550.c | 2233 bool enable, int vf) in ixgbe_set_ethertype_anti_spoofing_X550()
|
D | ixgbe_ethtool.c | 2615 u8 vf = ethtool_get_flow_spec_ring_vf(fsp->ring_cookie); in ixgbe_add_ethtool_fdir_entry() local
|
D | ixgbe_common.c | 3363 void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) in ixgbe_set_vlan_anti_spoofing()
|
D | ixgbe.h | 168 int vf; member
|
D | ixgbe_main.c | 9120 int vf, pos; in ixgbe_io_error_detected() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov_pf.c | 742 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_pf_channel_cfg_cmd() local 788 struct qlcnic_vf_info *vf, in qlcnic_sriov_cfg_vf_def_mac() 855 struct qlcnic_vf_info *vf, in qlcnic_83xx_cfg_default_mac_vlan() 886 struct qlcnic_vf_info *vf = tran->vf; in qlcnic_sriov_pf_create_rx_ctx_cmd() local 914 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_pf_mac_address_cmd() local 946 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_pf_create_tx_ctx_cmd() local 969 static int qlcnic_sriov_validate_del_rx_ctx(struct qlcnic_vf_info *vf, in qlcnic_sriov_validate_del_rx_ctx() 984 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_pf_del_rx_ctx_cmd() local 1004 static int qlcnic_sriov_validate_del_tx_ctx(struct qlcnic_vf_info *vf, in qlcnic_sriov_validate_del_tx_ctx() 1019 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_pf_del_tx_ctx_cmd() local [all …]
|
D | qlcnic_sriov_common.c | 142 struct qlcnic_vf_info *vf; in qlcnic_sriov_init() local 256 struct qlcnic_vf_info *vf; in __qlcnic_sriov_cleanup() local 814 static int qlcnic_sriov_clear_trans(struct qlcnic_vf_info *vf, in qlcnic_sriov_clear_trans() 840 struct qlcnic_vf_info *vf, in qlcnic_sriov_schedule_bc_cmd() 883 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_wait_for_channel_free() local 912 static int __qlcnic_sriov_issue_bc_post(struct qlcnic_vf_info *vf) in __qlcnic_sriov_issue_bc_post() 930 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_issue_bc_post() local 961 struct qlcnic_vf_info *vf, u8 type) in __qlcnic_sriov_send_bc_msg() 1003 struct qlcnic_vf_info *vf; in qlcnic_sriov_send_bc_cmd() local 1045 struct qlcnic_vf_info *vf = container_of(work, struct qlcnic_vf_info, in qlcnic_sriov_process_bc_cmd() local [all …]
|
D | qlcnic_sriov.h | 90 struct qlcnic_vf_info *vf; member 267 struct qlcnic_vf_info *vf) {} in qlcnic_sriov_pf_handle_flr() 270 struct qlcnic_vf_info *vf) in qlcnic_sriov_soft_flr_check()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_pp.c | 38 int enic_is_valid_pp_vf(struct enic *enic, int vf, int *err) in enic_is_valid_pp_vf() 69 static int enic_set_port_profile(struct enic *enic, int vf) in enic_set_port_profile() 145 static int enic_unset_port_profile(struct enic *enic, int vf) in enic_unset_port_profile() 189 static int enic_pp_preassociate(struct enic *enic, int vf, in enic_pp_preassociate() 195 static int enic_pp_disassociate(struct enic *enic, int vf, in enic_pp_disassociate() 217 static int enic_pp_preassociate_rr(struct enic *enic, int vf, in enic_pp_preassociate_rr() 256 static int enic_pp_associate(struct enic *enic, int vf, in enic_pp_associate() 304 int enic_process_set_pp_request(struct enic *enic, int vf, in enic_process_set_pp_request() 321 int enic_process_get_pp_request(struct enic *enic, int vf, in enic_process_get_pp_request()
|
D | enic_pp.h | 22 #define ENIC_PP_BY_INDEX(enic, vf, pp, err) \ argument
|
D | enic_dev.h | 29 #define ENIC_DEVCMD_PROXY_BY_INDEX(vf, err, enic, vnicdevcmdfn, ...) \ argument
|
D | enic_api.c | 29 int enic_api_devcmd_proxy_by_index(struct net_device *netdev, int vf, in enic_api_devcmd_proxy_by_index()
|
D | enic_main.c | 196 int enic_is_valid_vf(struct enic *enic, int vf) in enic_is_valid_vf() 880 static int enic_set_vf_mac(struct net_device *netdev, int vf, u8 *mac) in enic_set_vf_mac() 906 static int enic_set_vf_port(struct net_device *netdev, int vf, in enic_set_vf_port() 995 static int enic_get_vf_port(struct net_device *netdev, int vf, in enic_get_vf_port()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | siena_sriov.c | 193 static unsigned abs_index(struct siena_vf *vf, unsigned index) in abs_index() 303 static void efx_siena_sriov_reset_tx_filter(struct siena_vf *vf) in efx_siena_sriov_reset_tx_filter() 347 static void efx_siena_sriov_reset_rx_filter(struct siena_vf *vf) in efx_siena_sriov_reset_rx_filter() 386 static void __efx_siena_sriov_update_vf_addr(struct siena_vf *vf) in __efx_siena_sriov_update_vf_addr() 401 static void __efx_siena_sriov_push_vf_status(struct siena_vf *vf) in __efx_siena_sriov_push_vf_status() 531 static int efx_vfdi_init_evq(struct siena_vf *vf) in efx_vfdi_init_evq() 572 static int efx_vfdi_init_rxq(struct siena_vf *vf) in efx_vfdi_init_rxq() 613 static int efx_vfdi_init_txq(struct siena_vf *vf) in efx_vfdi_init_txq() 660 static bool efx_vfdi_flush_wake(struct siena_vf *vf) in efx_vfdi_flush_wake() 669 static void efx_vfdi_flush_clear(struct siena_vf *vf) in efx_vfdi_flush_clear() [all …]
|
D | ef10_sriov.c | 124 struct ef10_vf *vf = nic_data->vf + i; in efx_ef10_sriov_free_vf_vports() local 163 struct ef10_vf *vf = nic_data->vf + vf_i; in efx_ef10_sriov_assign_vf_vport() local 464 struct ef10_vf *vf; in efx_ef10_sriov_set_vf_mac() local 538 struct ef10_vf *vf; in efx_ef10_sriov_set_vf_vlan() local 698 struct ef10_vf *vf; in efx_ef10_sriov_get_vf_config() local
|
D | nic.h | 398 struct siena_vf *vf; member 550 struct ef10_vf *vf; member
|
D | ef10.c | 664 struct ef10_vf *vf; in efx_ef10_remove() local 4288 struct ef10_vf *vf = nic_data->vf + i; in efx_ef10_set_mac_address() local
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_sriov.c | 43 struct bnxt_vf_info *vf; in bnxt_set_vf_spoofchk() local 84 struct bnxt_vf_info *vf; in bnxt_get_vf_config() local 114 struct bnxt_vf_info *vf; in bnxt_set_vf_mac() local 142 struct bnxt_vf_info *vf; in bnxt_set_vf_vlan() local 177 struct bnxt_vf_info *vf; in bnxt_set_vf_bw() local 218 struct bnxt_vf_info *vf; in bnxt_set_vf_link_state() local 251 struct bnxt_vf_info *vf; in bnxt_set_vf_attr() local 328 struct bnxt_vf_info *vf = &bp->pf.vf[k]; in bnxt_alloc_vf_resources() local 586 static int bnxt_hwrm_fwd_resp(struct bnxt *bp, struct bnxt_vf_info *vf, in bnxt_hwrm_fwd_resp() 622 static int bnxt_hwrm_fwd_err_resp(struct bnxt *bp, struct bnxt_vf_info *vf, in bnxt_hwrm_fwd_err_resp() [all …]
|
D | bnxt.h | 745 struct bnxt_vf_info *vf; member 977 struct bnxt_vf_info vf; member
|
D | bnxt.c | 3647 struct bnxt_vf_info *vf = &bp->vf; in bnxt_hwrm_func_qcaps() local
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_ib_main.c | 78 struct usnic_ib_vf *vf = obj; in usnic_ib_dump_vf_hdr() local 83 static void usnic_ib_dump_vf(struct usnic_ib_vf *vf, char *buf, int buf_sz) in usnic_ib_dump_vf() 90 void usnic_ib_log_vf(struct usnic_ib_vf *vf) in usnic_ib_log_vf() 534 struct usnic_ib_vf *vf; in usnic_ib_pci_probe() local 611 struct usnic_ib_vf *vf = pci_get_drvdata(pdev); in usnic_ib_pci_remove() local
|
D | usnic_ib_verbs.c | 150 struct usnic_ib_vf *vf; in find_free_vf_and_create_qp_grp() local 218 struct usnic_ib_vf *vf = qp_grp->vf; in qp_grp_destroy() local 375 struct usnic_ib_vf *vf; in usnic_ib_query_qp() local 546 struct usnic_ib_vf *vf; in usnic_ib_destroy_qp() local 696 struct usnic_ib_vf *vf; in usnic_ib_mmap() local
|
D | usnic_ib_qp_grp.c | 592 static int qp_grp_and_vf_bind(struct usnic_ib_vf *vf, in qp_grp_and_vf_bind() 675 usnic_ib_qp_grp_create(struct usnic_fwd_dev *ufdev, struct usnic_ib_vf *vf, in usnic_ib_qp_grp_create()
|
D | usnic_ib_qp_grp.h | 60 struct usnic_ib_vf *vf; member
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nic_main.c | 102 static void nic_clear_mbx_intr(struct nicpf *nic, int vf, int mbx_reg) in nic_clear_mbx_intr() 107 static u64 nic_get_mbx_addr(int vf) in nic_get_mbx_addr() 116 static void nic_send_msg_to_vf(struct nicpf *nic, int vf, union nic_mbx *mbx) in nic_send_msg_to_vf() 141 static void nic_mbx_send_ready(struct nicpf *nic, int vf) in nic_mbx_send_ready() 171 static void nic_mbx_send_ack(struct nicpf *nic, int vf) in nic_mbx_send_ack() 183 static void nic_mbx_send_nack(struct nicpf *nic, int vf) in nic_mbx_send_nack() 236 static int nic_update_hw_frs(struct nicpf *nic, int new_frs, int vf) in nic_update_hw_frs() 428 static void nic_send_rss_size(struct nicpf *nic, int vf) in nic_send_rss_size() 618 static void nic_enable_vf(struct nicpf *nic, int vf, bool enable) in nic_enable_vf() 634 static void nic_handle_mbx_intr(struct nicpf *nic, int vf) in nic_handle_mbx_intr() [all …]
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-radio-common.c | 153 int vivid_radio_g_frequency(struct file *file, const unsigned *pfreq, struct v4l2_frequency *vf) in vivid_radio_g_frequency() 161 int vivid_radio_s_frequency(struct file *file, unsigned *pfreq, const struct v4l2_frequency *vf) in vivid_radio_s_frequency()
|
D | vivid-sdr-cap.c | 350 struct v4l2_frequency *vf) in vivid_sdr_g_frequency() 369 const struct v4l2_frequency *vf) in vivid_sdr_s_frequency()
|
D | vivid-core.c | 273 static int vidioc_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) in vidioc_g_frequency() 287 static int vidioc_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in vidioc_s_frequency()
|
D | vivid-vid-cap.c | 1429 int vivid_video_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) in vivid_video_g_frequency() 1439 int vivid_video_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in vivid_video_s_frequency()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | adf_dev_mgr.c | 65 static int adf_get_vf_id(struct adf_accel_dev *vf) in adf_get_vf_id() 72 static int adf_get_vf_num(struct adf_accel_dev *vf) in adf_get_vf_num() 111 void adf_clean_vf_map(bool vf) in adf_clean_vf_map()
|
D | adf_sriov.c | 178 struct adf_accel_vf_info *vf; in adf_disable_sriov() local
|
D | adf_pf2vf_msg.c | 363 struct adf_accel_vf_info *vf; in adf_pf2vf_notify_restarting() local
|
D | adf_accel_devices.h | 239 } vf; member
|
/linux-4.4.14/drivers/media/radio/si4713/ |
D | radio-platform-si4713.c | 109 struct v4l2_frequency *vf) in radio_si4713_g_frequency() 116 const struct v4l2_frequency *vf) in radio_si4713_s_frequency()
|
D | radio-usb-si4713.c | 108 const struct v4l2_frequency *vf) in vidioc_s_frequency() 116 struct v4l2_frequency *vf) in vidioc_g_frequency()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 5664 static int igb_vf_configure(struct igb_adapter *adapter, int vf) in igb_vf_configure() 5692 static int igb_set_vf_promisc(struct igb_adapter *adapter, u32 *msgbuf, u32 vf) in igb_set_vf_promisc() 5732 u32 *msgbuf, u32 vf) in igb_set_vf_multicasts() 5784 static void igb_clear_vf_vfta(struct igb_adapter *adapter, u32 vf) in igb_clear_vf_vfta() 5813 static s32 igb_vlvf_set(struct igb_adapter *adapter, u32 vid, bool add, u32 vf) in igb_vlvf_set() 5908 static void igb_set_vmvir(struct igb_adapter *adapter, u32 vid, u32 vf) in igb_set_vmvir() 5919 int vf, u16 vlan, u8 qos) in igb_ndo_set_vf_vlan() 5974 static int igb_set_vf_vlan(struct igb_adapter *adapter, u32 *msgbuf, u32 vf) in igb_set_vf_vlan() 6025 static inline void igb_vf_reset(struct igb_adapter *adapter, u32 vf) in igb_vf_reset() 6050 static void igb_vf_reset_event(struct igb_adapter *adapter, u32 vf) in igb_vf_reset_event() [all …]
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | cmd.c | 883 static enum ib_port_state vf_port_state(struct mlx4_dev *dev, int port, int vf) in vf_port_state() 2669 static int mlx4_get_slave_indx(struct mlx4_dev *dev, int vf) in mlx4_get_slave_indx() 2713 int vf; in mlx4_get_active_ports() local 2918 int mlx4_set_vf_mac(struct mlx4_dev *dev, int port, int vf, u64 mac) in mlx4_set_vf_mac() 2941 int mlx4_set_vf_vlan(struct mlx4_dev *dev, int port, int vf, u16 vlan, u8 qos) in mlx4_set_vf_vlan() 2985 int mlx4_set_vf_rate(struct mlx4_dev *dev, int port, int vf, int min_tx_rate, in mlx4_set_vf_rate() 3073 int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting) in mlx4_set_vf_spoofchk() 3095 int mlx4_get_vf_config(struct mlx4_dev *dev, int port, int vf, struct ifla_vf_info *ivf) in mlx4_get_vf_config() 3135 int mlx4_set_vf_link_state(struct mlx4_dev *dev, int port, int vf, int link_state) in mlx4_set_vf_link_state()
|
D | en_netdev.c | 2291 static int mlx4_en_set_vf_vlan(struct net_device *dev, int vf, u16 vlan, u8 qos) in mlx4_en_set_vf_vlan() 2299 static int mlx4_en_set_vf_rate(struct net_device *dev, int vf, int min_tx_rate, in mlx4_en_set_vf_rate() 2309 static int mlx4_en_set_vf_spoofchk(struct net_device *dev, int vf, bool setting) in mlx4_en_set_vf_spoofchk() 2317 static int mlx4_en_get_vf_config(struct net_device *dev, int vf, struct ifla_vf_info *ivf) in mlx4_en_get_vf_config() 2325 static int mlx4_en_set_vf_link_state(struct net_device *dev, int vf, int link_state) in mlx4_en_set_vf_link_state() 2333 static int mlx4_en_get_vf_stats(struct net_device *dev, int vf, in mlx4_en_get_vf_stats()
|
D | resource_tracker.c | 418 int vf, int num_instances) in initialize_res_quotas()
|
/linux-4.4.14/include/uapi/linux/ |
D | if_link.h | 561 __u32 vf; member 566 __u32 vf; member 572 __u32 vf; member 577 __u32 vf; member 583 __u32 vf; member 595 __u32 vf; member 600 __u32 vf; member 617 __u32 vf; member
|
/linux-4.4.14/include/linux/ |
D | if_link.h | 18 __u32 vf; member
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 347 static int pvr2_s_frequency(struct file *file, void *priv, const struct v4l2_frequency *vf) in pvr2_s_frequency() 380 static int pvr2_g_frequency(struct file *file, void *priv, struct v4l2_frequency *vf) in pvr2_g_frequency() 422 static int pvr2_g_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *vf) in pvr2_g_fmt_vid_cap() 442 static int pvr2_try_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *vf) in pvr2_try_fmt_vid_cap() 480 static int pvr2_s_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *vf) in pvr2_s_fmt_vid_cap()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 1567 static int be_set_vf_mac(struct net_device *netdev, int vf, u8 *mac) in be_set_vf_mac() 1607 static int be_get_vf_config(struct net_device *netdev, int vf, in be_get_vf_config() 1631 static int be_set_vf_tvt(struct be_adapter *adapter, int vf, u16 vlan) in be_set_vf_tvt() 1660 static int be_clear_vf_tvt(struct be_adapter *adapter, int vf) in be_clear_vf_tvt() 1687 static int be_set_vf_vlan(struct net_device *netdev, int vf, u16 vlan, u8 qos) in be_set_vf_vlan() 1717 static int be_set_vf_tx_rate(struct net_device *netdev, int vf, in be_set_vf_tx_rate() 1779 static int be_set_vf_link_state(struct net_device *netdev, int vf, in be_set_vf_link_state() 1803 static int be_set_vf_spoofchk(struct net_device *netdev, int vf, bool enable) in be_set_vf_spoofchk() 3670 u32 vf; in be_vf_eth_addr_config() local 3700 int status, vf; in be_vfs_mac_query() local [all …]
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 6240 unsigned int vf, unsigned int nparams, const u32 *params, in t4_query_params_rw() 6272 unsigned int vf, unsigned int nparams, const u32 *params, in t4_query_params() 6293 unsigned int pf, unsigned int vf, in t4_set_params_timeout() 6332 unsigned int vf, unsigned int nparams, const u32 *params, in t4_set_params() 6361 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl, in t4_cfg_pfvf() 6405 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, in t4_alloc_vi() 6452 unsigned int vf, unsigned int viid) in t4_free_vi() 6766 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_free() 6794 unsigned int vf, unsigned int eqid) in t4_eth_eq_free() 6819 unsigned int vf, unsigned int eqid) in t4_ctrl_eq_free() [all …]
|
D | l2t.c | 442 u32 vf = FW_VIID_VIN_G(viid); in cxgb4_select_ntuple() local
|
D | cxgb4_debugfs.c | 2200 int vf, vfcount = adapter->params.arch.vfcount; in rss_vf_config_open() local
|
D | cxgb4.h | 811 uint32_t vf:VF_BITWIDTH; /* PCI-E VF ID */ member
|
D | t4fw_api.h | 2181 } vf; member
|
/linux-4.4.14/drivers/media/usb/usbvision/ |
D | usbvision-video.c | 845 struct v4l2_format *vf) in vidioc_g_fmt_vid_cap() 861 struct v4l2_format *vf) in vidioc_try_fmt_vid_cap() 890 struct v4l2_format *vf) in vidioc_s_fmt_vid_cap()
|
/linux-4.4.14/drivers/gpu/ipu-v3/ |
D | ipu-common.c | 189 u32 r90, vf, hf; in ipu_degrees_to_rot_mode() local 221 u32 r90, vf, hf; in ipu_rot_mode_to_degrees() local
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-ioctl.c | 548 struct v4l2_frequency *vf) in cx18_g_frequency() 559 int cx18_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in cx18_s_frequency()
|
D | cx18-driver.c | 1162 struct v4l2_frequency vf; in cx18_init_on_first_open() local
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 1314 struct v4l2_frequency vf; in ivtv_init_on_first_open() local
|
D | ivtv-ioctl.c | 1072 static int ivtv_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) in ivtv_g_frequency() 1086 int ivtv_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in ivtv_s_frequency()
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_base.c | 346 unsigned int vf; in genwqe_setup_vf_jtimer() local
|
/linux-4.4.14/tools/perf/util/ |
D | probe-finder.c | 1121 struct local_vars_finder *vf = data; in copy_variables_cb() local 1153 struct local_vars_finder vf = {.pf = pf, .args = args, .vars = false, in expand_probe_args() local
|
/linux-4.4.14/drivers/video/fbdev/ |
D | acornfb.h | 87 u_int vf; member
|
/linux-4.4.14/net/core/ |
D | rtnetlink.c | 917 int vf; in rtnl_vf_ports_fill() local 1088 struct nlattr *vf, *vfstats; in rtnl_fill_vfinfo() local 1861 int vf; in do_setlink() local
|
/linux-4.4.14/arch/ia64/kernel/ |
D | palinfo.c | 521 const char *const *vf, *const *v; in feature_set_info() local
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_fcs.c | 1582 bfa_fcs_vf_get_ports(bfa_fcs_vf_t *vf, wwn_t lpwwn[], int *nlports) in bfa_fcs_vf_get_ports()
|
D | bfa_fcs_lport.c | 5879 bfa_fcs_vf_t *vf; in bfa_fcs_lookup_port() local
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 248 struct e1000_dev_spec_vf vf; member
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | mcg.c | 1166 static void clear_pending_reqs(struct mcast_group *group, int vf) in clear_pending_reqs()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_pci.c | 969 int vf = fault->func - 1; in fm10k_handle_fault() local
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_mb.c | 194 unsigned int pf, unsigned int vf, unsigned int nparams, in csio_mb_params()
|
/linux-4.4.14/drivers/s390/cio/ |
D | chsc.c | 278 u8 vf; /* validity flags */ member
|
/linux-4.4.14/kernel/trace/ |
D | trace_events_filter.c | 2323 #define DATA_REC(m, va, vb, vc, vd, ve, vf, vg, vh, nvisit) \ argument
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 6707 lpfc_sli4_bar2_register_memmap(struct lpfc_hba *phba, uint32_t vf) in lpfc_sli4_bar2_register_memmap()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 2208 unsigned int hf, vf; in calc_core_clk_34xx() local
|