Searched refs:app_tag (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsd_dif.c66 sdt->app_tag = 0;
93 if (sdt->app_tag == 0xffff)
149 sdt->app_tag = tag[j] << 8 | tag[j+1];
150 BUG_ON(sdt->app_tag == 0xffff);
161 tag[j] = (sdt->app_tag & 0xff00) >> 8;
162 tag[j+1] = sdt->app_tag & 0xff;
200 sdt->app_tag = 0;
226 if (sdt->app_tag == 0xffff && sdt->ref_tag == 0xffffffff)
263 sdt->app_tag = tag[j] << 8 | tag[j+1];
276 tag[j] = (sdt->app_tag
[all...]
H A Dsd.h105 __be16 app_tag; /* Opaque storage */ member in struct:sd_dif_tuple
H A Dscsi_debug.c1693 if (sdt[i].app_tag == 0xffff)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_iocb.c685 uint16_t app_tag; member in struct:fw_dif_context
721 pkt->app_tag = swab32(spt->app_tag);
764 pkt->app_tag = __constant_cpu_to_le16(0);
779 " prot_type=%u\n", __func__, pkt->ref_tag, pkt->app_tag, protcnt,
H A Dqla_isr.c1437 __be16 app_tag; /* APPL identifer */ member in struct:scsi_dif_tuple
1461 e_app_tag = be16_to_cpu(ep->app_tag);
1462 a_app_tag = be16_to_cpu(ap->app_tag);
H A Dqla_def.h197 __be16 app_tag; /* Opaque storage */ member in struct:sd_dif_tuple
1355 uint16_t app_tag; member in struct:crc_context
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1224 __be16 app_tag; /* Opaque storage */ member in struct:scsi_dif_tuple
1863 "9061 BLKGRD: app_tag error\n");

Completed in 148 milliseconds