Searched refs:QRTR_TYPE_RESUME_TX (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dqrtr.h24 QRTR_TYPE_RESUME_TX = 7, enumerator in enum:qrtr_pkt_type
/linux-master/net/qrtr/
H A Daf_qrtr.c218 * @node: qrtr_node that the QRTR_TYPE_RESUME_TX packet arrived on
254 * QRTR_TYPE_RESUME_TX to reset the counter. If the high watermark is hit
507 cb->type == QRTR_TYPE_RESUME_TX) &&
512 cb->type != QRTR_TYPE_RESUME_TX)
527 if (cb->type == QRTR_TYPE_RESUME_TX) {
1020 pkt->cmd = cpu_to_le32(QRTR_TYPE_RESUME_TX);
1024 ret = qrtr_node_enqueue(node, skb, QRTR_TYPE_RESUME_TX, &local, &remote);
H A Dns.c36 [QRTR_TYPE_RESUME_TX] = "resume-tx",
655 case QRTR_TYPE_RESUME_TX:

Completed in 140 milliseconds