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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge.c83 int rxq_poll_usec; local
109 rxq_poll_usec = ddi_prop_get_int(DDI_DEV_T_ANY, sp->s_dip,
110 DDI_PROP_DONTPASS, "rxq_poll_usec", SFXGE_RX_QPOLL_USEC);
111 if (rxq_poll_usec <= 0)
112 rxq_poll_usec = SFXGE_RX_QPOLL_USEC;
113 sp->s_rxq_poll_usec = rxq_poll_usec;

Completed in 58 milliseconds