Searched refs:ExpanderConnectionRate (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c3899 bit8 ExpanderConnectionRate = connectionRate; local
3914 ExpanderConnectionRate = DEVINFO_GET_LINKRATE(&oneExpDeviceData->agDeviceInfo);
3915 DM_DBG3(("dmPortSASDeviceAdd: ExpanderConnectionRate 0x%x\n", ExpanderConnectionRate));
4014 dev_s_rate = dev_s_rate | MIN(connectionRate, ExpanderConnectionRate);
4017 if (current_link_rate != (bit32)MIN(connectionRate, ExpanderConnectionRate))
4019 DM_DBG1(("dmPortSASDeviceAdd: link rate changed current 0x%x new 0x%x\n", current_link_rate, MIN(connectionRate, ExpanderConnectionRate)));
4133 dev_s_rate = dev_s_rate | MIN(connectionRate, ExpanderConnectionRate);

Completed in 108 milliseconds