Home
last modified time | relevance | path

Searched refs:ATM_VCI_UNSPEC (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/include/linux/
Datm.h171 #define ATM_VCI_UNSPEC -2 macro
/linux-2.4.37.9/net/atm/
Dpvc.c47 if (vcc->vci != ATM_VCI_UNSPEC) addr->sap_addr.vci = vcc->vci; in pvc_bind()
Dcommon.c380 vpi >> dev->ci_range.vpi_bits) || (vci != ATM_VCI_UNSPEC && in __vcc_connect()
450 if (vpi != ATM_VPI_UNSPEC && vci != ATM_VCI_UNSPEC) in vcc_connect()
496 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) in vcc_connect()
/linux-2.4.37.9/drivers/atm/
Datmtcp.c130 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) return 0; in atmtcp_v_open()
Deni.c851 if (vcc->vpi != ATM_VPI_UNSPEC && vcc->vci != ATM_VCI_UNSPEC) { in close_rx()
1918 if (*vci == ATM_VCI_UNSPEC) { in get_ci()
1960 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC) in eni_open()
1980 if (vci == ATM_VPI_UNSPEC || vpi == ATM_VCI_UNSPEC) return 0; in eni_open()
Dzatm.c755 if (vcc->vpi != ATM_VPI_UNSPEC && vcc->vci != ATM_VCI_UNSPEC) { in close_rx()
1586 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC) in zatm_open()
1608 if (vci == ATM_VPI_UNSPEC || vpi == ATM_VCI_UNSPEC) return 0; in zatm_open()
Dfirestream.c885 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC) in fs_open()
Dhorizon.c2191 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) { in hrz_open()
Dambassador.c1145 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) { in amb_open()
Dlanai.c2521 (vpi == ATM_VPI_UNSPEC) || (vci == ATM_VCI_UNSPEC)) in lanai_open()
Dhe.c2326 if (vci == ATM_VCI_UNSPEC || vpi == ATM_VPI_UNSPEC) in he_open()
Didt77252.c2459 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) in idt77252_open()
Diphase.c2734 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC)
/linux-2.4.37.9/drivers/usb/
Dspeedtch.c988 vcc->vci = ATM_VCI_UNSPEC; in udsl_atm_close()