• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/

Lines Matching defs:tag

108 	u32 hash = sc->request->tag & (FNIC_IO_LOCKS - 1);
329 fnic_queue_wq_copy_desc_icmnd_16(wq, sc->request->tag,
335 pri_tag, /* scsi pri and tag */
469 struct fcpio_tag tag;
473 fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
542 struct fcpio_tag tag;
546 fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
644 struct fcpio_tag tag;
654 fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
655 fcpio_tag_id_dec(&tag, &id);
796 struct fcpio_tag tag;
803 fcpio_header_dec(&desc->hdr, &type, &hdr_status, &tag);
804 fcpio_tag_id_dec(&tag, &id);
874 "Unexpected itmf io state %s tag %x\n",
1000 /* get the tag reference */
1001 fcpio_tag_id_dec(&desc->hdr.tag, &id);
1040 static inline int fnic_queue_abort_io_req(struct fnic *fnic, int tag,
1056 fnic_queue_wq_copy_desc_itmf(wq, tag | FNIC_TAG_ABORT,
1057 0, task_req, tag, fc_lun, io_req->port_id,
1066 int tag;
1082 for (tag = 0; tag < FNIC_MAX_IO_REQ; tag++) {
1083 sc = scsi_host_find_tag(fnic->lport->host, tag);
1119 if (fnic_queue_abort_io_req(fnic, tag,
1141 int tag;
1162 for (tag = 0; tag < FNIC_MAX_IO_REQ; tag++) {
1163 sc = scsi_host_find_tag(fnic->lport->host, tag);
1204 if (fnic_queue_abort_io_req(fnic, tag,
1252 rport->port_id, sc->device->lun, sc->request->tag);
1309 if (fnic_queue_abort_io_req(fnic, sc->request->tag, task_req,
1393 fnic_queue_wq_copy_desc_itmf(wq, sc->request->tag | FNIC_TAG_DEV_RST,
1413 int tag;
1423 for (tag = 0; tag < FNIC_MAX_IO_REQ; tag++) {
1424 sc = scsi_host_find_tag(fnic->lport->host, tag);
1459 if (fnic_queue_abort_io_req(fnic, tag,
1564 sc->request->tag);