Searched refs:fcp_bind (Results 1 – 2 of 2) sorted by relevance
162 STAILQ_INSERT_TAIL(&sc->fcp_bind.xferlist, xfer, link); in fwdv_fcp_handler()964 STAILQ_INIT(&sc->fcp_bind.xferlist); in fwdv_attach()965 sc->fcp_bind.start = FCP_RESPONSE_ADDR; in fwdv_attach()966 sc->fcp_bind.end = FCP_RESPONSE_ADDR + FCP_MAX_FRAME_LEN - 1; in fwdv_attach()967 sc->fcp_bind.sc = sc; in fwdv_attach()968 if (fw_xferlist_add(&sc->fcp_bind.xferlist, M_FWDV, in fwdv_attach()972 fw_xferlist_remove(&sc->fcp_bind.xferlist); in fwdv_attach()979 err = fw_bindadd(fc, &sc->fcp_bind); in fwdv_attach()982 fw_xferlist_remove(&sc->fcp_bind.xferlist); in fwdv_attach()1012 fw_bindremove(sc->fd.fc, &sc->fcp_bind); in fwdv_detach()[all …]
157 struct fw_bind fcp_bind; member