Searched refs:current_hal (Results 1 – 1 of 1) sorted by relevance
835 s1394_hal_t *current_hal = NULL; in s1394_dip_to_hal() local843 current_hal = s1394_statep->hal_head; in s1394_dip_to_hal()844 while (current_hal != NULL) { in s1394_dip_to_hal()845 if (current_hal->halinfo.dip == hal_dip) { in s1394_dip_to_hal()848 current_hal = current_hal->hal_next; in s1394_dip_to_hal()855 return (current_hal); in s1394_dip_to_hal()