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

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c2410 vha->hw->login_retry_count &&
2417 vha->hw->login_retry_count) {
5447 /* Set login_retry_count */
5448 ha->login_retry_count = nv->retry_count;
5451 ha->login_retry_count = ha->port_down_retry_count;
5452 else if (ha->port_down_retry_count > (int)ha->login_retry_count)
5453 ha->login_retry_count = ha->port_down_retry_count;
5455 ha->login_retry_count = ql2xloginretrycount;
5557 fcport->login_retry = vha->hw->login_retry_count;
5964 fcport->login_retry = vha->hw->login_retry_count;
[all...]
H A Dqla_fw.h151 __le16 login_retry_count; member in struct:nvram_24xx
336 __le16 login_retry_count; member in struct:init_cb_24xx
1926 __le16 login_retry_count; member in struct:nvram_81xx
2101 __le16 login_retry_count; member in struct:init_cb_81xx
H A Dqla_mbx.c4068 fcport->login_retry = vha->hw->login_retry_count;
4198 fcport->login_retry = vha->hw->login_retry_count;
H A Dqla_def.h4433 uint32_t login_retry_count; member in struct:qla_hw_data
H A Dqla_edif.c605 fcport->login_retry = vha->hw->login_retry_count;
H A Dqla_gs.c3352 vha->hw->login_retry_count;

Completed in 346 milliseconds