Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Datm.h173 #define ATM_VCI_UNSPEC -2 macro
/linux-6.1.9/drivers/atm/
Dadummy.c95 if (vci == ATM_VCI_UNSPEC || vpi == ATM_VPI_UNSPEC) in adummy_open()
Datmtcp.c133 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) return 0; in atmtcp_v_open()
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()
Dlanai.c2318 (vpi == ATM_VPI_UNSPEC) || (vci == ATM_VCI_UNSPEC)) in lanai_open()
Dhe.c2125 if (vci == ATM_VCI_UNSPEC || vpi == ATM_VPI_UNSPEC) in he_open()
Didt77252.c2391 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) in idt77252_open()
Diphase.c2701 if (vcc->vci != ATM_VPI_UNSPEC && vcc->vpi != ATM_VCI_UNSPEC)
/linux-6.1.9/net/atm/
Dpvc.c49 if (vcc->vci != ATM_VCI_UNSPEC) in pvc_bind()
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()
/linux-6.1.9/drivers/usb/atm/
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()