Home
last modified time | relevance | path

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, in xgell_bar0_get()
2641 unsigned long old_offset = bar0_offset; in xgell_bar0_set()
2649 bar0_offset = mi_strtol(value, &end, 16); in xgell_bar0_set()
2651 bar0_offset = old_offset; in xgell_bar0_set()
2655 xge_debug_ll(XGE_TRACE, "bar0: new value %s:%lX", value, bar0_offset); in xgell_bar0_set()