Lines Matching defs:fcport
130 * Updates fcport state when device goes offline.
134 * fcport = port structure pointer.
150 fc_port_t *fcport;
152 list_for_each_entry(fcport, &vha->vp_fcports, list) {
155 fcport->loop_id, fcport->vha->vp_idx);
157 qla2x00_mark_device_lost(vha, fcport, 0);
158 qla2x00_set_fcport_state(fcport, FCS_UNCONFIGURED);
167 fc_port_t *fcport;
182 list_for_each_entry(fcport, &vha->vp_fcports, list)
183 fcport->logout_on_delete = 0;
326 fc_port_t *fcport;
336 list_for_each_entry(fcport, &vha->vp_fcports, list)
337 fcport->logout_on_delete = 0;