Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_cam.c437 mpt->mpt_fcport_speed = 1; in mpt_read_config_info_fc()
440 mpt->mpt_fcport_speed = 2; in mpt_read_config_info_fc()
443 mpt->mpt_fcport_speed = 10; in mpt_read_config_info_fc()
446 mpt->mpt_fcport_speed = 4; in mpt_read_config_info_fc()
449 mpt->mpt_fcport_speed = 0; in mpt_read_config_info_fc()
456 mpt->mpt_fcport_speed = 0; in mpt_read_config_info_fc()
472 mpt->mpt_fcport_speed = 0; in mpt_read_config_info_fc()
487 mpt->mpt_fcport_speed); in mpt_read_config_info_fc()
3442 if (mpt->mpt_fcport_speed != 0) { in mpt_action()
3444 fc->bitrate = 100000 * mpt->mpt_fcport_speed; in mpt_action()
[all …]
H A Dmpt.h601 #define mpt_fcport_speed cfg.fc._port_speed macro