Home
last modified time | relevance | path

Searched refs:remote_node_context_table (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/isci/
Dhost.h164 union scu_remote_node_context *remote_node_context_table; member
Dport.c546 rnc = &iport->owning_controller->remote_node_context_table[rni]; in sci_port_construct_dummy_rnc()
998 rnc = &ihost->remote_node_context_table[rni]; in sci_port_invalidate_dummy_remote_node()
1466 rnc = &ihost->remote_node_context_table[rni]; in sci_port_post_dummy_remote_node()
Dremote_node_context.c109 return &ihost->remote_node_context_table[id]; in sci_rnc_by_id()
Dhost.c2263 ihost->remote_node_context_table = dmam_alloc_coherent(dev, size, &ihost->rnc_dma, in sci_controller_dma_alloc()
2266 if (!ihost->remote_node_context_table) in sci_controller_dma_alloc()