nicpf
struct nicpf *nic = (struct nicpf *)nic_irq;
static void nic_free_all_interrupts(struct nicpf *nic)
static int nic_register_interrupts(struct nicpf *nic)
static void nic_clear_mbx_intr(struct nicpf *nic, int vf, int mbx_reg)
static void nic_unregister_interrupts(struct nicpf *nic)
static int nic_num_sqs_en(struct nicpf *nic, int vf_en)
static int nic_sriov_init(struct pci_dev *pdev, struct nicpf *nic)
struct nicpf *nic;
static void nic_send_msg_to_vf(struct nicpf *nic, int vf, union nic_mbx *mbx)
struct nicpf *nic = pci_get_drvdata(pdev);
static void nic_mbx_send_ready(struct nicpf *nic, int vf)
static void nic_mbx_send_ack(struct nicpf *nic, int vf)
static void nic_mbx_send_nack(struct nicpf *nic, int vf)
static int nic_rcv_queue_sw_sync(struct nicpf *nic)
static void nic_get_bgx_stats(struct nicpf *nic, struct bgx_stats_msg *bgx)
static int nic_update_hw_frs(struct nicpf *nic, int new_frs, int vf)
static void nic_set_tx_pkt_pad(struct nicpf *nic, int size)
static void nic_set_lmac_vf_mapping(struct nicpf *nic)
static void nic_get_hw_info(struct nicpf *nic)
static void nic_init_hw(struct nicpf *nic)
static void nic_config_cpi(struct nicpf *nic, struct cpi_cfg_msg *cfg)
static void nic_send_rss_size(struct nicpf *nic, int vf)
static void nic_config_rss(struct nicpf *nic, struct rss_cfg_msg *cfg)
static void nic_tx_channel_cfg(struct nicpf *nic, u8 vnic,
static void nic_send_pnicvf(struct nicpf *nic, int sqs)
static void nic_send_snicvf(struct nicpf *nic, struct nicvf_ptr *nicvf)
static int nic_nxt_avail_sqs(struct nicpf *nic)
static void nic_alloc_sqs(struct nicpf *nic, struct sqs_alloc *sqs)
static int nic_config_loopback(struct nicpf *nic, struct set_loopback *lbk)
static int nic_reset_stat_counters(struct nicpf *nic,
static void nic_enable_tunnel_parsing(struct nicpf *nic, int vf)
static void nic_enable_vf(struct nicpf *nic, int vf, bool enable)
static void nic_pause_frame(struct nicpf *nic, int vf, struct pfc *cfg)
static void nic_reg_write(struct nicpf *nic, u64 offset, u64 val)
static void nic_config_timestamp(struct nicpf *nic, int vf, struct set_ptp *ptp)
static void nic_link_status_get(struct nicpf *nic, u8 vf)
static u64 nic_reg_read(struct nicpf *nic, u64 offset)
static void nic_handle_mbx_intr(struct nicpf *nic, int vf)
static void nic_enable_mbx_intr(struct nicpf *nic)