Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Datm.h172 #define ATM_VPI_UNSPEC -2 macro
/Linux-v4.19/drivers/atm/
Dadummy.c94 if (vci == ATM_VCI_UNSPEC || vpi == ATM_VPI_UNSPEC) in adummy_open()
Datmtcp.c132 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) return 0; in atmtcp_v_open()
Dzatm.c569 if (vcc->vpi != ATM_VPI_UNSPEC && vcc->vci != ATM_VCI_UNSPEC) { in close_rx()
1396 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC) in zatm_open()
1418 if (vci == ATM_VPI_UNSPEC || vpi == ATM_VCI_UNSPEC) return 0; in zatm_open()
Deni.c849 if (vcc->vpi != ATM_VPI_UNSPEC && vcc->vci != ATM_VCI_UNSPEC) { in close_rx()
1921 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC) in eni_open()
1941 if (vci == ATM_VPI_UNSPEC || vpi == ATM_VCI_UNSPEC) return 0; in eni_open()
Dambassador.c1032 #ifdef ATM_VPI_UNSPEC in amb_open()
1034 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) { in amb_open()
Dhorizon.c2124 #ifdef ATM_VPI_UNSPEC in hrz_open()
2126 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) { in hrz_open()
Dfirestream.c885 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC) in fs_open()
Dlanai.c2320 (vpi == ATM_VPI_UNSPEC) || (vci == ATM_VCI_UNSPEC)) in lanai_open()
Dhe.c2129 if (vci == ATM_VCI_UNSPEC || vpi == ATM_VPI_UNSPEC) in he_open()
Didt77252.c2397 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) in idt77252_open()
Diphase.c2699 if (vcc->vci != ATM_VPI_UNSPEC && vcc->vpi != ATM_VCI_UNSPEC)
/Linux-v4.19/net/atm/
Dpvc.c47 if (vcc->vpi != ATM_VPI_UNSPEC) in pvc_bind()
Dcommon.c387 if ((vpi != ATM_VPI_UNSPEC && vpi != ATM_VPI_ANY && in __vcc_connect()
475 if (vpi != ATM_VPI_UNSPEC && vci != ATM_VCI_UNSPEC) in vcc_connect()
514 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) in vcc_connect()
/Linux-v4.19/drivers/usb/atm/
Dusbatm.c862 instance->cached_vpi = ATM_VPI_UNSPEC; in usbatm_atm_close()
874 vcc->vpi = ATM_VPI_UNSPEC; in usbatm_atm_close()
1160 instance->cached_vpi = ATM_VPI_UNSPEC; in usbatm_usb_probe()