Searched refs:hfi1_rcd_get_by_index (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | aspm.h | 243 rcd = hfi1_rcd_get_by_index(dd, i); in aspm_disable_all() 270 rcd = hfi1_rcd_get_by_index(dd, i); in aspm_enable_all() 299 rcd = hfi1_rcd_get_by_index(dd, i); in aspm_init()
|
D | init.c | 302 return hfi1_rcd_get_by_index(dd, ctxt); in hfi1_rcd_get_by_index_safe() 319 struct hfi1_ctxtdata *hfi1_rcd_get_by_index(struct hfi1_devdata *dd, u16 ctxt) in hfi1_rcd_get_by_index() function 737 rcd = hfi1_rcd_get_by_index(dd, i); in init_after_reset() 764 rcd = hfi1_rcd_get_by_index(dd, i); in enable_chip() 905 rcd = hfi1_rcd_get_by_index(dd, i); in hfi1_init() 1061 rcd = hfi1_rcd_get_by_index(dd, i); in shutdown_device()
|
D | driver.c | 888 rcd = hfi1_rcd_get_by_index(dd, i); in set_nodma_rtail() 917 rcd = hfi1_rcd_get_by_index(dd, i); in set_dma_rtail() 932 rcd = hfi1_rcd_get_by_index(dd, i); in set_all_slowpath() 1136 rcd = hfi1_rcd_get_by_index(dd, i); in receive_interrupt_work()
|
D | fault.c | 95 rcd = hfi1_rcd_get_by_index(dd, j); in _fault_stats_seq_show()
|
D | file_ops.c | 917 uctxt = hfi1_rcd_get_by_index(dd, i); in find_sub_ctxt() 1492 uctxt = hfi1_rcd_get_by_index(dd, ctxt); in hfi1_set_uevent_bits()
|
D | debugfs.c | 142 rcd = hfi1_rcd_get_by_index(dd, j); in _opcode_stats_seq_show()
|
D | hfi.h | 1429 struct hfi1_ctxtdata *hfi1_rcd_get_by_index(struct hfi1_devdata *dd, u16 ctxt);
|
D | chip.c | 6817 rcd = hfi1_rcd_get_by_index(dd, i); in rxe_freeze() 6837 rcd = hfi1_rcd_get_by_index(dd, i); in rxe_kernel_unfreeze() 8165 rcd = hfi1_rcd_get_by_index(dd, source); in is_rcv_avail_int() 8196 rcd = hfi1_rcd_get_by_index(dd, source); in is_rcv_urgent_int()
|