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

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c2610 static unsigned long bar0_offset = 0x110; /* adapter_control */ variable
2624 status = xge_hal_aux_bar0_read(lldev->devh, bar0_offset,
2641 unsigned long old_offset = bar0_offset;
2649 bar0_offset = mi_strtol(value, &end, 16);
2651 bar0_offset = old_offset;
2655 xge_debug_ll(XGE_TRACE, "bar0: new value %s:%lX", value, bar0_offset);

Completed in 47 milliseconds