Lines Matching refs:Segment
1839 segment, and its bus range covers the current bus number. It lookes
1845 @param[in] Segment Segment number of device we are dealing with.
1857 IN UINT16 Segment,
2448 UINT16 Segment;
2589 // For each handle, which decides a segment and a bus number range,
2720 Segment = 0;
2734 Segment = (UINT16) RetVal;
2806 // Find the protocol interface who's in charge of current segment, and its
2812 Segment,
2820 Segment,
2849 Segment,
2853 Segment,
2905 segment, and its bus range covers the current bus number. It lookes
2911 @param[in] Segment Segment number of device we are dealing with.
2923 IN UINT16 Segment,
2945 // so we only check the Segment number
2947 if (Descriptors == NULL && Segment == (*IoDev)->SegmentNumber) {
2951 if ((*IoDev)->SegmentNumber != Segment) {