Searched refs:remote_node_count (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/scsi/isci/
H A Dhost.c2499 u32 remote_node_count = sci_remote_device_node_count(idev); local
2502 &ihost->available_remote_nodes, remote_node_count
2520 u32 remote_node_count = sci_remote_device_node_count(idev); local
2526 &ihost->available_remote_nodes, remote_node_count, node_id
H A Dremote_node_table.c465 * @remote_node_count: This is ther remote node count which is one of
475 u32 remote_node_count)
479 if (remote_node_count == SCU_SSP_REMOTE_NODE_COUNT) {
495 } else if (remote_node_count == SCU_STP_REMOTE_NODE_COUNT) {
578 * @remote_node_count: This is the count of consecutive remote nodes that are
587 u32 remote_node_count,
590 if (remote_node_count == SCU_SSP_REMOTE_NODE_COUNT) {
593 } else if (remote_node_count == SCU_STP_REMOTE_NODE_COUNT) {
473 sci_remote_node_table_allocate_remote_node( struct sci_remote_node_table *remote_node_table, u32 remote_node_count) argument
585 sci_remote_node_table_release_remote_node_index( struct sci_remote_node_table *remote_node_table, u32 remote_node_count, u16 remote_node_index) argument
H A Dremote_node_table.h181 u32 remote_node_count);
185 u32 remote_node_count,

Completed in 239 milliseconds