Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dtp.c317 u32 tp_intr = t1_read_reg_4(tp->adapter, A_PL_ENABLE); in t1_tp_intr_enable() local
325 tp_intr | FPGA_PCIX_INTERRUPT_TP); in t1_tp_intr_enable()
332 tp_intr | F_PL_INTR_TP); in t1_tp_intr_enable()
338 u32 tp_intr = t1_read_reg_4(tp->adapter, A_PL_ENABLE); in t1_tp_intr_disable() local
345 tp_intr & ~FPGA_PCIX_INTERRUPT_TP); in t1_tp_intr_disable()
351 tp_intr & ~F_PL_INTR_TP); in t1_tp_intr_disable()