Searched refs:mpt_fcport_page0 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mpt/ |
H A D | mpt_cam.c | 417 0, &mpt->mpt_fcport_page0.Header, FALSE, 5000); in mpt_read_config_info_fc() 422 mpt->mpt_fcport_page0.Header.PageVersion, in mpt_read_config_info_fc() 423 mpt->mpt_fcport_page0.Header.PageLength, in mpt_read_config_info_fc() 424 mpt->mpt_fcport_page0.Header.PageNumber, in mpt_read_config_info_fc() 425 mpt->mpt_fcport_page0.Header.PageType); in mpt_read_config_info_fc() 427 rv = mpt_read_cur_cfg_page(mpt, 0, &mpt->mpt_fcport_page0.Header, in mpt_read_config_info_fc() 428 sizeof(mpt->mpt_fcport_page0), FALSE, 5000); in mpt_read_config_info_fc() 433 mpt2host_config_page_fc_port_0(&mpt->mpt_fcport_page0); in mpt_read_config_info_fc() 435 switch (mpt->mpt_fcport_page0.CurrentSpeed) { in mpt_read_config_info_fc() 453 switch (mpt->mpt_fcport_page0.Flags & in mpt_read_config_info_fc() [all …]
|
H A D | mpt.h | 600 #define mpt_fcport_page0 cfg.fc._port_page0 macro
|