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.c74 static int gap_count[MAX_HOPS + 1] = { variable
1038 * looks in a table to find the appropriate gap_count for a given diameter.
1039 * (See above - gap_count[])
1045 return (gap_count[diameter]);
1050 return (gap_count[MAX_HOPS]);
1056 * looks at all the SelfID packets to determine the current gap_count on
1064 int gap_count = -1; local
1071 /* Grab the first gap_count in the SelfID packets */
1072 gap_count = IEEE1394_SELFID_GAP_CNT(hal->selfid_ptrs[0]);
1076 if (gap_count !
[all...]
H A Dh1394.c761 hal->gap_count = s1394_get_current_gap_count(hal);
763 if (hal->gap_count == -1) {
777 hal->gap_count = 0x3F;
784 "", tnf_uint, gap_count, hal->gap_count);
H A Ds1394_dev_disc.c2584 * the IRM, it optimizes the gap_count and/or sets the cycle master's
2650 /* If setting root, then optimize gap_count */
2659 if (hal->gap_count > hal->optimum_gap_count) {
2660 /* Set the gap_count to optimum */
2945 * values in IRM_flags, the gap_count and root_holdoff bits on the
3077 * (specifically if the gap_count has been changed) this routine may
/illumos-gate/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 in struct:s1394_hal_s
/illumos-gate/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) argument
686 status = hci1394_ohci_gap_count_set(soft_state->ohci, gap_count);
H A Dhci1394_ohci.c2009 hci1394_ohci_gap_count_set(hci1394_ohci_handle_t ohci_hdl, uint_t gap_count) argument
2016 ohci_hdl->ohci_gap_count = gap_count & OHCI_PHY_MAX_GAP;
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h641 uint_t gap_count);

Completed in 82 milliseconds