Searched refs:DEAD (Results 1 - 8 of 8) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.h144 DEAD, enumerator in enum:iwch_ep_state
H A Diwch_cm.c765 if (state_read(&ep->parent_ep->com) != DEAD) {
1158 __state_set(&ep->com, DEAD);
1190 state_set(&ep->com, DEAD);
1462 * We're gonna mark this puppy DEAD, but keep
1503 __state_set(&ep->com, DEAD);
1507 case DEAD:
1577 * We're gonna mark this puppy DEAD, but keep
1606 case DEAD:
1607 PDBG("%s PEER_ABORT IN DEAD STATE!!!!\n", __func__);
1616 __state_set(&ep->com, DEAD);
[all...]
/drivers/infiniband/hw/cxgb4/
H A Dcm.c444 state_set(&ep->com, DEAD);
1644 if (ep->parent_ep->com.state != DEAD) {
1726 __state_set(&ep->com, DEAD);
2099 state_set(&ep->com, DEAD);
2450 * We're gonna mark this puppy DEAD, but keep
2490 __state_set(&ep->com, DEAD);
2494 case DEAD:
2587 case DEAD:
2588 PDBG("%s PEER_ABORT IN DEAD STATE!!!!\n", __func__);
2597 __state_set(&ep->com, DEAD);
[all...]
H A Diw_cxgb4.h758 DEAD, enumerator in enum:c4iw_ep_state
/drivers/ata/
H A Dpata_macio.c579 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma_regs->control);
640 writel (((RUN|WAKE|DEAD) << 16), &dma_regs->control);
669 if ((dstat & (RUN|DEAD)) != RUN)
/drivers/ide/
H A Dpmac.c1471 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma->control);
1584 writel(((RUN|WAKE|DEAD) << 16), &dma->control);
1590 return (dstat & (RUN|DEAD)) != RUN;
/drivers/net/ethernet/apple/
H A Dbmac.c185 DBDMA_SET(RUN|WAKE) | DBDMA_CLEAR(PAUSE|DEAD));
193 DBDMA_CLEAR(ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN));
1504 out_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD));
1510 out_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD));
H A Dmace.c702 if (xcount == 0 || (dstat & DEAD)) {
728 if ((fs & (UFLO|LCOL|LCAR|RTRY)) || (dstat & DEAD) || xcount == 0) {

Completed in 918 milliseconds