Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/cavium/thunder/
Dnic.h419 #define NIC_MBOX_MSG_CFG_DONE 0xF0 /* VF configuration done */ macro
Dnic_main.c1052 case NIC_MBOX_MSG_CFG_DONE: in nic_handle_mbx_intr()
Dnicvf_main.c185 mbx.msg.msg = NIC_MBOX_MSG_CFG_DONE; in nicvf_send_cfg_done()