Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/isci/
Dhost.h164 union scu_remote_node_context *remote_node_context_table; member
Dport.c548 rnc = &iport->owning_controller->remote_node_context_table[rni]; in sci_port_construct_dummy_rnc()
1001 rnc = &ihost->remote_node_context_table[rni]; in sci_port_invalidate_dummy_remote_node()
1469 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.c2261 ihost->remote_node_context_table = dmam_alloc_coherent(dev, size, &ihost->rnc_dma, in sci_controller_dma_alloc()
2264 if (!ihost->remote_node_context_table) in sci_controller_dma_alloc()