Lines Matching refs:ENI_VCC

194 		if (eni_dev->rx_map[i] && ENI_VCC(eni_dev->rx_map[i])->rx)  in dump()
196 ENI_VCC(eni_dev->rx_map[i])->recv, in dump()
197 ENI_VCC(eni_dev->rx_map[i])->words*4); in dump()
325 eni_vcc = ENI_VCC(vcc); in rx_ident_err()
356 eni_vcc = ENI_VCC(vcc); in do_rx_dma()
498 eni_vcc = ENI_VCC(vcc); in discard()
520 eni_vcc = ENI_VCC(vcc); in rx_aal0()
558 eni_vcc = ENI_VCC(vcc); in rx_aal5()
624 eni_vcc = ENI_VCC(vcc); in rx_vcc()
631 DPRINTK("CB_DESCR %ld REG_DESCR %d\n",ENI_VCC(vcc)->descr, in rx_vcc()
634 if (ENI_VCC(vcc)->rx(vcc)) return 1; in rx_vcc()
644 while (ENI_VCC(vcc)->descr != (tmp = (readl(vci_dsc+4) & MID_VCI_DESCR) in rx_vcc()
648 DPRINTK("CB_DESCR %ld REG_DESCR %d\n",ENI_VCC(vcc)->descr, in rx_vcc()
651 if (ENI_VCC(vcc)->rx(vcc)) return 1; in rx_vcc()
666 eni_dev->fast = ENI_VCC(curr)->next; in poll_rx()
667 ENI_VCC(curr)->next = ENI_VCC_NOS; in poll_rx()
669 ENI_VCC(curr)->servicing--; in poll_rx()
674 eni_dev->slow = ENI_VCC(curr)->next; in poll_rx()
675 ENI_VCC(curr)->next = ENI_VCC_NOS; in poll_rx()
677 ENI_VCC(curr)->servicing--; in poll_rx()
701 if (ENI_VCC(vcc)->next != ENI_VCC_NOS) { in get_service()
706 ENI_VCC(vcc)->timestamp = ktime_get_real(); in get_service()
707 ENI_VCC(vcc)->next = NULL; in get_service()
710 ENI_VCC(eni_dev->last_fast)->next = vcc; in get_service()
716 ENI_VCC(eni_dev->last_slow)->next = vcc; in get_service()
721 ENI_VCC(vcc)->servicing++; in get_service()
751 eni_vcc = ENI_VCC(vcc); in dequeue_rx()
789 eni_vcc = ENI_VCC(vcc); in open_rx_first()
820 eni_vcc = ENI_VCC(vcc); in open_rx_second()
848 eni_vcc = ENI_VCC(vcc); in close_rx()
1051 eni_vcc = ENI_VCC(vcc); in do_tx()
1174 ENI_VCC(vcc)->txing += size; in do_tx()
1221 tx = ENI_VCC(vcc)->tx; in dequeue_tx()
1222 NULLCHECK(ENI_VCC(vcc)->tx); in dequeue_tx()
1225 if (ENI_VCC(vcc)->txing < tx->words && ENI_PRV_POS(skb) == in dequeue_tx()
1230 ENI_VCC(vcc)->txing -= ENI_PRV_SIZE(skb); in dequeue_tx()
1293 struct eni_vcc *eni_vcc = ENI_VCC(vcc); in reserve_or_set_tx()
1379 ENI_VCC(vcc)->tx = NULL; in open_tx_first()
1381 ENI_VCC(vcc)->txing = 0; in open_tx_first()
1398 eni_vcc = ENI_VCC(vcc); in close_tx()
1899 if (!ENI_VCC(vcc)) return; in eni_close()
1905 kfree(ENI_VCC(vcc)); in eni_close()
1961 struct eni_tx *tx = ENI_VCC(vcc)->tx; in eni_change_qos()
2056 if (!ENI_VCC(vcc)->tx) { in eni_send()
2080 skb_queue_tail(&ENI_VCC(vcc)->tx->backlog,skb); in eni_send()
2186 eni_vcc = ENI_VCC(vcc); in eni_proc_read()