Home
last modified time | relevance | path

Searched refs:gap_count (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c74 static int gap_count[MAX_HOPS + 1] = { variable
1045 return (gap_count[diameter]); in s1394_gap_count_optimize()
1050 return (gap_count[MAX_HOPS]); in s1394_gap_count_optimize()
1064 int gap_count = -1; in s1394_get_current_gap_count() local
1072 gap_count = IEEE1394_SELFID_GAP_CNT(hal->selfid_ptrs[0]); in s1394_get_current_gap_count()
1076 if (gap_count != in s1394_get_current_gap_count()
1097 return (gap_count); in s1394_get_current_gap_count()
H A Dh1394.c761 hal->gap_count = s1394_get_current_gap_count(hal); in h1394_self_ids()
763 if (hal->gap_count == -1) { in h1394_self_ids()
777 hal->gap_count = 0x3F; in h1394_self_ids()
784 "", tnf_uint, gap_count, hal->gap_count); in h1394_self_ids()
H A Ds1394_dev_disc.c2659 if (hal->gap_count > hal->optimum_gap_count) { in s1394_do_bus_mgr_processing()
/titanic_50/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_s1394if.c66 static int hci1394_s1394if_set_gap_count(void *hal_private, uint_t gap_count);
666 hci1394_s1394if_set_gap_count(void *hal_private, uint_t gap_count) in hci1394_s1394if_set_gap_count() argument
686 status = hci1394_ohci_gap_count_set(soft_state->ohci, gap_count); in hci1394_s1394if_set_gap_count()
H A Dhci1394_ohci.c2009 hci1394_ohci_gap_count_set(hci1394_ohci_handle_t ohci_hdl, uint_t gap_count) in hci1394_ohci_gap_count_set() argument
2016 ohci_hdl->ohci_gap_count = gap_count & OHCI_PHY_MAX_GAP; in hci1394_ohci_gap_count_set()
/titanic_50/usr/src/uts/common/sys/1394/
H A Dh1394.h172 int (*set_gap_count)(void *hal_private, uint_t gap_count);
H A Ds1394.h592 int gap_count; member
/titanic_50/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h641 uint_t gap_count);