Searched refs:te (Results 1 – 8 of 8) sorted by relevance
/drivers/block/aoe/ |
D | aoecmd.c | 483 struct aoetgt *t, **tt, **te; in rexmit_timer() local 502 te = tt + NTARGETS; in rexmit_timer() 503 for (; tt < te && *tt; tt++) { in rexmit_timer() 932 struct aoetgt *t, **tt, **te; in addtgt() local 936 te = tt + NTARGETS; in addtgt() 937 for (; tt < te && *tt; tt++) in addtgt() 940 if (tt == te) { in addtgt() 1068 struct aoetgt **t, **te; in aoecmd_cleanslate() local 1074 te = t + NTARGETS; in aoecmd_cleanslate() 1075 for (; t < te && *t; t++) { in aoecmd_cleanslate()
|
D | aoedev.c | 53 struct aoetgt **t, **te; in aoedev_downdev() local 59 te = t + NTARGETS; in aoedev_downdev() 60 for (; t < te && *t; t++) { in aoedev_downdev()
|
D | aoeblk.c | 54 struct aoetgt **t, **te; in aoedisk_show_netif() local 62 te = t + NTARGETS; in aoedisk_show_netif() 63 for (; t < te && *t; t++) { in aoedisk_show_netif()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.c | 1119 struct t3c_tid_entry *te; in cxgb_redirect() local 1157 te = lookup_tid(ti, tid); in cxgb_redirect() 1158 BUG_ON(!te); in cxgb_redirect() 1159 if (te && te->ctx && te->client && te->client->redirect) { in cxgb_redirect() 1160 update_tcb = te->client->redirect(te->ctx, old, new, e); in cxgb_redirect()
|
/drivers/video/omap2/dss/ |
D | display.c | 82 bool te; in display_tear_store() local 87 r = strtobool(buf, &te); in display_tear_store() 91 r = dssdev->driver->enable_te(dssdev, te); in display_tear_store()
|
/drivers/ata/ |
D | libata-core.c | 6497 struct ata_force_ent te = { .port = -1, .device = -1 }; in ata_parse_force_param() local 6500 if (ata_parse_force_one(&next, &te, &reason)) { in ata_parse_force_param() 6507 if (te.port == -1) { in ata_parse_force_param() 6508 te.port = last_port; in ata_parse_force_param() 6509 te.device = last_device; in ata_parse_force_param() 6512 ata_force_tbl[idx++] = te; in ata_parse_force_param() 6514 last_port = te.port; in ata_parse_force_param() 6515 last_device = te.device; in ata_parse_force_param()
|
/drivers/infiniband/hw/ipath/ |
D | ipath_verbs.c | 731 u64 ta, tb, tc, td, te; in ipath_ib_timer() local 735 &tc, &td, &te); in ipath_ib_timer() 741 dev->ipath_xmit_wait = te - dev->ipath_xmit_wait; in ipath_ib_timer()
|
/drivers/infiniband/hw/qib/ |
D | qib_iba6120.c | 2957 u64 ta, tb, tc, td, te; in pma_6120_timer() local 2960 qib_snapshot_counters(ppd, &ta, &tb, &tc, &td, &te); in pma_6120_timer() 2966 cs->xmit_wait = te - cs->xmit_wait; in pma_6120_timer()
|