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

  /src/sys/dev/pci/
if_iavf.c 248 int txr_watchdog; member in struct:iavf_tx_ring
1113 txr->txr_watchdog = IAVF_WATCHDOG_STOP;
1219 if (txr->txr_watchdog == IAVF_WATCHDOG_STOP
1220 || --txr->txr_watchdog > 0) {
1225 txr->txr_watchdog = IAVF_WATCHDOG_STOP;
2869 txr->txr_watchdog = IAVF_WATCHDOG_STOP;
3081 txr->txr_watchdog = IAVF_WATCHDOG_TICKS;
if_iavf.c 248 int txr_watchdog; member in struct:iavf_tx_ring
1113 txr->txr_watchdog = IAVF_WATCHDOG_STOP;
1219 if (txr->txr_watchdog == IAVF_WATCHDOG_STOP
1220 || --txr->txr_watchdog > 0) {
1225 txr->txr_watchdog = IAVF_WATCHDOG_STOP;
2869 txr->txr_watchdog = IAVF_WATCHDOG_STOP;
3081 txr->txr_watchdog = IAVF_WATCHDOG_TICKS;

Completed in 27 milliseconds