Searched refs:S1394_TARG_GONE (Results 1 – 5 of 5) sorted by relevance
576 target->target_state &= ~S1394_TARG_GONE; in s1394_update_devinfo_tree()694 t->target_state |= S1394_TARG_GONE; in s1394_offline_node()
430 if ((target->target_state & S1394_TARG_GONE) != 0 || in s1394_setup_asynch_command()439 ASSERT((target->target_state & S1394_TARG_GONE) == 0); in s1394_setup_asynch_command()1811 if (((target->target_state & S1394_TARG_GONE) == 0) && in s1394_process_pending_q()
3747 if (((target->target_state & S1394_TARG_GONE) != 0) || in t1394_get_targetinfo()
2839 if ((target->target_state & S1394_TARG_GONE) == 0 && in s1394_get_maxpayload()
510 #define S1394_TARG_GONE 0x00000002 /* unplugged */ macro