Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vnic/
Dnic.h378 #define NIC_MBOX_MSG_SHUTDOWN 0xF1 /* VF is being shutdown */ macro
Dnic_main.c968 case NIC_MBOX_MSG_SHUTDOWN: in nic_handle_mbx_intr()
Dnicvf_main.c1542 mbx.msg.msg = NIC_MBOX_MSG_SHUTDOWN; in nicvf_stop_locked()