/linux-4.1.27/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() 179 static inline bool i40e_vc_isvalid_vsi_id(struct i40e_vf *vf, u16 vsi_id) in i40e_vc_isvalid_vsi_id() 195 static inline bool i40e_vc_isvalid_queue_id(struct i40e_vf *vf, u16 vsi_id, in i40e_vc_isvalid_queue_id() 211 static inline bool i40e_vc_isvalid_vector_id(struct i40e_vf *vf, u8 vector_id) in i40e_vc_isvalid_vector_id() 228 static u16 i40e_vc_get_pf_queue_id(struct i40e_vf *vf, u16 vsi_id, in i40e_vc_get_pf_queue_id() 257 static void i40e_config_irq_link_list(struct i40e_vf *vf, u16 vsi_id, in i40e_config_irq_link_list() 358 static int i40e_config_vsi_tx_queue(struct i40e_vf *vf, u16 vsi_id, in i40e_config_vsi_tx_queue() [all …]
|
D | i40e_main.c | 5333 struct i40e_vf *vf; in i40e_handle_lan_overflow_event() local 6525 struct i40e_vf *vf; in i40e_handle_mdd_event() local
|
D | i40e.h | 368 struct i40e_vf *vf; member
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 76 static void bnx2x_vf_igu_ack_sb(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vf_igu_ack_sb() 112 struct bnx2x_virtf *vf, in bnx2x_validate_vf_sp_objs() 126 void bnx2x_vfop_qctor_dump_tx(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vfop_qctor_dump_tx() 142 void bnx2x_vfop_qctor_dump_rx(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vfop_qctor_dump_rx() 167 struct bnx2x_virtf *vf, in bnx2x_vfop_qctor_prep() 240 struct bnx2x_virtf *vf, int qid, in bnx2x_vf_queue_create() 279 static int bnx2x_vf_queue_destroy(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vf_queue_destroy() 323 struct bnx2x_virtf *vf = bnx2x_vf_by_abs_fid(bp, abs_vfid); in bnx2x_vf_set_igu_info() local 360 static int bnx2x_vf_vlan_mac_clear(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vf_vlan_mac_clear() 406 struct bnx2x_virtf *vf, int qid, in bnx2x_vf_mac_vlan_config() [all …]
|
D | bnx2x_vfpf.c | 535 static void bnx2x_leading_vfq_init(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_leading_vfq_init() 1043 struct bnx2x_virtf *vf) in bnx2x_vf_mbx_resp_single_tlv() 1059 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_resp_send_msg() 1124 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_resp() 1132 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_resp_phys_port() 1155 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_resp_fp_hsi_ver() 1174 static void bnx2x_vf_mbx_acquire_resp(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vf_mbx_acquire_resp() 1299 struct bnx2x_virtf *vf, in bnx2x_vf_mbx_acquire_chk_dorq() 1316 static void bnx2x_vf_mbx_acquire(struct bnx2x *bp, struct bnx2x_virtf *vf, in bnx2x_vf_mbx_acquire() 1378 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 | 160 #define vf_rxq_count(vf) ((vf)->alloc_resc.num_rxqs) argument 161 #define vf_txq_count(vf) ((vf)->alloc_resc.num_txqs) argument 162 #define vf_sb_count(vf) ((vf)->alloc_resc.num_sbs) argument 163 #define vf_mac_rules_cnt(vf) ((vf)->alloc_resc.num_mac_filters) argument 164 #define vf_vlan_rules_cnt(vf) ((vf)->alloc_resc.num_vlan_filters) argument 165 #define vf_mc_rules_cnt(vf) ((vf)->alloc_resc.num_mc_filters) argument 167 #define vf_vlan_rules_visible_cnt(vf) (vf_vlan_rules_cnt(vf) - 1) argument 175 #define bnx2x_vfq(vf, nr, var) ((vf)->vfqs[(nr)].var) argument 176 #define bnx2x_leading_vfq(vf, var) ((vf)->vfqs[LEADING_IDX].var) argument 217 #define for_each_vfq(vf, var) \ argument [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 322 u32 *msgbuf, u32 vf) in ixgbe_set_vf_multicasts() 401 u32 vf) in ixgbe_set_vf_vlan() 410 static s32 ixgbe_set_vf_lpe(struct ixgbe_adapter *adapter, u32 *msgbuf, u32 vf) in ixgbe_set_vf_lpe() 496 static void ixgbe_set_vmolr(struct ixgbe_hw *hw, u32 vf, bool aupe) in ixgbe_set_vmolr() 507 static void ixgbe_clear_vmvir(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_clear_vmvir() 513 static inline void ixgbe_vf_reset_event(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_vf_reset_event() 553 int vf, unsigned char *mac_addr) in ixgbe_set_vf_mac() 563 int vf, int index, unsigned char *mac_addr) in ixgbe_set_vf_macvlan() 630 static inline void ixgbe_write_qde(struct ixgbe_adapter *adapter, u32 vf, in ixgbe_write_qde() 651 static int ixgbe_vf_reset_msg(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_vf_reset_msg() [all …]
|
D | ixgbe_sriov.h | 62 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 | 1351 bool enable, int vf) in ixgbe_set_ethertype_anti_spoofing_X550()
|
D | ixgbe_common.c | 3352 void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) in ixgbe_set_vlan_anti_spoofing()
|
D | ixgbe.h | 160 int vf; member
|
D | ixgbe_main.c | 8863 int vf, pos; in ixgbe_io_error_detected() local
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov_pf.c | 741 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_pf_channel_cfg_cmd() local 787 struct qlcnic_vf_info *vf, in qlcnic_sriov_cfg_vf_def_mac() 854 struct qlcnic_vf_info *vf, in qlcnic_83xx_cfg_default_mac_vlan() 885 struct qlcnic_vf_info *vf = tran->vf; in qlcnic_sriov_pf_create_rx_ctx_cmd() local 913 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_pf_mac_address_cmd() local 945 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_pf_create_tx_ctx_cmd() local 968 static int qlcnic_sriov_validate_del_rx_ctx(struct qlcnic_vf_info *vf, in qlcnic_sriov_validate_del_rx_ctx() 983 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_pf_del_rx_ctx_cmd() local 1003 static int qlcnic_sriov_validate_del_tx_ctx(struct qlcnic_vf_info *vf, in qlcnic_sriov_validate_del_tx_ctx() 1018 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_pf_del_tx_ctx_cmd() local [all …]
|
D | qlcnic_sriov_common.c | 141 struct qlcnic_vf_info *vf; in qlcnic_sriov_init() local 255 struct qlcnic_vf_info *vf; in __qlcnic_sriov_cleanup() local 815 static int qlcnic_sriov_clear_trans(struct qlcnic_vf_info *vf, in qlcnic_sriov_clear_trans() 841 struct qlcnic_vf_info *vf, in qlcnic_sriov_schedule_bc_cmd() 884 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_wait_for_channel_free() local 913 static int __qlcnic_sriov_issue_bc_post(struct qlcnic_vf_info *vf) in __qlcnic_sriov_issue_bc_post() 931 struct qlcnic_vf_info *vf = trans->vf; in qlcnic_sriov_issue_bc_post() local 962 struct qlcnic_vf_info *vf, u8 type) in __qlcnic_sriov_send_bc_msg() 1004 struct qlcnic_vf_info *vf; in qlcnic_sriov_send_bc_cmd() local 1046 struct qlcnic_vf_info *vf = container_of(work, struct qlcnic_vf_info, in qlcnic_sriov_process_bc_cmd() local [all …]
|
D | qlcnic_sriov.h | 89 struct qlcnic_vf_info *vf; member 266 struct qlcnic_vf_info *vf) {} in qlcnic_sriov_pf_handle_flr() 269 struct qlcnic_vf_info *vf) in qlcnic_sriov_soft_flr_check()
|
/linux-4.1.27/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 | 130 int enic_is_valid_vf(struct enic *enic, int vf) in enic_is_valid_vf() 810 static int enic_set_vf_mac(struct net_device *netdev, int vf, u8 *mac) in enic_set_vf_mac() 836 static int enic_set_vf_port(struct net_device *netdev, int vf, in enic_set_vf_port() 925 static int enic_get_vf_port(struct net_device *netdev, int vf, in enic_get_vf_port()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | siena_sriov.c | 192 static unsigned abs_index(struct efx_vf *vf, unsigned index) in abs_index() 302 static void efx_siena_sriov_reset_tx_filter(struct efx_vf *vf) in efx_siena_sriov_reset_tx_filter() 346 static void efx_siena_sriov_reset_rx_filter(struct efx_vf *vf) in efx_siena_sriov_reset_rx_filter() 385 static void __efx_siena_sriov_update_vf_addr(struct efx_vf *vf) in __efx_siena_sriov_update_vf_addr() 400 static void __efx_siena_sriov_push_vf_status(struct efx_vf *vf) in __efx_siena_sriov_push_vf_status() 529 static int efx_vfdi_init_evq(struct efx_vf *vf) in efx_vfdi_init_evq() 570 static int efx_vfdi_init_rxq(struct efx_vf *vf) in efx_vfdi_init_rxq() 611 static int efx_vfdi_init_txq(struct efx_vf *vf) in efx_vfdi_init_txq() 658 static bool efx_vfdi_flush_wake(struct efx_vf *vf) in efx_vfdi_flush_wake() 667 static void efx_vfdi_flush_clear(struct efx_vf *vf) in efx_vfdi_flush_clear() [all …]
|
D | net_driver.h | 1058 struct efx_vf *vf; member
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
D | usnic_ib_main.c | 63 struct usnic_ib_vf *vf = obj; in usnic_ib_dump_vf_hdr() local 68 static void usnic_ib_dump_vf(struct usnic_ib_vf *vf, char *buf, int buf_sz) in usnic_ib_dump_vf() 75 void usnic_ib_log_vf(struct usnic_ib_vf *vf) in usnic_ib_log_vf() 503 struct usnic_ib_vf *vf; in usnic_ib_pci_probe() local 580 struct usnic_ib_vf *vf = pci_get_drvdata(pdev); in usnic_ib_pci_remove() local
|
D | usnic_ib_verbs.c | 135 struct usnic_ib_vf *vf; in find_free_vf_and_create_qp_grp() local 203 struct usnic_ib_vf *vf = qp_grp->vf; in qp_grp_destroy() local 356 struct usnic_ib_vf *vf; in usnic_ib_query_qp() local 527 struct usnic_ib_vf *vf; in usnic_ib_destroy_qp() local 673 struct usnic_ib_vf *vf; in usnic_ib_mmap() local
|
D | usnic_ib_qp_grp.c | 577 static int qp_grp_and_vf_bind(struct usnic_ib_vf *vf, in qp_grp_and_vf_bind() 660 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 | 45 struct usnic_ib_vf *vf; member
|
/linux-4.1.27/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 | 323 int vivid_sdr_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) in vivid_sdr_g_frequency() 341 int vivid_sdr_s_frequency(struct file *file, void *fh, 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 | 1417 int vivid_video_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) in vivid_video_g_frequency() 1427 int vivid_video_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in vivid_video_s_frequency()
|
/linux-4.1.27/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.1.27/include/linux/ |
D | if_link.h | 9 __u32 vf; member
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 5672 static int igb_vf_configure(struct igb_adapter *adapter, int vf) in igb_vf_configure() 5700 static int igb_set_vf_promisc(struct igb_adapter *adapter, u32 *msgbuf, u32 vf) in igb_set_vf_promisc() 5740 u32 *msgbuf, u32 vf) in igb_set_vf_multicasts() 5792 static void igb_clear_vf_vfta(struct igb_adapter *adapter, u32 vf) in igb_clear_vf_vfta() 5821 static s32 igb_vlvf_set(struct igb_adapter *adapter, u32 vid, bool add, u32 vf) in igb_vlvf_set() 5916 static void igb_set_vmvir(struct igb_adapter *adapter, u32 vid, u32 vf) in igb_set_vmvir() 5927 int vf, u16 vlan, u8 qos) in igb_ndo_set_vf_vlan() 5982 static int igb_set_vf_vlan(struct igb_adapter *adapter, u32 *msgbuf, u32 vf) in igb_set_vf_vlan() 6033 static inline void igb_vf_reset(struct igb_adapter *adapter, u32 vf) in igb_vf_reset() 6058 static void igb_vf_reset_event(struct igb_adapter *adapter, u32 vf) in igb_vf_reset_event() [all …]
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | cmd.c | 869 static enum ib_port_state vf_port_state(struct mlx4_dev *dev, int port, int vf) in vf_port_state() 2653 static int mlx4_get_slave_indx(struct mlx4_dev *dev, int vf) in mlx4_get_slave_indx() 2697 int vf; in mlx4_get_active_ports() local 2902 int mlx4_set_vf_mac(struct mlx4_dev *dev, int port, int vf, u64 mac) in mlx4_set_vf_mac() 2925 int mlx4_set_vf_vlan(struct mlx4_dev *dev, int port, int vf, u16 vlan, u8 qos) in mlx4_set_vf_vlan() 2969 int mlx4_set_vf_rate(struct mlx4_dev *dev, int port, int vf, int min_tx_rate, in mlx4_set_vf_rate() 3057 int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting) in mlx4_set_vf_spoofchk() 3079 int mlx4_get_vf_config(struct mlx4_dev *dev, int port, int vf, struct ifla_vf_info *ivf) in mlx4_get_vf_config() 3119 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 | 2249 static int mlx4_en_set_vf_vlan(struct net_device *dev, int vf, u16 vlan, u8 qos) in mlx4_en_set_vf_vlan() 2257 static int mlx4_en_set_vf_rate(struct net_device *dev, int vf, int min_tx_rate, in mlx4_en_set_vf_rate() 2267 static int mlx4_en_set_vf_spoofchk(struct net_device *dev, int vf, bool setting) in mlx4_en_set_vf_spoofchk() 2275 static int mlx4_en_get_vf_config(struct net_device *dev, int vf, struct ifla_vf_info *ivf) in mlx4_en_get_vf_config() 2283 static int mlx4_en_set_vf_link_state(struct net_device *dev, int vf, int link_state) in mlx4_en_set_vf_link_state()
|
D | resource_tracker.c | 415 int vf, int num_instances) in initialize_res_quotas()
|
/linux-4.1.27/include/uapi/linux/ |
D | if_link.h | 477 __u32 vf; member 482 __u32 vf; member 488 __u32 vf; member 493 __u32 vf; member 499 __u32 vf; member 511 __u32 vf; member 516 __u32 vf; member
|
/linux-4.1.27/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.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 1410 static int be_set_vf_mac(struct net_device *netdev, int vf, u8 *mac) in be_set_vf_mac() 1450 static int be_get_vf_config(struct net_device *netdev, int vf, in be_get_vf_config() 1473 static int be_set_vf_tvt(struct be_adapter *adapter, int vf, u16 vlan) in be_set_vf_tvt() 1502 static int be_clear_vf_tvt(struct be_adapter *adapter, int vf) in be_clear_vf_tvt() 1529 static int be_set_vf_vlan(struct net_device *netdev, int vf, u16 vlan, u8 qos) in be_set_vf_vlan() 1559 static int be_set_vf_tx_rate(struct net_device *netdev, int vf, in be_set_vf_tx_rate() 1621 static int be_set_vf_link_state(struct net_device *netdev, int vf, in be_set_vf_link_state() 3349 u32 vf; in be_vf_eth_addr_config() local 3379 int status, vf; in be_vfs_mac_query() local 3397 u32 vf; in be_vf_clear() local [all …]
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 4337 unsigned int vf, unsigned int nparams, const u32 *params, in t4_query_params() 4377 unsigned int pf, unsigned int vf, in t4_set_params_nosleep() 4416 unsigned int vf, unsigned int nparams, const u32 *params, in t4_set_params() 4460 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl, in t4_cfg_pfvf() 4503 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, in t4_alloc_vi() 4805 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_free() 4833 unsigned int vf, unsigned int eqid) in t4_eth_eq_free() 4857 unsigned int vf, unsigned int eqid) in t4_ctrl_eq_free() 4881 unsigned int vf, unsigned int eqid) in t4_ofld_eq_free() 5376 int t4_port_init(struct adapter *adap, int mbox, int pf, int vf) in t4_port_init()
|
D | l2t.c | 439 u32 vf = FW_VIID_VIN_G(viid); in cxgb4_select_ntuple() local
|
D | cxgb4_debugfs.c | 1637 int vf; in rss_vf_config_open() local
|
D | cxgb4.h | 774 uint32_t vf:VF_BITWIDTH; /* PCI-E VF ID */ member
|
D | t4fw_api.h | 2126 } vf; member
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
D | usbvision-video.c | 902 struct v4l2_format *vf) in vidioc_g_fmt_vid_cap() 918 struct v4l2_format *vf) in vidioc_try_fmt_vid_cap() 945 struct v4l2_format *vf) in vidioc_s_fmt_vid_cap()
|
/linux-4.1.27/drivers/gpu/ipu-v3/ |
D | ipu-common.c | 183 u32 r90, vf, hf; in ipu_degrees_to_rot_mode() local 215 u32 r90, vf, hf; in ipu_rot_mode_to_degrees() local
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-ioctl.c | 546 struct v4l2_frequency *vf) in cx18_g_frequency() 557 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.1.27/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 1314 struct v4l2_frequency vf; in ivtv_init_on_first_open() local
|
D | ivtv-ioctl.c | 1070 static int ivtv_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) in ivtv_g_frequency() 1084 int ivtv_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) in ivtv_s_frequency()
|
/linux-4.1.27/tools/perf/util/ |
D | probe-finder.c | 1100 struct local_vars_finder *vf = data; in copy_variables_cb() local 1132 struct local_vars_finder vf = {.pf = pf, .args = args, in expand_probe_args() local
|
/linux-4.1.27/drivers/misc/genwqe/ |
D | card_base.c | 346 unsigned int vf; in genwqe_setup_vf_jtimer() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | acornfb.h | 87 u_int vf; member
|
/linux-4.1.27/net/core/ |
D | rtnetlink.c | 894 int vf; in rtnl_vf_ports_fill() local 1122 struct nlattr *vfinfo, *vf; in rtnl_fill_ifinfo() local 1748 int vf; in do_setlink() local
|
/linux-4.1.27/arch/ia64/kernel/ |
D | palinfo.c | 521 const char *const *vf, *const *v; in feature_set_info() local
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 248 struct e1000_dev_spec_vf vf; member
|
/linux-4.1.27/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.1.27/drivers/scsi/csiostor/ |
D | csio_mb.c | 194 unsigned int pf, unsigned int vf, unsigned int nparams, in csio_mb_params()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | mcg.c | 1162 static void clear_pending_reqs(struct mcast_group *group, int vf) in clear_pending_reqs()
|
/linux-4.1.27/drivers/s390/cio/ |
D | chsc.c | 307 u8 vf; /* validity flags */ member
|
/linux-4.1.27/kernel/trace/ |
D | trace_events_filter.c | 2273 #define DATA_REC(m, va, vb, vc, vd, ve, vf, vg, vh, nvisit) \ argument
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_init.c | 6688 lpfc_sli4_bar2_register_memmap(struct lpfc_hba *phba, uint32_t vf) in lpfc_sli4_bar2_register_memmap()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 2195 unsigned int hf, vf; in calc_core_clk_34xx() local
|