Home
last modified time | relevance | path

Searched refs:nicpf (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic_main.c23 struct nicpf { struct
57 static inline bool pass1_silicon(struct nicpf *nic) in pass1_silicon() argument
84 static void nic_reg_write(struct nicpf *nic, u64 offset, u64 val) in nic_reg_write()
89 static u64 nic_reg_read(struct nicpf *nic, u64 offset) in nic_reg_read()
95 static void nic_enable_mbx_intr(struct nicpf *nic) in nic_enable_mbx_intr()
102 static void nic_clear_mbx_intr(struct nicpf *nic, int vf, int mbx_reg) in nic_clear_mbx_intr()
116 static void nic_send_msg_to_vf(struct nicpf *nic, int vf, union nic_mbx *mbx) in nic_send_msg_to_vf()
141 static void nic_mbx_send_ready(struct nicpf *nic, int vf) in nic_mbx_send_ready()
171 static void nic_mbx_send_ack(struct nicpf *nic, int vf) in nic_mbx_send_ack()
183 static void nic_mbx_send_nack(struct nicpf *nic, int vf) in nic_mbx_send_nack()
[all …]
DMakefile6 obj-$(CONFIG_THUNDER_NIC_PF) += nicpf.o
9 nicpf-y := nic_main.o