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

/drivers/net/ethernet/intel/igbvf/
H A Dmbx.h64 #define E1000_VF_RESET 0x01 /* VF requests reset */ macro
H A Dvf.c148 msgbuf[0] = E1000_VF_RESET;
156 if (msgbuf[0] == (E1000_VF_RESET | E1000_VT_MSGTYPE_ACK))
/drivers/net/ethernet/intel/igb/
H A De1000_mbx.h56 #define E1000_VF_RESET 0x01 /* VF requests reset */ macro
H A Digb_main.c6023 msgbuf[0] = E1000_VF_RESET | E1000_VT_MSGTYPE_ACK;
6082 if (msgbuf[0] == E1000_VF_RESET) {

Completed in 81 milliseconds