Searched refs:QRTR_EP_NID_AUTO (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/qrtr/
H A Dqrtr.h10 #define QRTR_EP_NID_AUTO (-1) macro
H A Dsmd.c72 rc = qrtr_endpoint_register(&qdev->ep, QRTR_EP_NID_AUTO);
H A Dmhi.c90 rc = qrtr_endpoint_register(&qdev->ep, QRTR_EP_NID_AUTO);
H A Dtun.c47 ret = qrtr_endpoint_register(&tun->ep, QRTR_EP_NID_AUTO);
H A Daf_qrtr.c417 if (nid == QRTR_EP_NID_AUTO)
422 if (node->nid == QRTR_EP_NID_AUTO)
580 * @nid: desired node id; may be QRTR_EP_NID_AUTO for auto-assignment
599 node->nid = QRTR_EP_NID_AUTO;

Completed in 122 milliseconds