Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Datm.h173 #define ATM_VCI_UNSPEC -2 macro
/openbmc/linux/drivers/atm/
H A Dadummy.c95 if (vci == ATM_VCI_UNSPEC || vpi == ATM_VPI_UNSPEC) in adummy_open()
H A Datmtcp.c133 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) return 0; in atmtcp_v_open()
H A Deni.c845 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()
H A Dlanai.c2318 (vpi == ATM_VPI_UNSPEC) || (vci == ATM_VCI_UNSPEC)) in lanai_open()
H A Dhe.c2125 if (vci == ATM_VCI_UNSPEC || vpi == ATM_VPI_UNSPEC) in he_open()
H A Diphase.c2703 if (vcc->vci != ATM_VPI_UNSPEC && vcc->vpi != ATM_VCI_UNSPEC)
H A Didt77252.c2391 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) in idt77252_open()
/openbmc/linux/net/atm/
H A Dpvc.c49 if (vcc->vci != ATM_VCI_UNSPEC) in pvc_bind()
H A Dcommon.c389 vpi >> dev->ci_range.vpi_bits) || (vci != ATM_VCI_UNSPEC && in __vcc_connect()
476 if (vpi != ATM_VPI_UNSPEC && vci != ATM_VCI_UNSPEC) in vcc_connect()
515 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) in vcc_connect()
/openbmc/linux/drivers/usb/atm/
H A Dusbatm.c865 instance->cached_vci = ATM_VCI_UNSPEC; in usbatm_atm_close()
877 vcc->vci = ATM_VCI_UNSPEC; in usbatm_atm_close()
1165 instance->cached_vci = ATM_VCI_UNSPEC; in usbatm_usb_probe()