nicpf              88 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_reg_write(struct nicpf *nic, u64 offset, u64 val)
nicpf              93 drivers/net/ethernet/cavium/thunder/nic_main.c static u64 nic_reg_read(struct nicpf *nic, u64 offset)
nicpf              99 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_enable_mbx_intr(struct nicpf *nic)
nicpf             119 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_clear_mbx_intr(struct nicpf *nic, int vf, int mbx_reg)
nicpf             133 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_send_msg_to_vf(struct nicpf *nic, int vf, union nic_mbx *mbx)
nicpf             158 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_mbx_send_ready(struct nicpf *nic, int vf)
nicpf             188 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_mbx_send_ack(struct nicpf *nic, int vf)
nicpf             200 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_mbx_send_nack(struct nicpf *nic, int vf)
nicpf             211 drivers/net/ethernet/cavium/thunder/nic_main.c static int nic_rcv_queue_sw_sync(struct nicpf *nic)
nicpf             231 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_get_bgx_stats(struct nicpf *nic, struct bgx_stats_msg *bgx)
nicpf             253 drivers/net/ethernet/cavium/thunder/nic_main.c static int nic_update_hw_frs(struct nicpf *nic, int new_frs, int vf)
nicpf             284 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_set_tx_pkt_pad(struct nicpf *nic, int size)
nicpf             317 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_set_lmac_vf_mapping(struct nicpf *nic)
nicpf             357 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_get_hw_info(struct nicpf *nic)
nicpf             411 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_init_hw(struct nicpf *nic)
nicpf             472 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_config_cpi(struct nicpf *nic, struct cpi_cfg_msg *cfg)
nicpf             550 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_send_rss_size(struct nicpf *nic, int vf)
nicpf             565 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_config_rss(struct nicpf *nic, struct rss_cfg_msg *cfg)
nicpf             611 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_tx_channel_cfg(struct nicpf *nic, u8 vnic,
nicpf             696 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_send_pnicvf(struct nicpf *nic, int sqs)
nicpf             706 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_send_snicvf(struct nicpf *nic, struct nicvf_ptr *nicvf)
nicpf             720 drivers/net/ethernet/cavium/thunder/nic_main.c static int nic_nxt_avail_sqs(struct nicpf *nic)
nicpf             735 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_alloc_sqs(struct nicpf *nic, struct sqs_alloc *sqs)
nicpf             760 drivers/net/ethernet/cavium/thunder/nic_main.c static int nic_config_loopback(struct nicpf *nic, struct set_loopback *lbk)
nicpf             785 drivers/net/ethernet/cavium/thunder/nic_main.c static int nic_reset_stat_counters(struct nicpf *nic,
nicpf             827 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_enable_tunnel_parsing(struct nicpf *nic, int vf)
nicpf             846 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_enable_vf(struct nicpf *nic, int vf, bool enable)
nicpf             861 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_pause_frame(struct nicpf *nic, int vf, struct pfc *cfg)
nicpf             886 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_config_timestamp(struct nicpf *nic, int vf, struct set_ptp *ptp)
nicpf             927 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_link_status_get(struct nicpf *nic, u8 vf)
nicpf             953 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_handle_mbx_intr(struct nicpf *nic, int vf)
nicpf            1148 drivers/net/ethernet/cavium/thunder/nic_main.c 	struct nicpf *nic = (struct nicpf *)nic_irq;
nicpf            1173 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_free_all_interrupts(struct nicpf *nic)
nicpf            1184 drivers/net/ethernet/cavium/thunder/nic_main.c static int nic_register_interrupts(struct nicpf *nic)
nicpf            1225 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_unregister_interrupts(struct nicpf *nic)
nicpf            1232 drivers/net/ethernet/cavium/thunder/nic_main.c static int nic_num_sqs_en(struct nicpf *nic, int vf_en)
nicpf            1252 drivers/net/ethernet/cavium/thunder/nic_main.c static int nic_sriov_init(struct pci_dev *pdev, struct nicpf *nic)
nicpf            1294 drivers/net/ethernet/cavium/thunder/nic_main.c 	struct nicpf *nic;
nicpf            1388 drivers/net/ethernet/cavium/thunder/nic_main.c 	struct nicpf *nic = pci_get_drvdata(pdev);