Searched refs:qsfp_read (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | qsfp.c | 415 int qsfp_read(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp, in qsfp_read() function 478 ret = qsfp_read(ppd, target, addr, bp, len); in one_qsfp_read() 514 ret = qsfp_read(ppd, target, 0, cache, QSFP_PAGESIZE); in refresh_qsfp_cache() 527 ret = qsfp_read(ppd, target, 384, cache + 256, 128); in refresh_qsfp_cache() 532 ret = qsfp_read(ppd, target, 640, cache + 384, 128); in refresh_qsfp_cache() 537 ret = qsfp_read(ppd, target, 896, cache + 512, 128); in refresh_qsfp_cache() 544 ret = qsfp_read(ppd, target, 640, cache + 384, 128); in refresh_qsfp_cache() 549 ret = qsfp_read(ppd, target, 896, cache + 512, 128); in refresh_qsfp_cache() 556 ret = qsfp_read(ppd, target, 384, cache + 256, 128); in refresh_qsfp_cache() 561 ret = qsfp_read(ppd, target, 896, cache + 512, 128); in refresh_qsfp_cache() [all …]
|
| H A D | debugfs.c | 879 total_read = qsfp_read(ppd, target, *ppos, buff, count); in __qsfp_debugfs_read()
|