Searched refs:v2_chk_mbox_is_avail (Results 1 – 1 of 1) sorted by relevance
1136 static bool v2_chk_mbox_is_avail(struct hns_roce_dev *hr_dev, bool *busy) in v2_chk_mbox_is_avail() function1377 if (!v2_chk_mbox_is_avail(hr_dev, &busy)) in hns_roce_cmq_send()1382 if (!v2_chk_mbox_is_avail(hr_dev, &busy)) in hns_roce_cmq_send()3018 while (v2_chk_mbox_is_avail(hr_dev, &busy)) { in v2_wait_mbox_complete()3031 } else if (!v2_chk_mbox_is_avail(hr_dev, &busy)) { in v2_wait_mbox_complete()3048 } else if (!v2_chk_mbox_is_avail(hr_dev, &busy)) { in v2_wait_mbox_complete()6821 .chk_mbox_avail = v2_chk_mbox_is_avail,