Home | History | Annotate | Download | only in ieee1394

Lines Matching defs:bind

713  * To bind IEEE1394 address block to process.
737 aprint_error_dev(fc->bdev, "bind failed\n");
1060 struct fw_bind *bind;
1133 bind = fw_bindlookup(rb->fc, fp->mode.rreqq.dest_hi,
1135 if (bind == NULL) {
1188 mutex_enter(&bind->fwb_mtx);
1189 rb->xfer = STAILQ_FIRST(&bind->xferlist);
1191 mutex_exit(&bind->fwb_mtx);
1194 "Discard a packet for this bind.\n");
1198 STAILQ_REMOVE_HEAD(&bind->xferlist, link);
1199 mutex_exit(&bind->fwb_mtx);