Home
last modified time | relevance | path

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

/linux/drivers/platform/surface/aggregator/
A Dssh_packet_layer.c218 #define SSH_PTL_MAX_PENDING 1 macro
899 return atomic_read(&ptl->pending.count) < SSH_PTL_MAX_PENDING; in ssh_ptl_tx_can_process()
1295 if (atomic_read(&ptl->pending.count) < SSH_PTL_MAX_PENDING) in ssh_ptl_acknowledge()
1345 (atomic_read(&ptl->pending.count) < SSH_PTL_MAX_PENDING)) in ssh_ptl_submit()
1481 if (atomic_read(&p->ptl->pending.count) < SSH_PTL_MAX_PENDING) in ssh_ptl_cancel()

Completed in 6 milliseconds