Searched refs:hfi1_rcd_get_by_index (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/infiniband/hw/hfi1/ |
H A D | aspm.c | 192 rcd = hfi1_rcd_get_by_index(dd, i); in aspm_disable_all() 219 rcd = hfi1_rcd_get_by_index(dd, i); in aspm_enable_all() 248 rcd = hfi1_rcd_get_by_index(dd, i); in aspm_init()
|
H A D | init.c | 267 return hfi1_rcd_get_by_index(dd, ctxt); in hfi1_rcd_get_by_index_safe() 284 struct hfi1_ctxtdata *hfi1_rcd_get_by_index(struct hfi1_devdata *dd, u16 ctxt) in hfi1_rcd_get_by_index() function 687 rcd = hfi1_rcd_get_by_index(dd, i); in init_after_reset() 714 rcd = hfi1_rcd_get_by_index(dd, i); in enable_chip() 886 rcd = hfi1_rcd_get_by_index(dd, i); in hfi1_init() 1031 rcd = hfi1_rcd_get_by_index(dd, i); in shutdown_device()
|
H A D | fault.c | 53 rcd = hfi1_rcd_get_by_index(dd, j); in _fault_stats_seq_show()
|
H A D | driver.c | 924 rcd = hfi1_rcd_get_by_index(dd, i); in set_all_fastpath() 938 rcd = hfi1_rcd_get_by_index(dd, i); in set_all_slowpath() 1189 rcd = hfi1_rcd_get_by_index(dd, i); in receive_interrupt_work()
|
H A D | file_ops.c | 918 uctxt = hfi1_rcd_get_by_index(dd, i); in find_sub_ctxt() 1499 uctxt = hfi1_rcd_get_by_index(dd, ctxt); in hfi1_set_uevent_bits()
|
H A D | debugfs.c | 100 rcd = hfi1_rcd_get_by_index(dd, j); in _opcode_stats_seq_show()
|