Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/surface_aggregator/
Dserial_hub.h426 SSH_PACKET_TY_FLUSH_BIT, enumerator
443 BIT(SSH_PACKET_TY_FLUSH_BIT)
/Linux-v6.6/drivers/platform/surface/aggregator/
Dtrace.h33 TRACE_DEFINE_ENUM(SSH_PACKET_TY_FLUSH_BIT);
223 { 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.c1161 rqst.base.packet.state |= BIT(SSH_PACKET_TY_FLUSH_BIT); in ssh_rtl_flush()