Searched refs:i_softintr_ch (Results 1 – 3 of 3) sorted by relevance
750 (i > 0) && (ip->i_softintr_ch != 0); in av1394_isoch_softintr()752 if ((ip->i_softintr_ch & ch) == 0) { in av1394_isoch_softintr()755 ip->i_softintr_ch &= ~ch; in av1394_isoch_softintr()774 } while (ip->i_softintr_ch != 0); in av1394_isoch_softintr()
798 if (((ip->i_softintr_ch & chmask) == 0) || in av1394_ic_trigger_softintr()800 ip->i_softintr_ch |= chmask; in av1394_ic_trigger_softintr()
425 uint64_t i_softintr_ch; /* channels to service */ member