Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dulp.c117 int t1_ulp_init(struct peulp *ulp, unsigned int pm_tx_base) in t1_ulp_init() argument
137 t1_write_reg_4(adapter, A_ULP_ULIMIT, pm_tx_base); in t1_ulp_init()
138 t1_write_reg_4(adapter, A_ULP_TAGMASK, (pm_tx_base << 1) - 1); in t1_ulp_init()
H A Dtp.c58 num = pm_num_pages(p->pm_rx_base - p->pm_tx_base, p->pm_tx_pg_size); in tp_pm_configure()
64 t1_write_reg_4(adapter, A_TP_PM_TX_BASE, p->pm_tx_base); in tp_pm_configure()
296 p->pm_tx_base = 2048 * 1024; /* reserve 2 MByte for REGION MAP */ in t1_tp_create()
298 p->pm_tx_base = 64 * 1024; /* reserve 64 kbytes for REGION MAP */ in t1_tp_create()
308 p->pm_tx_num_pgs = pm_num_pages(p->pm_rx_base - p->pm_tx_base, in t1_tp_create()
H A Dulp.h49 int t1_ulp_init(struct peulp *ulp, unsigned int pm_tx_base);
H A Dcommon.h89 unsigned int pm_tx_base; member
H A Dch_subr.c1246 adapter->params.tp.pm_tx_base)) in t1_init_hw_modules()