Searched refs:v2_chk_mbox_is_avail (Results 1 – 1 of 1) sorted by relevance
1131 static bool v2_chk_mbox_is_avail(struct hns_roce_dev *hr_dev, bool *busy) in v2_chk_mbox_is_avail() function1346 if (!v2_chk_mbox_is_avail(hr_dev, &busy)) in hns_roce_cmq_send()1351 if (!v2_chk_mbox_is_avail(hr_dev, &busy)) in hns_roce_cmq_send()2975 while (v2_chk_mbox_is_avail(hr_dev, &busy)) { in v2_wait_mbox_complete()2988 } else if (!v2_chk_mbox_is_avail(hr_dev, &busy)) { in v2_wait_mbox_complete()3005 } else if (!v2_chk_mbox_is_avail(hr_dev, &busy)) { in v2_wait_mbox_complete()6672 .chk_mbox_avail = v2_chk_mbox_is_avail,