Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c1319 uint32_t pba, hwm, hwmp, hwm2x; in igc_hw_common_init() local
1342 hwm2x = (pba << 10) - 2 * igc->igc_max_frame; in igc_hw_common_init()
1343 hwm = MIN(hwmp, hwm2x); in igc_hw_common_init()