Lines Matching defs:fcport
122 * Updates fcport state when device goes offline.
126 * fcport = port structure pointer.
142 fc_port_t *fcport;
144 list_for_each_entry(fcport, &vha->vp_fcports, list) {
147 fcport->loop_id, fcport->vha->vp_idx);
149 qla2x00_mark_device_lost(vha, fcport, 0);
150 qla2x00_set_fcport_state(fcport, FCS_UNCONFIGURED);
159 fc_port_t *fcport;
166 list_for_each_entry(fcport, &vha->vp_fcports, list)
167 fcport->logout_on_delete = 0;
309 fc_port_t *fcport;
319 list_for_each_entry(fcport, &vha->vp_fcports, list)
320 fcport->logout_on_delete = 0;