Searched refs:fc_port (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_gbl.h | 266 qla2x00_abort_target(struct fc_port *, uint64_t, int); 269 qla2x00_lun_reset(struct fc_port *, uint64_t, int); 343 qla24xx_abort_target(struct fc_port *, uint64_t, int); 345 qla24xx_lun_reset(struct fc_port *, uint64_t, int); 434 qla2x00_port_logout(scsi_qla_host_t *, struct fc_port *);
|
D | qla_def.h | 389 struct fc_port *fcport; 1993 typedef struct fc_port { struct 2646 int (*target_reset) (struct fc_port *, uint64_t, int); 2647 int (*lun_reset) (struct fc_port *, uint64_t, int); 2738 struct fc_port *fcport;
|
D | qla_mbx.c | 975 qla2x00_abort_target(struct fc_port *fcport, uint64_t l, int tag) in qla2x00_abort_target() 1028 qla2x00_lun_reset(struct fc_port *fcport, uint64_t l, int tag) in qla2x00_lun_reset() 2711 __qla24xx_issue_tmf(char *name, uint32_t type, struct fc_port *fcport, in __qla24xx_issue_tmf() 2805 qla24xx_abort_target(struct fc_port *fcport, uint64_t l, int tag) in qla24xx_abort_target() 2816 qla24xx_lun_reset(struct fc_port *fcport, uint64_t l, int tag) in qla24xx_lun_reset() 5264 qla2x00_port_logout(scsi_qla_host_t *vha, struct fc_port *fcport) in qla2x00_port_logout()
|
D | qla_os.c | 681 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; in qla2xxx_queuecommand() 1071 struct scsi_cmnd *cmd, int (*do_reset)(struct fc_port *, uint64_t, int)) in __qla2xxx_eh_generic_reset() argument 1074 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; in __qla2xxx_eh_generic_reset() 1163 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; in qla2xxx_eh_bus_reset() 1306 struct fc_port *fcport; in qla2x00_loop_reset()
|
D | qla_attr.c | 2231 .dd_fcrport_size = sizeof(struct fc_port *), 2278 .dd_fcrport_size = sizeof(struct fc_port *),
|
D | qla_bsg.c | 432 struct fc_port *fcport; in qla2x00_process_ct() 1917 struct fc_port *fcport; in qlafx00_mgmt_cmd()
|
D | qla_iocb.c | 1985 struct fc_port *fcport = sp->fcport; in qla24xx_tm_iocb()
|
D | qla_mr.c | 744 struct fc_port *fcport; in qlafx00_loop_reset()
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | vlun.c | 829 writeq_be(lli->lun_id[0], &agm->fc_port[0][lind]); in cxlflash_restore_luntable() 830 writeq_be(lli->lun_id[1], &agm->fc_port[1][lind]); in cxlflash_restore_luntable() 836 writeq_be(lli->lun_id[chan], &agm->fc_port[chan][lind]); in cxlflash_restore_luntable() 882 writeq_be(lli->lun_id[0], &agm->fc_port[0][lind]); in init_luntable() 883 writeq_be(lli->lun_id[1], &agm->fc_port[1][lind]); in init_luntable() 899 writeq_be(lli->lun_id[chan], &agm->fc_port[chan][lind]); in init_luntable()
|
D | sislite.h | 363 __be64 fc_port[CXLFLASH_NUM_FC_PORTS][CXLFLASH_NUM_VLUNS]; member
|
D | main.c | 2152 __be64 __iomem *fc_port; in cxlflash_show_port_lun_table() local 2157 fc_port = &afu->afu_map->global.fc_port[port][0]; in cxlflash_show_port_lun_table() 2161 "%03d: %016llX\n", i, readq_be(&fc_port[i])); in cxlflash_show_port_lun_table()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_defs_svc.h | 388 union bfa_fw_fc_port_stats_s fc_port; member
|