Searched refs:nicpf (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | nic_main.c | 42 struct nicpf { struct 97 static void nic_reg_write(struct nicpf *nic, u64 offset, u64 val) in nic_reg_write() 102 static u64 nic_reg_read(struct nicpf *nic, u64 offset) in nic_reg_read() 108 static void nic_enable_mbx_intr(struct nicpf *nic) in nic_enable_mbx_intr() 128 static void nic_clear_mbx_intr(struct nicpf *nic, int vf, int mbx_reg) in nic_clear_mbx_intr() 142 static void nic_send_msg_to_vf(struct nicpf *nic, int vf, union nic_mbx *mbx) in nic_send_msg_to_vf() 167 static void nic_mbx_send_ready(struct nicpf *nic, int vf) in nic_mbx_send_ready() 197 static void nic_mbx_send_ack(struct nicpf *nic, int vf) in nic_mbx_send_ack() 209 static void nic_mbx_send_nack(struct nicpf *nic, int vf) in nic_mbx_send_nack() 220 static int nic_rcv_queue_sw_sync(struct nicpf *nic) in nic_rcv_queue_sw_sync() [all …]
|
D | Makefile | 8 obj-$(CONFIG_THUNDER_NIC_PF) += nicpf.o 11 nicpf-y := nic_main.o
|