Home
last modified time | relevance | path

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

/src/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c3898 bit8 ExpanderConnectionRate = connectionRate; in dmPortSASDeviceAdd() local
3913 ExpanderConnectionRate = DEVINFO_GET_LINKRATE(&oneExpDeviceData->agDeviceInfo); in dmPortSASDeviceAdd()
3914 DM_DBG3(("dmPortSASDeviceAdd: ExpanderConnectionRate 0x%x\n", ExpanderConnectionRate)); in dmPortSASDeviceAdd()
4013 dev_s_rate = dev_s_rate | MIN(connectionRate, ExpanderConnectionRate); in dmPortSASDeviceAdd()
4016 if (current_link_rate != (bit32)MIN(connectionRate, ExpanderConnectionRate)) in dmPortSASDeviceAdd()
4018 …changed current 0x%x new 0x%x\n", current_link_rate, MIN(connectionRate, ExpanderConnectionRate))); in dmPortSASDeviceAdd()
4132 dev_s_rate = dev_s_rate | MIN(connectionRate, ExpanderConnectionRate); in dmPortSASDeviceAdd()