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

/drivers/atm/
H A Deni.h97 struct atm_vcc *fast,*last_fast;/* queues of VCCs with pending PDUs */ member in struct:eni_dev
H A Deni.c705 ENI_VCC(eni_dev->last_fast)->next = vcc;
707 eni_dev->last_fast = vcc;
913 eni_dev->fast = eni_dev->last_fast = NULL;

Completed in 60 milliseconds