Home
last modified time | relevance | path

Searched refs:last_fast (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/atm/
Deni.h98 struct atm_vcc *fast,*last_fast;/* queues of VCCs with pending PDUs */ member
Deni.c704 ENI_VCC(eni_dev->last_fast)->next = vcc; in get_service()
706 eni_dev->last_fast = vcc; in get_service()
912 eni_dev->fast = eni_dev->last_fast = NULL; in start_rx()