Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dtp.c319 u32 tp_intr = t1_read_reg_4(tp->adapter, A_PL_ENABLE); in t1_tp_intr_enable() local
327 tp_intr | FPGA_PCIX_INTERRUPT_TP); in t1_tp_intr_enable()
334 tp_intr | F_PL_INTR_TP); in t1_tp_intr_enable()
340 u32 tp_intr = t1_read_reg_4(tp->adapter, A_PL_ENABLE); in t1_tp_intr_disable() local
347 tp_intr & ~FPGA_PCIX_INTERRUPT_TP); in t1_tp_intr_disable()
353 tp_intr & ~F_PL_INTR_TP); in t1_tp_intr_disable()