Searched refs:scu_remote_node_context (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/isci/
H A Dscu_remote_node_context.h214 * union scu_remote_node_context
216 union scu_remote_node_context { union
H A Dremote_node_context.c102 static union scu_remote_node_context *sci_rnc_by_id(struct isci_host *ihost, u16 id)
116 union scu_remote_node_context *rnc;
123 memset(rnc, 0, sizeof(union scu_remote_node_context)
238 union scu_remote_node_context *rnc_buffer;
260 union scu_remote_node_context *rnc_buffer;
H A Dhost.h164 union scu_remote_node_context *remote_node_context_table;
H A Dport.c544 union scu_remote_node_context *rnc;
548 memset(rnc, 0, sizeof(union scu_remote_node_context));
994 union scu_remote_node_context *rnc;
1462 union scu_remote_node_context *rnc;
H A Dhost.c67 #include "scu_remote_node_context.h"
2262 size = ihost->remote_node_entries * sizeof(union scu_remote_node_context);

Completed in 65 milliseconds