Home
last modified time | relevance | path

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

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