Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/surface_aggregator/
Dserial_hub.h412 SSH_PACKET_TY_FLUSH_BIT, enumerator
429 BIT(SSH_PACKET_TY_FLUSH_BIT)
/Linux-v6.1/drivers/platform/surface/aggregator/
Dtrace.h33 TRACE_DEFINE_ENUM(SSH_PACKET_TY_FLUSH_BIT);
190 { BIT(SSH_PACKET_TY_FLUSH_BIT), "F" }, \
Dssh_packet_layer.c887 if (test_bit(SSH_PACKET_TY_FLUSH_BIT, &packet->state)) in ssh_ptl_tx_can_process()
1320 if (test_bit(SSH_PACKET_TY_FLUSH_BIT, &p->state)) { in ssh_ptl_submit()
Dssh_request_layer.c1146 rqst.base.packet.state |= BIT(SSH_PACKET_TY_FLUSH_BIT); in ssh_rtl_flush()