orig_tag          269 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.h 						   u32 val, u32 orig_tag,
orig_tag          280 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.h 	if (!cxgbi_ppm_is_ddp_tag(ppm, orig_tag))
orig_tag          284 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.h 		     (orig_tag & ppm->tformat.rsvd_mask);
orig_tag          574 drivers/scsi/esp_scsi.c 	if (!ent->orig_tag[0]) {
orig_tag          606 drivers/scsi/esp_scsi.c 	BUG_ON(lp->tagged_cmds[ent->orig_tag[1]]);
orig_tag          608 drivers/scsi/esp_scsi.c 	lp->tagged_cmds[ent->orig_tag[1]] = ent;
orig_tag          617 drivers/scsi/esp_scsi.c 	if (ent->orig_tag[0]) {
orig_tag          618 drivers/scsi/esp_scsi.c 		BUG_ON(lp->tagged_cmds[ent->orig_tag[1]] != ent);
orig_tag          619 drivers/scsi/esp_scsi.c 		lp->tagged_cmds[ent->orig_tag[1]] = NULL;
orig_tag          720 drivers/scsi/esp_scsi.c 		ent->orig_tag[0] = ent->tag[0];
orig_tag          721 drivers/scsi/esp_scsi.c 		ent->orig_tag[1] = ent->tag[1];
orig_tag          287 drivers/scsi/esp_scsi.h 	u8			orig_tag[2];