Lines Matching refs:send
188 if (eni_dev->tx[i].send) in dump()
190 eni_dev->tx[i].send,eni_dev->tx[i].words*4); in dump()
1154 (size/(ATM_CELL_PAYLOAD/4)),tx->send+tx->tx_pos*4); in do_tx()
1159 tx->send+((tx->tx_pos+1) & (tx->words-1))*4); in do_tx()
1162 writel(skb->len,tx->send+ in do_tx()
1192 if (tx->send) in poll_tx()
1245 if (!eni_dev->tx[i].send) return eni_dev->tx+i; in alloc_tx()
1330 tx->send = mem; in reserve_or_set_tx()
1335 ((tx->send-eni_dev->ram) >> (MID_LOC_SKIP+2)), in reserve_or_set_tx()
1352 tx->send = NULL; in reserve_or_set_tx()
1425 eni_free_mem(eni_dev,eni_vcc->tx->send,eni_vcc->tx->words << 2); in close_tx()
1426 eni_vcc->tx->send = NULL; in close_tx()
1447 eni_dev->tx[i].send = NULL; in start_tx()
1984 dsc = tx->send+ENI_PRV_POS(skb)*4; in eni_change_qos()
2159 if (!tx->send) continue; in eni_proc_read()
2163 (unsigned long) (tx->send - eni_dev->ram), in eni_proc_read()
2164 tx->send-eni_dev->ram+tx->words*4-1,tx->words*4, in eni_proc_read()
2223 .send = eni_send,