Lines Matching refs:fc_port
17 qla_dfs_rport_get(struct fc_port *fp, int attr_id, u64 *val)
33 qla_dfs_rport_set(struct fc_port *fp, int attr_id, u64 val)
55 struct fc_port *fp = data; \
60 struct fc_port *fp = data; \
68 * Wrapper for getting fc_port fields.
76 struct fc_port *fp = data; \
106 qla2x00_dfs_create_rport(scsi_qla_host_t *vha, struct fc_port *fp)
140 qla2x00_dfs_remove_rport(scsi_qla_host_t *vha, struct fc_port *fp)
154 struct fc_port *sess = NULL;
182 fc_port_t fc_port;
211 memset(&fc_port, 0, sizeof(fc_port_t));
213 fc_port.loop_id = loop_id;
215 rc = qla24xx_gpdb_wait(vha, &fc_port, 0);
217 fc_port.port_name, fc_port.d_id.b.domain,
218 fc_port.d_id.b.area, fc_port.d_id.b.al_pa,
219 fc_port.loop_id);