Searched refs:resp_comp (Results 1 – 2 of 2) sorted by relevance
295 else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp != NULL) { in recv_bh_work()300 complete(fmdev->resp_comp); in recv_bh_work()302 fmdev->resp_comp = NULL; in recv_bh_work()306 else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp == NULL) { in recv_bh_work()359 if (fmdev->resp_comp != NULL) in send_bh_work()362 fmdev->resp_comp = fm_cb(skb)->completion; in send_bh_work()368 fmdev->resp_comp = NULL; in send_bh_work()1550 fmdev->resp_comp = NULL; in fmc_prepare()1598 fmdev->resp_comp = NULL; in fmc_release()
217 struct completion *resp_comp; member