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

/drivers/atm/
H A Dfirestream.c857 #define DO_DIRECTION(tp) ((tp)->traffic_class != ATM_NONE) macro
916 if (DO_DIRECTION(rxtp) && dev->atm_vccs[dev->channo])
919 if (DO_DIRECTION(txtp) && test_bit (dev->channo, dev->tx_inuse))
933 if (((DO_DIRECTION(rxtp) && dev->atm_vccs[vcc->channo])) ||
934 ( DO_DIRECTION(txtp) && test_bit (vcc->channo, dev->tx_inuse))) {
943 if (DO_DIRECTION (txtp)) {
1052 if (DO_DIRECTION (rxtp)) {
1136 if (DO_DIRECTION (txtp)) {
1142 if (DO_DIRECTION (rxtp)) {

Completed in 32 milliseconds