Home
last modified time | relevance | path

Searched refs:im_port (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/scsi/bfa/
Dbfad_im.c36 static void bfad_im_fc_rport_add(struct bfad_im_port_s *im_port,
177 struct bfad_im_port_s *im_port = in bfad_im_info() local
179 struct bfad_s *bfad = im_port->bfad; in bfad_im_info()
198 struct bfad_im_port_s *im_port = in bfad_im_abort_handler() local
200 struct bfad_s *bfad = im_port->bfad; in bfad_im_abort_handler()
221 im_port->shost->host_no, cmnd, hal_io->iotag); in bfad_im_abort_handler()
238 im_port->shost->host_no, cmnd, hal_io->iotag); in bfad_im_abort_handler()
286 struct bfad_im_port_s *im_port = in bfad_im_reset_lun_handler() local
289 struct bfad_s *bfad = im_port->bfad; in bfad_im_reset_lun_handler()
350 struct bfad_im_port_s *im_port = in bfad_im_reset_bus_handler() local
[all …]
Dbfad_attr.c32 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 …]
Dbfad_im.h35 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);
89 struct bfad_im_port_s *im_port; member
143 struct Scsi_Host *bfad_scsi_host_alloc(struct bfad_im_port_s *im_port,
147 void bfad_fc_host_init(struct bfad_im_port_s *im_port);
149 struct bfad_im_port_s *im_port);
153 struct bfad_itnim_s *bfad_get_itnim(struct bfad_im_port_s *im_port, int id);
Dbfad.c669 rc = bfad_im_scsi_host_alloc(bfad, vport->drv_port.im_port, in bfad_vport_create()
982 if (bfad->pport.im_port == NULL) { in bfad_cfg_pport()
987 rc = bfad_im_scsi_host_alloc(bfad, bfad->pport.im_port, in bfad_cfg_pport()
1006 bfad_im_scsi_host_free(bfad, bfad->pport.im_port); in bfad_uncfg_pport()
1007 bfad_im_port_clean(bfad->pport.im_port); in bfad_uncfg_pport()
1008 kfree(bfad->pport.im_port); in bfad_uncfg_pport()
1058 bfad_fc_host_init(bfad->pport.im_port); in bfad_start_ops()
1091 fc_vport = fc_vport_create(bfad->pport.im_port->shost, 0, &vid); in bfad_start_ops()
Dbfad_bsg.c79 struct bfad_im_port_s *im_port; in bfad_iocmd_ioc_get_info() local
94 im_port = bfad->pport.im_port; in bfad_iocmd_ioc_get_info()
95 iocmd->host = im_port->shost->host_no; in bfad_iocmd_ioc_get_info()
626 if (drv_itnim && drv_itnim->im_port) in bfad_iocmd_rport_get_addr()
627 iocmd->host = drv_itnim->im_port->shost->host_no; in bfad_iocmd_rport_get_addr()
2360 struct bfad_im_port_s *pport_im = bfad->pport.im_port; in bfad_iocmd_lunmask_reset_lunscan_mode()
2368 bfad_reset_sdev_bflags(vport->drv_port.im_port, lunmask_cfg); in bfad_iocmd_lunmask_reset_lunscan_mode()
2762 struct bfad_im_port_s *im_port = in bfad_im_bsg_vendor_request() local
2764 struct bfad_s *bfad = im_port->bfad; in bfad_im_bsg_vendor_request()
2984 struct bfad_im_port_s *im_port = in bfad_im_bsg_els_ct_request() local
[all …]
Dbfad_drv.h137 struct bfad_im_port_s *im_port; /* IM specific data */ member