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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/atm/
H A Deni.h91 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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/atm/
H A Deni.h91 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 148 milliseconds