Home
last modified time | relevance | path

Searched refs:ATM_SETCIRANGE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/atm/
H A Dioctl.c265 { ATM_SETCIRANGE32, ATM_SETCIRANGE },
340 case ATM_SETCIRANGE: in do_atm_ioctl()
H A Dresources.c362 case ATM_SETCIRANGE: in atm_dev_ioctl()
/openbmc/linux/include/uapi/linux/
H A Datmdev.h73 #define ATM_SETCIRANGE _IOW('a',ATMIOC_ITF+11,struct atmif_sioc) macro
/openbmc/linux/drivers/atm/
H A Datmtcp.c164 if (cmd != ATM_SETCIRANGE) return -ENOIOCTLCMD; in atmtcp_v_ioctl()
H A Deni.c2020 if (cmd == ATM_SETCIRANGE) { in eni_ioctl()