Searched refs:E1000_VF_RESET (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c7597 msgbuf[0] = E1000_VF_RESET | E1000_VT_MSGTYPE_ACK;
7600 msgbuf[0] = E1000_VF_RESET | E1000_VT_MSGTYPE_NACK;
7961 if (msgbuf[0] == E1000_VF_RESET) {
H A De1000_mbx.h36 #define E1000_VF_RESET 0x01 /* VF requests reset */ macro
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dvf.c128 msgbuf[0] = E1000_VF_RESET;
137 case E1000_VF_RESET | E1000_VT_MSGTYPE_ACK:
140 case E1000_VF_RESET | E1000_VT_MSGTYPE_NACK:
H A Dmbx.h40 #define E1000_VF_RESET 0x01 /* VF requests reset */ macro

Completed in 170 milliseconds