Lines Matching refs:ENI_VCC

188 		if (eni_dev->rx_map[i] && ENI_VCC(eni_dev->rx_map[i])->rx)  in dump()
190 ENI_VCC(eni_dev->rx_map[i])->recv, in dump()
191 ENI_VCC(eni_dev->rx_map[i])->words*4); in dump()
319 eni_vcc = ENI_VCC(vcc); in rx_ident_err()
350 eni_vcc = ENI_VCC(vcc); in do_rx_dma()
492 eni_vcc = ENI_VCC(vcc); in discard()
514 eni_vcc = ENI_VCC(vcc); in rx_aal0()
552 eni_vcc = ENI_VCC(vcc); in rx_aal5()
618 eni_vcc = ENI_VCC(vcc); in rx_vcc()
625 DPRINTK("CB_DESCR %ld REG_DESCR %d\n",ENI_VCC(vcc)->descr, in rx_vcc()
628 if (ENI_VCC(vcc)->rx(vcc)) return 1; in rx_vcc()
638 while (ENI_VCC(vcc)->descr != (tmp = (readl(vci_dsc+4) & MID_VCI_DESCR) in rx_vcc()
642 DPRINTK("CB_DESCR %ld REG_DESCR %d\n",ENI_VCC(vcc)->descr, in rx_vcc()
645 if (ENI_VCC(vcc)->rx(vcc)) return 1; in rx_vcc()
660 eni_dev->fast = ENI_VCC(curr)->next; in poll_rx()
661 ENI_VCC(curr)->next = ENI_VCC_NOS; in poll_rx()
663 ENI_VCC(curr)->servicing--; in poll_rx()
668 eni_dev->slow = ENI_VCC(curr)->next; in poll_rx()
669 ENI_VCC(curr)->next = ENI_VCC_NOS; in poll_rx()
671 ENI_VCC(curr)->servicing--; in poll_rx()
695 if (ENI_VCC(vcc)->next != ENI_VCC_NOS) { in get_service()
700 ENI_VCC(vcc)->timestamp = ktime_get_real(); in get_service()
701 ENI_VCC(vcc)->next = NULL; in get_service()
704 ENI_VCC(eni_dev->last_fast)->next = vcc; in get_service()
710 ENI_VCC(eni_dev->last_slow)->next = vcc; in get_service()
715 ENI_VCC(vcc)->servicing++; in get_service()
745 eni_vcc = ENI_VCC(vcc); in dequeue_rx()
783 eni_vcc = ENI_VCC(vcc); in open_rx_first()
814 eni_vcc = ENI_VCC(vcc); in open_rx_second()
842 eni_vcc = ENI_VCC(vcc); in close_rx()
1046 eni_vcc = ENI_VCC(vcc); in do_tx()
1172 ENI_VCC(vcc)->txing += size; in do_tx()
1219 tx = ENI_VCC(vcc)->tx; in dequeue_tx()
1220 NULLCHECK(ENI_VCC(vcc)->tx); in dequeue_tx()
1223 if (ENI_VCC(vcc)->txing < tx->words && ENI_PRV_POS(skb) == in dequeue_tx()
1228 ENI_VCC(vcc)->txing -= ENI_PRV_SIZE(skb); in dequeue_tx()
1291 struct eni_vcc *eni_vcc = ENI_VCC(vcc); in reserve_or_set_tx()
1377 ENI_VCC(vcc)->tx = NULL; in open_tx_first()
1379 ENI_VCC(vcc)->txing = 0; in open_tx_first()
1396 eni_vcc = ENI_VCC(vcc); in close_tx()
1897 if (!ENI_VCC(vcc)) return; in eni_close()
1903 kfree(ENI_VCC(vcc)); in eni_close()
1959 struct eni_tx *tx = ENI_VCC(vcc)->tx; in eni_change_qos()
2039 if (!ENI_VCC(vcc)->tx) { in eni_send()
2063 skb_queue_tail(&ENI_VCC(vcc)->tx->backlog,skb); in eni_send()
2169 eni_vcc = ENI_VCC(vcc); in eni_proc_read()