Home
last modified time | relevance | path

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

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