/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.c | 84 Symbios_target *tn = &nvram->target[target]; in sym_Symbios_setup_target() local 86 if (!(tn->flags & SYMBIOS_QUEUE_TAGS_ENABLED)) in sym_Symbios_setup_target() 88 if (!(tn->flags & SYMBIOS_DISCONNECT_ENABLE)) in sym_Symbios_setup_target() 90 if (!(tn->flags & SYMBIOS_SCAN_AT_BOOT_TIME)) in sym_Symbios_setup_target() 92 if (!(tn->flags & SYMBIOS_SCAN_LUNS)) in sym_Symbios_setup_target() 94 tp->usr_period = (tn->sync_period + 3) / 4; in sym_Symbios_setup_target() 95 tp->usr_width = (tn->bus_width == 0x8) ? 0 : 1; in sym_Symbios_setup_target() 108 struct Tekram_target *tn = &nvram->target[target]; in sym_Tekram_setup_target() local 110 if (tn->flags & TEKRAM_TAGGED_COMMANDS) { in sym_Tekram_setup_target() 114 if (tn->flags & TEKRAM_DISCONNECT_ENABLE) in sym_Tekram_setup_target() [all …]
|
D | sym_hipd.c | 45 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln); 4647 u_char tn = cmd->device->id; local 4649 struct sym_tcb *tp = &np->target[tn]; 4681 sym_alloc_lcb_tags(np, tn, ln); 4755 cp->target = tn; 4952 static void sym_init_tcb (struct sym_hcb *np, u_char tn) argument 4968 struct sym_lcb *sym_alloc_lcb (struct sym_hcb *np, u_char tn, u_char ln) argument 4970 struct sym_tcb *tp = &np->target[tn]; 4976 sym_init_tcb (np, tn); 5049 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln) argument [all …]
|
D | sym_hipd.h | 1055 struct sym_lcb *sym_alloc_lcb(struct sym_hcb *np, u_char tn, u_char ln); 1056 int sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln);
|
/drivers/gpu/drm/i915/gt/ |
D | intel_gt_requests.c | 136 struct intel_timeline *tl, *tn; in intel_gt_retire_requests_timeout() local 147 list_for_each_entry_safe(tl, tn, &timelines->active_list, link) { in intel_gt_retire_requests_timeout() 185 list_safe_reset_next(tl, tn, link); in intel_gt_retire_requests_timeout() 197 list_for_each_entry_safe(tl, tn, &free, link) in intel_gt_retire_requests_timeout()
|
/drivers/ata/ |
D | pata_mpc52xx.c | 87 u8 tn; member 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); in mpc52xx_ata_compute_mdma_timings()
|
/drivers/bluetooth/ |
D | bt3c_cs.c | 451 unsigned int iobase, tmp, tn; in bt3c_load_firmware() local 493 if (kstrtouint(b, 16, &tn)) in bt3c_load_firmware() 495 tmp += tn; in bt3c_load_firmware()
|
/drivers/scsi/ |
D | ncr53c8xx.c | 1907 static void ncr_alloc_ccb (struct ncb *np, u_char tn, u_char ln); 1912 static void ncr_init_tcb (struct ncb *np, u_char tn); 1913 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln); 5625 unsigned char tn = sdev->id, ln = sdev->lun; in ncr_setup_tags() local 5626 struct tcb *tp = &np->target[tn]; in ncr_setup_tags() 7137 u_char tn = cmd->device->id; in ncr_get_ccb() local 7139 struct tcb *tp = &np->target[tn]; in ncr_get_ccb() 7159 ncr_alloc_ccb(np, tn, ln); in ncr_get_ccb() 7227 cp->target = tn; in ncr_get_ccb() 7347 static void ncr_alloc_ccb(struct ncb *np, u_char tn, u_char ln) in ncr_alloc_ccb() argument [all …]
|
/drivers/block/rnbd/ |
D | rnbd-clt.c | 1660 struct rnbd_clt_dev *dev, *tn; in rnbd_destroy_sessions() local 1685 list_for_each_entry_safe(dev, tn, &sess->devs_list, list) { in rnbd_destroy_sessions()
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 748 struct ipoib_neigh *neigh, *tn; in path_rec_completion() local 804 list_for_each_entry_safe(neigh, tn, &path->neigh_list, list) { in path_rec_completion()
|