Searched refs:scif_port_id (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | scif_ioctl.h | 69 struct scif_port_id { struct 80 struct scif_port_id self; argument 81 struct scif_port_id peer; 92 struct scif_port_id peer;
|
/Linux-v4.19/drivers/misc/mic/scif/ |
D | scif_epd.h | 108 struct scif_port_id port; 109 struct scif_port_id peer; 129 struct scif_port_id conn_port; 203 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block);
|
D | scif_nodeqp.h | 109 struct scif_port_id src; 110 struct scif_port_id dst;
|
D | scif_api.c | 599 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block) in __scif_connect() 719 int scif_connect(scif_epd_t epd, struct scif_port_id *dst) in scif_connect() 746 int scif_accept(scif_epd_t epd, struct scif_port_id *peer, in scif_accept()
|
/Linux-v4.19/include/linux/ |
D | scif.h | 274 int scif_connect(scif_epd_t epd, struct scif_port_id *dst); 331 int scif_accept(scif_epd_t epd, struct scif_port_id *peer, scif_epd_t
|
/Linux-v4.19/drivers/misc/mic/cosm_client/ |
D | cosm_scif_client.c | 114 struct scif_port_id port_id; in cosm_scif_connect()
|
/Linux-v4.19/drivers/misc/mic/cosm/ |
D | cosm_scif_server.c | 300 struct scif_port_id port_id; in cosm_scif_server()
|