Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c2726 if ((ppd->host_link_state & HLS_UP) == 0) { in acquire_lcb_access()
3470 if (ppd->host_link_state & HLS_UP) { in handle_link_bounce()
3917 if (ppd->host_link_state & HLS_UP) in apply_link_downgrade_policy()
4762 if (ppd->host_link_state & HLS_UP) in read_lcb_csr()
4795 if (ppd->host_link_state & HLS_UP) in write_lcb_csr()
5131 if (dd->pport->host_link_state & HLS_UP) { in hfi1_read_link_quality()
6340 if (previous_state & HLS_UP) { in goto_offline()
6448 if (ppd->host_link_state && !(ppd->host_link_state & HLS_UP)) in driver_logical_state()
6451 switch (ppd->host_link_state & HLS_UP) { in driver_logical_state()
6508 was_up = !!(ppd->host_link_state & HLS_UP); in set_link_state()
[all …]
Dhfi.h432 #define HLS_UP (HLS_UP_INIT | HLS_UP_ARMED | HLS_UP_ACTIVE) macro