Searched defs:tn (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c97 Symbios_target *tn = &nvram->target[target]; local
99 if (!(tn->flags & SYMBIOS_QUEUE_TAGS_ENABLED))
101 if (!(tn->flags & SYMBIOS_DISCONNECT_ENABLE))
103 if (!(tn->flags & SYMBIOS_SCAN_AT_BOOT_TIME))
105 if (!(tn->flags & SYMBIOS_SCAN_LUNS))
107 tp->usr_period = (tn->sync_period + 3) / 4;
108 tp->usr_width = (tn->bus_width == 0x8) ? 0 : 1;
121 struct Tekram_target *tn = &nvram->target[target]; local
123 if (tn->flags & TEKRAM_TAGGED_COMMANDS) {
127 if (tn
172 struct Symbios_target *tn = &nvram->target[i]; local
220 struct Tekram_target *tn = &nvram->target[i]; local
[all...]
H A Dsym_hipd.c58 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln);
4652 u_char tn = cmd->device->id; local
4654 struct sym_tcb *tp = &np->target[tn];
4686 sym_alloc_lcb_tags(np, tn, ln);
4760 cp->target = tn;
4957 static void sym_init_tcb (struct sym_hcb *np, u_char tn) argument
4973 struct sym_lcb *sym_alloc_lcb (struct sym_hcb *np, u_char tn, u_char ln) argument
4975 struct sym_tcb *tp = &np->target[tn];
4981 sym_init_tcb (np, tn);
5057 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_cha argument
5104 sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln) argument
[all...]
/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c442 struct ipoib_neigh *neigh, *tn; local
477 list_for_each_entry_safe(neigh, tn, &path->neigh_list, list) {
/drivers/ata/
H A Dpata_mpc52xx.c87 u8 tn; member in struct:mdmaspec
91 { .t0M = 32, .td = 15, .th = 2, .tj = 2, .tkw = 15, .tm = 4, .tn = 1 },
92 { .t0M = 10, .td = 6, .th = 1, .tj = 1, .tkw = 4, .tm = 2, .tn = 1 },
93 { .t0M = 8, .td = 5, .th = 1, .tj = 1, .tkw = 2, .tm = 2, .tn = 1 },
97 { .t0M = 64, .td = 29, .th = 3, .tj = 3, .tkw = 29, .tm = 7, .tn = 2 },
98 { .t0M = 20, .td = 11, .th = 2, .tj = 1, .tkw = 7, .tm = 4, .tn = 1 },
99 { .t0M = 16, .td = 10, .th = 2, .tj = 1, .tkw = 4, .tm = 4, .tn = 1 },
303 t->mdma2 = ((u32)s->th << 24) | ((u32)s->tj << 16) | ((u32)s->tn << 8);
/drivers/scsi/
H A Dncr53c8xx.c1919 static void ncr_alloc_ccb (struct ncb *np, u_char tn, u_char ln);
1924 static void ncr_init_tcb (struct ncb *np, u_char tn);
1925 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
5634 unsigned char tn = sdev->id, ln = sdev->lun; local
5635 struct tcb *tp = &np->target[tn];
7145 u_char tn = cmd->device->id; local
7147 struct tcb *tp = &np->target[tn];
7167 ncr_alloc_ccb(np, tn, ln);
7235 cp->target = tn;
7355 static void ncr_alloc_ccb(struct ncb *np, u_char tn, u_cha argument
7404 ncr_init_tcb(struct ncb *np, u_char tn) argument
7491 ncr_alloc_lcb(struct ncb *np, u_char tn, u_char ln) argument
7583 unsigned char tn = sdev->id, ln = sdev->lun; local
[all...]

Completed in 151 milliseconds