Lines Matching refs:tx_chan
329 zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+i));
333 qrp = (unsigned long *) zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+
701 DPRINTK("QRP=0x%08lx\n",zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+
704 zout(uPD98401_TX_READY | (zatm_vcc->tx_chan <<
880 chan = zatm_vcc->tx_chan;
905 zatm_vcc->tx_chan = 0;
927 zatm_vcc->tx_chan = 0;
955 zatm_vcc->tx_chan = chan;
983 if (!zatm_vcc->tx_chan) return 0;
986 zpokel(zatm_dev,0,zatm_vcc->tx_chan*VC_SIZE/4);
989 vcc->vci,zatm_vcc->tx_chan*VC_SIZE/4+1);
990 zpokel(zatm_dev,0,zatm_vcc->tx_chan*VC_SIZE/4+2);
992 zatm_dev->tx_map[zatm_vcc->tx_chan] = vcc;
1409 ZATM_VCC(vcc)->tx_chan = 0; /* for zatm_close after open_rx */
1523 if (!ZATM_VCC(vcc)->tx_chan || !test_bit(ATM_VF_READY,&vcc->flags)) {