Searched defs:polling (Results 1 - 5 of 5) 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
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
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 */
/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 91 milliseconds