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

/linux-master/drivers/atm/
H A Dfore200e.c964 struct fore200e_vcc* fore200e_vcc; local
972 fore200e_vcc = FORE200E_VCC(vcc);
973 ASSERT(fore200e_vcc);
1026 if (pdu_len < fore200e_vcc->rx_min_pdu)
1027 fore200e_vcc->rx_min_pdu = pdu_len;
1028 if (pdu_len > fore200e_vcc->rx_max_pdu)
1029 fore200e_vcc->rx_max_pdu = pdu_len;
1030 fore200e_vcc->rx_pdu++;
1307 struct fore200e_vcc* fore200e_vc local
1415 struct fore200e_vcc* fore200e_vcc; local
1468 struct fore200e_vcc* fore200e_vcc; local
1885 struct fore200e_vcc* fore200e_vcc = FORE200E_VCC(vcc); local
2702 struct fore200e_vcc* fore200e_vcc; local
[all...]
H A Dfore200e.h66 #define FORE200E_VCC(d) ((struct fore200e_vcc*)((d)->dev_data))
877 typedef struct fore200e_vcc { struct

Completed in 164 milliseconds