Home
last modified time | relevance | path

Searched refs:max_iterations (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma.h267 uint16_t max_iterations; member
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.h368 uint16_t max_iterations; member
H A Dhxge_rxdma.c345 int max_iterations, iteration; in hxge_rxbuf_pp_to_vp() local
395 max_iterations = ring_info->max_iterations; in hxge_rxbuf_pp_to_vp()
445 (iteration >= max_iterations)) in hxge_rxbuf_pp_to_vp()
675 ring_info->max_iterations = max_iteration + 1; in hxge_rxbuf_index_info_init()
679 ring_info->max_iterations)); in hxge_rxbuf_index_info_init()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c712 int max_iterations, iteration; in nxge_rxbuf_pp_to_vp() local
768 max_iterations = ring_info->max_iterations; in nxge_rxbuf_pp_to_vp()
824 (iteration >= max_iterations)) in nxge_rxbuf_pp_to_vp()
1087 ring_info->max_iterations = max_iteration + 1; in nxge_rxbuf_index_info_init()
1090 ring_info->max_iterations)); in nxge_rxbuf_index_info_init()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c2283 int max_iterations = ecore_exe_queue_length(&o->exe_queue) + 1; in ecore_config_vlan_mac() local
2286 max_iterations--) { in ecore_config_vlan_mac()