Home
last modified time | relevance | path

Searched refs:NIC_VF_PF_MAILBOX_0_1 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic_reg.h139 #define NIC_VF_PF_MAILBOX_0_1 (0x000130) macro
Dnicvf_main.c121 nicvf_reg_write(nic, NIC_VF_PF_MAILBOX_0_1 + 0, msg[0]); in nicvf_write_to_mbx()
122 nicvf_reg_write(nic, NIC_VF_PF_MAILBOX_0_1 + 8, msg[1]); in nicvf_write_to_mbx()
185 mbx_addr = NIC_VF_PF_MAILBOX_0_1; in nicvf_handle_mbx_intr()
Dnicvf_ethtool.c329 NIC_VF_PF_MAILBOX_0_1 | (mbox << 3)); in nicvf_get_regs()