HomeSort by: relevance | last modified time | path
    Searched refs:VTE_DRST_RX_OWN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_vtereg.h 315 #define VTE_DRST_RX_OWN 0x8000
if_vte.c 1092 rxd->rx_desc->drst = htole16(VTE_DRST_RX_OWN);
1120 if ((status & VTE_DRST_RX_OWN) != 0)
1128 rxd->rx_desc->drst = htole16(VTE_DRST_RX_OWN);
1136 rxd->rx_desc->drst = htole16(VTE_DRST_RX_OWN);

Completed in 28 milliseconds