Home
last modified time | relevance | path

Searched refs:E1000_VF_RESET (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/intel/igbvf/
A Dmbx.h40 #define E1000_VF_RESET 0x01 /* VF requests reset */ macro
A Dvf.c126 msgbuf[0] = E1000_VF_RESET; in e1000_reset_hw_vf()
134 if (msgbuf[0] == (E1000_VF_RESET | in e1000_reset_hw_vf()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A De1000_mbx.h36 #define E1000_VF_RESET 0x01 /* VF requests reset */ macro
A Digb_main.c7589 msgbuf[0] = E1000_VF_RESET | E1000_VT_MSGTYPE_ACK; in igb_vf_reset_msg()
7592 msgbuf[0] = E1000_VF_RESET | E1000_VT_MSGTYPE_NACK; in igb_vf_reset_msg()
7953 if (msgbuf[0] == E1000_VF_RESET) { in igb_rcv_msg_from_vf()

Completed in 21 milliseconds