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

/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-config.c498 if ((new_config->isr_polling_cnt < XGE_HAL_MIN_ISR_POLLING_CNT) ||
499 (new_config->isr_polling_cnt > XGE_HAL_MAX_ISR_POLLING_CNT)) {
H A Dxgehal-device-fp.c629 int isr_polling_cnt = hldev->config.isr_polling_cnt; local
643 }while (isr_polling_cnt--);
H A Dxgehal-mgmtaux.c1528 __HAL_AUX_ENTRY("isr_polling_count", dev_config->isr_polling_cnt, "%u");
H A Dxgehal-device.c2912 hldev->config.isr_polling_cnt = 0;
3326 * we need to take hldev->config.isr_polling_cnt into account
3329 * hldev->config.isr_polling_cnt is forced to be "0".
3331 * iwl_cnt = iwl_cnt / (hldev->config.isr_polling_cnt + 1); */
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-config.h558 * @isr_polling_cnt: Maximum number of times to "poll" for Tx and Rx
688 int isr_polling_cnt; member in struct:xge_hal_device_config_t
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-config.h2332 * @isr_polling_cnt: Maximum number of times to "poll" for Tx and Rx
2421 u32 isr_polling_cnt; member in struct:vxge_hal_device_config_t
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-config.c1847 if (new_config->isr_polling_cnt > VXGE_HAL_MAX_ISR_POLLING_CNT)
2457 device_config->isr_polling_cnt = VXGE_HAL_DEF_ISR_POLLING_CNT;
H A Dvxgehal-mgmtaux.c647 dev_config->isr_polling_cnt, "%u");
H A Dvxgehal-virtualpath.c6207 u32 isr_polling_cnt; local
6219 isr_polling_cnt = hldev->header.config.isr_polling_cnt;
6231 } while (isr_polling_cnt--);
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c112 XGE_GET_PARAM("hw.xge.isr_polling_cnt", (*dconfig), isr_polling_cnt,

Completed in 294 milliseconds