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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Diosramreg.h100 iosram_sbbcr_t int_status; /* 0x2320 - 232f - interrupt status */ member in struct:iosram_sbbc_region
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_chip.c1361 uint16_t int_status; local
1383 int_status = rge_reg_get16(rgep, INT_STATUS_REG);
1384 if (!(int_status & rgep->int_mask)) {
1399 rge_reg_put16(rgep, INT_STATUS_REG, int_status);
1469 int_status |= TIME_OUT_INT;
1474 if (int_status & TIME_OUT_INT) {
1484 if (int_status & LINK_CHANGE_INT) {
1488 if (int_status & RX_FIFO_OVERFLOW_INT) {
1495 } else if (int_status & RGE_RX_INT) {
1509 if (int_status
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c1068 pfc_int_status_t int_status; local
1092 (void) hpi_pfc_get_interrupt_status(handle, &int_status);
1094 if (int_status.bits.pkt_drop) {
1118 if (int_status.bits.tcam_parity_err) {
1130 if (int_status.bits.vlan_parity_err) {
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c1398 uint32_t int_status; local
1411 int_status = rtls_reg_get16(rtlsp, RT_INT_STATUS_REG);
1412 if (!(int_status & rtlsp->int_mask)) {
1421 rtls_reg_set16(rtlsp, RT_INT_STATUS_REG, int_status);
1442 if (int_status & TX_ERR_INT) {
1462 if (int_status & RTLS_RX_INT) {
1463 if (int_status & RX_OVERFLOW_INT) {
1473 if (int_status & LINK_CHANGE_INT) {
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c1598 uint32_t int_status; local
1617 int_status = ddi_get32(softp->sbbc_handle,
1618 &(softp->sbbc_region->int_status.reg));
1619 DPRINTF(1, ("iosram_intr: int_status = 0x%08x\n", int_status));
1621 if (int_status & IOSRAM_SBBC_INT0) {
1626 if (int_status & IOSRAM_SBBC_INT1) {
1633 &(softp->sbbc_region->int_status.reg), int_status);
1634 int_status
[all...]
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c3270 uint16_t int_status; local
3282 int_status = nv_get16(bar5_hdl, nvp->nvp_mcp5x_int_status);
3291 int_status);
3296 NVLOG(NVDBG_INTR, nvc, nvp, "int_status = %x", int_status);
3298 DTRACE_PROBE1(int_status_before_h, int, int_status);
3305 int_status &= ~(MCP5X_INT_IGNORE);
3307 DTRACE_PROBE1(int_status_after_h, int, int_status);
3312 if (int_status == 0) {
3317 if (int_status
5626 uint16_t int_status; local
[all...]
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c1478 uint32_t int_status; local
1487 int_status = ddi_get32(dnetp->io_handle, REG32(dnetp->io_reg,
1493 if (!(int_status & (NORMAL_INTR_SUMM | ABNORMAL_INTR_SUMM))) {
1500 if (int_status & GPTIMER_INTR) {
1509 if (int_status & TX_INTR) {
1529 if (int_status & (RX_INTR | RX_UNAVAIL_INTR)) {
1532 int_status & (RX_INTR | RX_UNAVAIL_INTR));
1536 if (int_status & ABNORMAL_INTR_SUMM) {
1540 if (int_status & SYS_ERR) {
1541 if ((int_status
[all...]

Completed in 75 milliseconds