Searched refs:SCIC_SDS_REMOTE_NODE_TABLE_FULL_SLOT_VALUE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/isci/
H A Dremote_node_table.c251 dword_value &= ~(SCIC_SDS_REMOTE_NODE_TABLE_FULL_SLOT_VALUE << (dword_remainder * 4)); sci_remote_node_table_clear_group()
278 dword_value |= (SCIC_SDS_REMOTE_NODE_TABLE_FULL_SLOT_VALUE << (dword_remainder * 4)); sci_remote_node_table_set_group()
303 dword_value &= (SCIC_SDS_REMOTE_NODE_TABLE_FULL_SLOT_VALUE << (dword_remainder * 4)); sci_remote_node_table_get_group_value()
528 BUG_ON(group_value == SCIC_SDS_REMOTE_NODE_TABLE_FULL_SLOT_VALUE); sci_remote_node_table_release_single_remote_node()
H A Dremote_node_table.h108 #define SCIC_SDS_REMOTE_NODE_TABLE_FULL_SLOT_VALUE (0x07) macro

Completed in 75 milliseconds