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