Searched refs:S1394_CMD_ALLOC_FAILED (Results 1 – 2 of 2) sorted by relevance
736 *status |= S1394_CMD_ALLOC_FAILED; in s1394_read_bus_info_blk()743 if (((*status) & S1394_CMD_ALLOC_FAILED) != 0) in s1394_read_bus_info_blk()746 if (((*status) & (S1394_CMD_ALLOC_FAILED | S1394_LOCK_FAILED)) != 0) { in s1394_read_bus_info_blk()852 *status |= S1394_CMD_ALLOC_FAILED; in s1394_read_rest_of_cfgrom()860 if (((*status) & S1394_CMD_ALLOC_FAILED) == 0) in s1394_read_rest_of_cfgrom()866 if (((*status) & (S1394_CMD_ALLOC_FAILED | S1394_LOCK_FAILED)) != 0) { in s1394_read_rest_of_cfgrom()
239 S1394_CMD_ALLOC_FAILED = (1 << 2), enumerator