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

/drivers/infiniband/hw/nes/
H A Dnes.c110 static unsigned int sysfs_idx_addr; variable
1056 return snprintf(buf, PAGE_SIZE, "0x%x\n", sysfs_idx_addr);
1065 sysfs_idx_addr = simple_strtoul(p, &p, 16);
1078 idx_data = nes_read_indexed(nesdev, sysfs_idx_addr);
1099 nes_write_indexed(nesdev, sysfs_idx_addr, val);

Completed in 74 milliseconds