Searched refs:hrt (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Di2o_proc.c296 i2o_hrt *hrt = (i2o_hrt *) c->hrt.virt; local
300 if (hrt->hrt_version) {
307 hrt->num_entries, hrt->entry_len << 2);
309 for (i = 0; i < hrt->num_entries; i++) {
312 hrt->hrt_entry[i].adapter_id);
314 hrt->hrt_entry[i].parent_tid);
316 if (hrt->hrt_entry[i].bus_type != 0x80) {
317 bus = hrt
[all...]
H A Diop.c979 i2o_hrt *hrt = c->hrt.virt; local
994 msg->body[0] = cpu_to_le32(0xd0000000 | c->hrt.len);
995 msg->body[1] = cpu_to_le32(c->hrt.phys);
997 rc = i2o_msg_post_wait_mem(c, msg, 20, &c->hrt);
1005 size = hrt->num_entries * hrt->entry_len << 2;
1006 if (size > c->hrt.len) {
1007 if (i2o_dma_realloc(dev, &c->hrt, size, GFP_KERNEL))
1010 hrt
[all...]
H A Ddebug.c392 u32 *rows = (u32 *) c->hrt.virt;
393 u8 *p = (u8 *) c->hrt.virt;
H A Di2o_config.c92 i2o_hrt *hrt; local
110 hrt = (i2o_hrt *) c->hrt.virt;
112 len = 8 + ((hrt->entry_len * hrt->num_entries) << 2);
118 if (copy_to_user(kcmd.resbuf, (void *)hrt, len))
H A Dpci.c63 i2o_dma_free(dev, &c->hrt);
194 if (i2o_dma_alloc(dev, &c->hrt, sizeof(i2o_hrt), GFP_KERNEL)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp.h180 struct hrt { struct
195 SIG0 = offsetof(struct hrt, sig0),
196 SIG1 = offsetof(struct hrt, sig1),
197 SIG2 = offsetof(struct hrt, sig2),
198 SIG3 = offsetof(struct hrt, sig3),
199 UNUSED_IRQ = offsetof(struct hrt, unused_IRQ),
200 PCIIRQ = offsetof(struct hrt, PCIIRQ),
201 NUMBER_OF_ENTRIES = offsetof(struct hrt, number_of_entries),
202 REVISION = offsetof(struct hrt, revision),
203 HRT_RESERVED1 = offsetof(struct hrt, reserved
[all...]
H A Dcpqphp_pci.c61 endp = (end - sizeof(struct hrt) + 1);
1238 one_slot = rom_resource_table + sizeof (struct hrt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddpt_i2o.c200 // Activate does get status , init outbound, and get hrt
792 // Activate does get status , init outbound, and get hrt
989 pHba->hrt = NULL;
1059 kfree(pHba->hrt);
1465 // TODO get the bus_no from hrt-but for now they are in order
1477 // TODO remove - this is just until we get from hrt
3102 if (pHba->hrt == NULL) {
3103 pHba->hrt=kmalloc(size, GFP_KERNEL|ADDR32);
3104 if (pHba->hrt == NULL) {
3115 msg[5]= virt_to_bus(pHba->hrt); /* Dum
[all...]
H A Ddpti.h238 i2o_hrt* hrt; member in struct:_adpt_hba
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2o.h544 struct i2o_dma hrt; /* HW Resource Table */ member in struct:i2o_controller

Completed in 96 milliseconds