Home
last modified time | relevance | path

Searched refs:ATM_VPI_UNSPEC (Results 1 – 15 of 15) sorted by relevance

/linux-2.6.39/include/linux/
Datm.h171 #define ATM_VPI_UNSPEC -2 macro
/linux-2.6.39/net/atm/
Dpvc.c45 if (vcc->vpi != ATM_VPI_UNSPEC) in pvc_bind()
Dcommon.c361 if ((vpi != ATM_VPI_UNSPEC && vpi != ATM_VPI_ANY && in __vcc_connect()
449 if (vpi != ATM_VPI_UNSPEC && vci != ATM_VCI_UNSPEC) in vcc_connect()
488 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) in vcc_connect()
/linux-2.6.39/drivers/atm/
Dadummy.c94 if (vci == ATM_VCI_UNSPEC || vpi == ATM_VPI_UNSPEC) in adummy_open()
Dzatm.c568 if (vcc->vpi != ATM_VPI_UNSPEC && vcc->vci != ATM_VCI_UNSPEC) { in close_rx()
1395 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC) in zatm_open()
1417 if (vci == ATM_VPI_UNSPEC || vpi == ATM_VCI_UNSPEC) return 0; in zatm_open()
Datmtcp.c132 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) return 0; in atmtcp_v_open()
Deni.c850 if (vcc->vpi != ATM_VPI_UNSPEC && vcc->vci != ATM_VCI_UNSPEC) { in close_rx()
1914 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC) in eni_open()
1934 if (vci == ATM_VPI_UNSPEC || vpi == ATM_VCI_UNSPEC) return 0; in eni_open()
Dambassador.c1036 #ifdef ATM_VPI_UNSPEC in amb_open()
1038 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) { in amb_open()
Dhorizon.c2146 #ifdef ATM_VPI_UNSPEC in hrz_open()
2148 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) { in hrz_open()
Dfirestream.c881 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC) in fs_open()
Dlanai.c2342 (vpi == ATM_VPI_UNSPEC) || (vci == ATM_VCI_UNSPEC)) in lanai_open()
Dhe.c2147 if (vci == ATM_VCI_UNSPEC || vpi == ATM_VPI_UNSPEC) in he_open()
Didt77252.c2403 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) in idt77252_open()
Diphase.c2672 if (vcc->vci != ATM_VPI_UNSPEC && vcc->vpi != ATM_VCI_UNSPEC)
/linux-2.6.39/drivers/usb/atm/
Dusbatm.c904 instance->cached_vpi = ATM_VPI_UNSPEC; in usbatm_atm_close()
916 vcc->vpi = ATM_VPI_UNSPEC; in usbatm_atm_close()
1218 instance->cached_vpi = ATM_VPI_UNSPEC; in usbatm_usb_probe()