Home
last modified time | relevance | path

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

/openbmc/linux/net/qrtr/
H A Dqrtr.h20 struct qrtr_endpoint { struct
21 int (*xmit)(struct qrtr_endpoint *ep, struct sk_buff *skb); argument
26 int qrtr_endpoint_register(struct qrtr_endpoint *ep, unsigned int nid); argument
28 void qrtr_endpoint_unregister(struct qrtr_endpoint *ep);
30 int qrtr_endpoint_post(struct qrtr_endpoint *ep, const void *data, size_t len);
H A Dsmd.c14 struct qrtr_endpoint ep;
40 static int qcom_smd_qrtr_send(struct qrtr_endpoint *ep, struct sk_buff *skb) in qcom_smd_qrtr_send()
H A Dmhi.c15 struct qrtr_endpoint ep;
48 static int qcom_mhi_qrtr_send(struct qrtr_endpoint *ep, struct sk_buff *skb) in qcom_mhi_qrtr_send()
H A Dtun.c13 struct qrtr_endpoint ep;
19 static int qrtr_tun_send(struct qrtr_endpoint *ep, struct sk_buff *skb) in qrtr_tun_send()
H A Daf_qrtr.c128 struct qrtr_endpoint *ep;
435 int qrtr_endpoint_post(struct qrtr_endpoint *ep, const void *data, size_t len) in qrtr_endpoint_post()
585 int qrtr_endpoint_register(struct qrtr_endpoint *ep, unsigned int nid) in qrtr_endpoint_register()
620 void qrtr_endpoint_unregister(struct qrtr_endpoint *ep) in qrtr_endpoint_unregister()