Searched refs:SSH_PACKET_PRIORITY (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/surface_aggregator/ |
H A D | serial_hub.h | 388 #define SSH_PACKET_PRIORITY(base, try) \ macro
|
/linux/drivers/platform/surface/aggregator/ |
H A D | ssh_packet_layer.c | 717 if (p->priority > SSH_PACKET_PRIORITY(DATA, 0)) { in __ssh_ptl_queue_find_entrypoint() 1662 ssh_packet_init(packet, 0, SSH_PACKET_PRIORITY(ACK, 0), in ssh_ptl_send_ack() 1686 ssh_packet_init(packet, 0, SSH_PACKET_PRIORITY(NAK, 0), in ssh_ptl_send_nak()
|
H A D | ssh_request_layer.c | 997 ssh_packet_init(&rqst->packet, type, SSH_PACKET_PRIORITY(DATA, 0), in ssh_request_init() 1162 rqst.base.packet.priority = SSH_PACKET_PRIORITY(FLUSH, 0); in ssh_rtl_flush()
|
/linux/Documentation/driver-api/surface_aggregator/ |
H A D | internal.rst | 18 .. |SSH_PACKET_PRIORITY| replace:: :c:func:`SSH_PACKET_PRIORITY` substdef 158 (minor). See |SSH_PACKET_PRIORITY| for more details on the priority value.
|