Searched refs:atm_find_ci (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/net/atm/ |
D | atm_misc.c | 69 int atm_find_ci(struct atm_vcc *vcc,short *vpi,int *vci) in atm_find_ci() function 170 EXPORT_SYMBOL(atm_find_ci);
|
/linux-2.4.37.9/include/linux/ |
D | atmdev.h | 457 int atm_find_ci(struct atm_vcc *vcc,short *vpi,int *vci);
|
/linux-2.4.37.9/drivers/atm/ |
D | atmtcp.c | 128 error = atm_find_ci(vcc,&msg.addr.sap_addr.vpi,&msg.addr.sap_addr.vci); in atmtcp_v_open()
|
D | firestream.c | 877 error = atm_find_ci(atm_vcc, &vpi, &vci); in fs_open()
|
D | zatm.c | 1582 error = atm_find_ci(vcc,&vpi,&vci); in zatm_open()
|
D | horizon.c | 2198 error = atm_find_ci (atm_vcc, &vpi, &vci); in hrz_open()
|
D | ambassador.c | 1152 error = atm_find_ci (atm_vcc, &vpi, &vci); in amb_open()
|
D | he.c | 2322 if ((err = atm_find_ci(vcc, &vpi, &vci))) { in he_open()
|
D | nicstar.c | 1400 if ((error = atm_find_ci(vcc, &vpi, &vci))) in ns_open()
|
D | iphase.c | 2726 error = atm_find_ci(vcc, &vpi, &vci);
|