Searched refs:should_be_from (Results 1 – 1 of 1) sorted by relevance
449 uint_t should_be_from; in s1394_CSR_state_clear() local468 should_be_from = IEEE1394_NODE_NUM(hal->bus_mgr_node); in s1394_CSR_state_clear()470 should_be_from = IEEE1394_NODE_NUM(hal->IRM_node); in s1394_CSR_state_clear()472 should_be_from = S1394_INVALID_NODE_NUM; in s1394_CSR_state_clear()499 if (is_from != should_be_from) { in s1394_CSR_state_clear()553 uint_t should_be_from; in s1394_CSR_state_set() local574 should_be_from = IEEE1394_NODE_NUM(hal->bus_mgr_node); in s1394_CSR_state_set()576 should_be_from = IEEE1394_NODE_NUM(hal->IRM_node); in s1394_CSR_state_set()578 should_be_from = S1394_INVALID_NODE_NUM; in s1394_CSR_state_set()589 if ((is_from != should_be_from) || in s1394_CSR_state_set()[all …]