Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c70 static int gap_count[MAX_HOPS + 1] = { variable
862 return (gap_count[diameter]); in s1394_gap_count_optimize()
867 return (gap_count[MAX_HOPS]); in s1394_gap_count_optimize()
881 int gap_count = -1; in s1394_get_current_gap_count() local
886 gap_count = IEEE1394_SELFID_GAP_CNT(hal->selfid_ptrs[0]); in s1394_get_current_gap_count()
890 if (gap_count != in s1394_get_current_gap_count()
903 return (gap_count); in s1394_get_current_gap_count()
H A Dh1394.c660 hal->gap_count = s1394_get_current_gap_count(hal); in h1394_self_ids()
662 if (hal->gap_count == -1) { in h1394_self_ids()
672 hal->gap_count = 0x3F; in h1394_self_ids()
H A Ds1394_dev_disc.c2116 if (hal->gap_count > hal->optimum_gap_count) { in s1394_do_bus_mgr_processing()
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_s1394if.c64 static int hci1394_s1394if_set_gap_count(void *hal_private, uint_t gap_count);
534 hci1394_s1394if_set_gap_count(void *hal_private, uint_t gap_count) in hci1394_s1394if_set_gap_count() argument
549 status = hci1394_ohci_gap_count_set(soft_state->ohci, gap_count); in hci1394_s1394if_set_gap_count()
H A Dhci1394_ohci.c1663 hci1394_ohci_gap_count_set(hci1394_ohci_handle_t ohci_hdl, uint_t gap_count) in hci1394_ohci_gap_count_set() argument
1668 ohci_hdl->ohci_gap_count = gap_count & OHCI_PHY_MAX_GAP; in hci1394_ohci_gap_count_set()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dh1394.h170 int (*set_gap_count)(void *hal_private, uint_t gap_count);
H A Ds1394.h556 int gap_count; member
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h639 uint_t gap_count);