Home
last modified time | relevance | path

Searched refs:SSH_PACKET_TY_BLOCKING_BIT (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/surface_aggregator/
H A Dserial_hub.h428 SSH_PACKET_TY_BLOCKING_BIT, enumerator
445 | BIT(SSH_PACKET_TY_BLOCKING_BIT),
/linux/drivers/platform/surface/aggregator/
H A Dtrace.h35 TRACE_DEFINE_ENUM(SSH_PACKET_TY_BLOCKING_BIT);
225 { BIT(SSH_PACKET_TY_BLOCKING_BIT), "B" } \
H A Dssh_packet_layer.c891 if (!test_bit(SSH_PACKET_TY_BLOCKING_BIT, &packet->state)) in ssh_ptl_tx_can_process()
1344 if (!test_bit(SSH_PACKET_TY_BLOCKING_BIT, &p->state) || in ssh_ptl_submit()
H A Dssh_request_layer.c988 unsigned long type = BIT(SSH_PACKET_TY_BLOCKING_BIT); in ssh_request_init()