Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_mbx.h137 #define IXGBE_VF_SET_MAC_ADDR 0x02 /* VF requests PF to set MAC addr */ macro
H A Dixgbe_vf.c356 msgbuf[0] = IXGBE_VF_SET_MAC_ADDR; in ixgbe_set_rar_vf()
364 (msgbuf[0] == (IXGBE_VF_SET_MAC_ADDR | IXGBE_VT_MSGTYPE_FAILURE))) { in ixgbe_set_rar_vf()
H A Dif_sriov.c615 case IXGBE_VF_SET_MAC_ADDR: in ixgbe_process_vf_msg()