Symbol: IF_IADBG
drivers/atm/iphase.h
74
#define IF_LOUD(A) IF_IADBG(IF_IADBG_LOUD) { A }
drivers/atm/iphase.h
75
#define IF_ERR(A) IF_IADBG(IF_IADBG_ERR) { A }
drivers/atm/iphase.h
76
#define IF_VERY_LOUD(A) IF_IADBG( IF_IADBG_VERY_LOUD ) { A }
drivers/atm/iphase.h
78
#define IF_INIT_ADAPTER(A) IF_IADBG( IF_IADBG_INIT_ADAPTER ) { A }
drivers/atm/iphase.h
79
#define IF_INIT(A) IF_IADBG( IF_IADBG_INIT_ADAPTER ) { A }
drivers/atm/iphase.h
80
#define IF_SUNI_STAT(A) IF_IADBG( IF_IADBG_SUNI_STAT ) { A }
drivers/atm/iphase.h
81
#define IF_QUERY_INFO(A) IF_IADBG( IF_IADBG_QUERY_INFO ) { A }
drivers/atm/iphase.h
82
#define IF_COPY_OVER(A) IF_IADBG( IF_IADBG_COPY_OVER ) { A }
drivers/atm/iphase.h
84
#define IF_INTR(A) IF_IADBG( IF_IADBG_INTR ) { A }
drivers/atm/iphase.h
85
#define IF_DIS_INTR(A) IF_IADBG( IF_IADBG_DIS_INTR ) { A }
drivers/atm/iphase.h
86
#define IF_EN_INTR(A) IF_IADBG( IF_IADBG_EN_INTR ) { A }
drivers/atm/iphase.h
88
#define IF_TX(A) IF_IADBG( IF_IADBG_TX ) { A }
drivers/atm/iphase.h
89
#define IF_RX(A) IF_IADBG( IF_IADBG_RX ) { A }
drivers/atm/iphase.h
90
#define IF_TXPKT(A) IF_IADBG( IF_IADBG_TXPKT ) { A }
drivers/atm/iphase.h
91
#define IF_RXPKT(A) IF_IADBG( IF_IADBG_RXPKT ) { A }
drivers/atm/iphase.h
93
#define IF_SHUTDOWN(A) IF_IADBG(IF_IADBG_SHUTDOWN) { A }
drivers/atm/iphase.h
94
#define IF_CBR(A) IF_IADBG( IF_IADBG_CBR ) { A }
drivers/atm/iphase.h
95
#define IF_UBR(A) IF_IADBG( IF_IADBG_UBR ) { A }
drivers/atm/iphase.h
96
#define IF_ABR(A) IF_IADBG( IF_IADBG_ABR ) { A }
drivers/atm/iphase.h
97
#define IF_EVENT(A) IF_IADBG( IF_IADBG_EVENT) { A }