Lines Matching defs:vf
119 static void nic_clear_mbx_intr(struct nicpf *nic, int vf, int mbx_reg) in nic_clear_mbx_intr()
124 static u64 nic_get_mbx_addr(int vf) in nic_get_mbx_addr()
133 static void nic_send_msg_to_vf(struct nicpf *nic, int vf, union nic_mbx *mbx) in nic_send_msg_to_vf()
158 static void nic_mbx_send_ready(struct nicpf *nic, int vf) in nic_mbx_send_ready()
188 static void nic_mbx_send_ack(struct nicpf *nic, int vf) in nic_mbx_send_ack()
200 static void nic_mbx_send_nack(struct nicpf *nic, int vf) in nic_mbx_send_nack()
253 static int nic_update_hw_frs(struct nicpf *nic, int new_frs, int vf) in nic_update_hw_frs()
550 static void nic_send_rss_size(struct nicpf *nic, int vf) in nic_send_rss_size()
786 int vf, struct reset_stat_cfg *cfg) in nic_reset_stat_counters()
827 static void nic_enable_tunnel_parsing(struct nicpf *nic, int vf) in nic_enable_tunnel_parsing()
846 static void nic_enable_vf(struct nicpf *nic, int vf, bool enable) in nic_enable_vf()
861 static void nic_pause_frame(struct nicpf *nic, int vf, struct pfc *cfg) in nic_pause_frame()
886 static void nic_config_timestamp(struct nicpf *nic, int vf, struct set_ptp *ptp) in nic_config_timestamp()
927 static void nic_link_status_get(struct nicpf *nic, u8 vf) in nic_link_status_get()
953 static void nic_handle_mbx_intr(struct nicpf *nic, int vf) in nic_handle_mbx_intr()
1151 u8 vf; in nic_mbx_intr_handler() local