Searched refs:im_port (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/bfa/ |
D | bfad_im.c | 36 static void bfad_im_fc_rport_add(struct bfad_im_port_s *im_port, 182 struct bfad_im_port_s *im_port = in bfad_im_info() local 184 struct bfad_s *bfad = im_port->bfad; in bfad_im_info() 203 struct bfad_im_port_s *im_port = in bfad_im_abort_handler() local 205 struct bfad_s *bfad = im_port->bfad; in bfad_im_abort_handler() 226 im_port->shost->host_no, cmnd, hal_io->iotag); in bfad_im_abort_handler() 243 im_port->shost->host_no, cmnd, hal_io->iotag); in bfad_im_abort_handler() 291 struct bfad_im_port_s *im_port = in bfad_im_reset_lun_handler() local 294 struct bfad_s *bfad = im_port->bfad; in bfad_im_reset_lun_handler() 355 struct bfad_im_port_s *im_port = in bfad_im_reset_bus_handler() local [all …]
|
D | bfad_attr.c | 32 struct bfad_im_port_s *im_port; in bfad_im_get_starget_port_id() local 39 im_port = (struct bfad_im_port_s *) shost->hostdata[0]; in bfad_im_get_starget_port_id() 40 bfad = im_port->bfad; in bfad_im_get_starget_port_id() 43 itnim = bfad_get_itnim(im_port, starget->id); in bfad_im_get_starget_port_id() 58 struct bfad_im_port_s *im_port; in bfad_im_get_starget_node_name() local 65 im_port = (struct bfad_im_port_s *) shost->hostdata[0]; in bfad_im_get_starget_node_name() 66 bfad = im_port->bfad; in bfad_im_get_starget_node_name() 69 itnim = bfad_get_itnim(im_port, starget->id); in bfad_im_get_starget_node_name() 84 struct bfad_im_port_s *im_port; in bfad_im_get_starget_port_name() local 91 im_port = (struct bfad_im_port_s *) shost->hostdata[0]; in bfad_im_get_starget_port_name() [all …]
|
D | bfad_im.h | 35 void bfad_im_port_clean(struct bfad_im_port_s *im_port); 37 struct bfad_im_port_s *im_port, struct device *dev); 39 struct bfad_im_port_s *im_port); 90 struct bfad_im_port_s *im_port; member 144 struct Scsi_Host *bfad_scsi_host_alloc(struct bfad_im_port_s *im_port, 148 void bfad_fc_host_init(struct bfad_im_port_s *im_port); 150 struct bfad_im_port_s *im_port); 154 struct bfad_itnim_s *bfad_get_itnim(struct bfad_im_port_s *im_port, int id);
|
D | bfad.c | 671 rc = bfad_im_scsi_host_alloc(bfad, vport->drv_port.im_port, in bfad_vport_create() 941 if (bfad->pport.im_port == NULL) { in bfad_cfg_pport() 946 rc = bfad_im_scsi_host_alloc(bfad, bfad->pport.im_port, in bfad_cfg_pport() 965 bfad_im_scsi_host_free(bfad, bfad->pport.im_port); in bfad_uncfg_pport() 966 bfad_im_port_clean(bfad->pport.im_port); in bfad_uncfg_pport() 967 kfree(bfad->pport.im_port); in bfad_uncfg_pport() 1023 bfad_fc_host_init(bfad->pport.im_port); in bfad_start_ops() 1052 fc_vport = fc_vport_create(bfad->pport.im_port->shost, 0, &vid); in bfad_start_ops()
|
D | bfad_bsg.c | 83 struct bfad_im_port_s *im_port; in bfad_iocmd_ioc_get_info() local 98 im_port = bfad->pport.im_port; in bfad_iocmd_ioc_get_info() 99 iocmd->host = im_port->shost->host_no; in bfad_iocmd_ioc_get_info() 667 if (drv_itnim && drv_itnim->im_port) in bfad_iocmd_rport_get_addr() 668 iocmd->host = drv_itnim->im_port->shost->host_no; in bfad_iocmd_rport_get_addr() 2556 struct bfad_im_port_s *pport_im = bfad->pport.im_port; in bfad_iocmd_lunmask_reset_lunscan_mode() 2564 bfad_reset_sdev_bflags(vport->drv_port.im_port, lunmask_cfg); in bfad_iocmd_lunmask_reset_lunscan_mode() 3135 struct bfad_im_port_s *im_port = in bfad_im_bsg_vendor_request() local 3137 struct bfad_s *bfad = im_port->bfad; in bfad_im_bsg_vendor_request() 3357 struct bfad_im_port_s *im_port = in bfad_im_bsg_els_ct_request() local [all …]
|
D | bfad_drv.h | 140 struct bfad_im_port_s *im_port; /* IM specific data */ member
|