Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_twsi.c266 int was_high = 0; in qib_twsi_reset() local
295 was_high |= sda_in(dd, 0); in qib_twsi_reset()
298 if (was_high) { in qib_twsi_reset()
317 return !was_high; in qib_twsi_reset()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dtwsi.c282 int was_high = 0; in hfi1_twsi_reset() local
311 was_high |= sda_in(dd, target, 0); in hfi1_twsi_reset()
314 if (was_high) { in hfi1_twsi_reset()
333 return !was_high; in hfi1_twsi_reset()