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()
1151 (size/(ATM_CELL_PAYLOAD/4)),tx->send+tx->tx_pos*4); in do_tx()
1156 tx->send+((tx->tx_pos+1) & (tx->words-1))*4); in do_tx()
1159 writel(skb->len,tx->send+ in do_tx()
1189 if (tx->send) in poll_tx()
1242 if (!eni_dev->tx[i].send) return eni_dev->tx+i; in alloc_tx()
1327 tx->send = mem; in reserve_or_set_tx()
1332 ((tx->send-eni_dev->ram) >> (MID_LOC_SKIP+2)), in reserve_or_set_tx()
1349 tx->send = NULL; in reserve_or_set_tx()
1422 eni_free_mem(eni_dev,eni_vcc->tx->send,eni_vcc->tx->words << 2); in close_tx()
1423 eni_vcc->tx->send = NULL; in close_tx()
1444 eni_dev->tx[i].send = NULL; in start_tx()
1981 dsc = tx->send+ENI_PRV_POS(skb)*4; in eni_change_qos()
2156 if (!tx->send) continue; in eni_proc_read()
2160 (unsigned long) (tx->send - eni_dev->ram), in eni_proc_read()
2161 tx->send-eni_dev->ram+tx->words*4-1,tx->words*4, in eni_proc_read()
2220 .send = eni_send,