Searched refs:v2_chk_mbox_is_avail (Results 1 – 1 of 1) sorted by relevance
1159 static bool v2_chk_mbox_is_avail(struct hns_roce_dev *hr_dev, bool *busy) in v2_chk_mbox_is_avail() function1350 if (!v2_chk_mbox_is_avail(hr_dev, &busy)) in hns_roce_cmq_send()1355 if (!v2_chk_mbox_is_avail(hr_dev, &busy)) in hns_roce_cmq_send()2973 while (v2_chk_mbox_is_avail(hr_dev, &busy)) { in v2_wait_mbox_complete()2986 } else if (!v2_chk_mbox_is_avail(hr_dev, &busy)) { in v2_wait_mbox_complete()3003 } else if (!v2_chk_mbox_is_avail(hr_dev, &busy)) { in v2_wait_mbox_complete()6644 .chk_mbox_avail = v2_chk_mbox_is_avail,