Searched refs:polling (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c272 /* numBytes is only valid when polling is TRUE */
275 boolean_t polling,
354 if (polling == TRUE)
356 /* When polling an rx ring we can only process up to numBytes */
521 if (polling == FALSE)
556 if ((polling == TRUE) && s_list_entry_cnt(&rxList))
569 return (polling == TRUE) ? head : NULL;
273 BnxeRxRingProcess(um_device_t * pUM, int idx, boolean_t polling, int numBytes) argument
H A Dbnxe.h805 boolean_t polling,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c452 dtls->polling = B_TRUE;
462 * before we revert to slow polling. If it is non-zero, the
463 * fcal_leds thread is do fast polling and we pass on every
468 * If a LED test is underway, fast polling would normally be
502 dtls->polling = B_FALSE;
516 * and starts a new thread for polling FC-AL disk status information.
591 g_led_dtls->polling = B_FALSE;
H A Dfcal_leds.h263 volatile boolean_t polling; /* set to B_FALSE after poll failure */ member in struct:led_dtls
267 int relax_time_ticks; /* time interval to do fast polling */
H A Dfcal_leds_thread.c543 if (!dtls->polling)
651 if (!dtls->polling) {
809 * set fast polling
H A Dfc_led_parse.c578 * set polling flag to avoid a start-up glitch
581 dtls->polling = B_TRUE;
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcommon.h108 unsigned int polling; member in struct:sge_params
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h318 boolean_t polling; member in struct:__anon6229
H A Dmyri10ge.c2208 int i, polling; local
2241 polling = mgp->ss->rx_polling;
2243 if (polling) {
2244 printf("%s: slice %d is polling\n",
2567 * to stop polling this queue
2679 printf("%d: poll_rx: token=%d, polling=%d\n", (int)(ss -

Completed in 88 milliseconds