Searched defs:gap_count (Results 1 - 4 of 4) sorted by relevance

/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/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...]
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h592 int gap_count; member in struct:s1394_hal_s

Completed in 99 milliseconds