Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Datm.h172 #define ATM_VPI_UNSPEC -2 macro
/linux-6.12.1/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()
Diphase.c2704 if (vcc->vci != ATM_VPI_UNSPEC && vcc->vpi != ATM_VCI_UNSPEC)
Didt77252.c2392 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) in idt77252_open()
/linux-6.12.1/net/atm/
Dpvc.c47 if (vcc->vpi != ATM_VPI_UNSPEC) in pvc_bind()
Dcommon.c388 if ((vpi != ATM_VPI_UNSPEC && vpi != ATM_VPI_ANY && 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.12.1/drivers/usb/atm/
Dusbatm.c864 instance->cached_vpi = ATM_VPI_UNSPEC; in usbatm_atm_close()
876 vcc->vpi = ATM_VPI_UNSPEC; in usbatm_atm_close()
1165 instance->cached_vpi = ATM_VPI_UNSPEC; in usbatm_usb_probe()