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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfirestream.c812 #define DO_DIRECTION(tp) ((tp)->traffic_class != ATM_NONE) macro
870 if (DO_DIRECTION(rxtp) && dev->atm_vccs[dev->channo])
873 if (DO_DIRECTION(txtp) && test_bit (dev->channo, dev->tx_inuse))
887 if (((DO_DIRECTION(rxtp) && dev->atm_vccs[vcc->channo])) ||
888 ( DO_DIRECTION(txtp) && test_bit (vcc->channo, dev->tx_inuse))) {
897 if (DO_DIRECTION (txtp)) {
1004 if (DO_DIRECTION (rxtp)) {
1077 if (DO_DIRECTION (txtp)) {
1083 if (DO_DIRECTION (rxtp)) {

Completed in 21 milliseconds