Searched refs:im_port (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/scsi/bfa/ |
A D | bfad_im.c | 468 itnim_drv->im_port = port->im_port; in bfa_fcb_itnim_free() 497 itnim_drv->im_port = port->im_port; in bfa_fcb_itnim_online() 522 itnim_drv->im_port = port->im_port; in bfa_fcb_itnim_offline() 551 im_port->shost = bfad_scsi_host_alloc(im_port, bfad); in bfad_im_scsi_host_alloc() 559 im_port->shost->unique_id = im_port->idr_id; in bfad_im_scsi_host_alloc() 630 port->im_port = im_port; in bfad_im_port_new() 631 im_port->port = port; in bfad_im_port_new() 645 struct bfad_im_port_s *im_port = port->im_port; in bfad_im_port_delete() local 750 bfad_im_scsi_host_free(im_port->bfad, im_port); in bfad_scsi_host_free() 752 kfree(im_port); in bfad_scsi_host_free() [all …]
|
A D | bfad_attr.c | 25 struct bfad_im_port_s *im_port; in bfad_im_get_starget_port_id() local 33 bfad = im_port->bfad; in bfad_im_get_starget_port_id() 51 struct bfad_im_port_s *im_port; in bfad_im_get_starget_node_name() local 59 bfad = im_port->bfad; in bfad_im_get_starget_node_name() 77 struct bfad_im_port_s *im_port; in bfad_im_get_starget_port_name() local 85 bfad = im_port->bfad; in bfad_im_get_starget_port_name() 102 struct bfad_im_port_s *im_port = in bfad_im_get_host_port_id() local 116 struct bfad_im_port_s *im_port = in bfad_im_get_host_port_type() local 148 struct bfad_im_port_s *im_port = in bfad_im_get_host_port_state() local 185 struct bfad_im_port_s *im_port = in bfad_im_get_host_active_fc4s() local [all …]
|
A D | bfad_im.h | 28 void bfad_im_port_clean(struct bfad_im_port_s *im_port); 30 struct bfad_im_port_s *im_port, struct device *dev); 32 struct bfad_im_port_s *im_port); 92 struct bfad_im_port_s *im_port; member 158 struct Scsi_Host *bfad_scsi_host_alloc(struct bfad_im_port_s *im_port, 162 void bfad_fc_host_init(struct bfad_im_port_s *im_port); 164 struct bfad_im_port_s *im_port); 168 struct bfad_itnim_s *bfad_get_itnim(struct bfad_im_port_s *im_port, int id);
|
A D | bfad.c | 659 rc = bfad_im_scsi_host_alloc(bfad, vport->drv_port.im_port, in bfad_vport_create() 927 if (bfad->pport.im_port == NULL) { in bfad_cfg_pport() 932 rc = bfad_im_scsi_host_alloc(bfad, bfad->pport.im_port, in bfad_cfg_pport() 951 bfad_im_scsi_host_free(bfad, bfad->pport.im_port); in bfad_uncfg_pport() 952 bfad_im_port_clean(bfad->pport.im_port); in bfad_uncfg_pport() 953 kfree(bfad->pport.im_port); in bfad_uncfg_pport() 1009 bfad_fc_host_init(bfad->pport.im_port); in bfad_start_ops() 1038 fc_vport = fc_vport_create(bfad->pport.im_port->shost, 0, &vid); in bfad_start_ops()
|
A D | bfad_bsg.c | 76 struct bfad_im_port_s *im_port; in bfad_iocmd_ioc_get_info() local 91 im_port = bfad->pport.im_port; in bfad_iocmd_ioc_get_info() 92 iocmd->host = im_port->shost->host_no; in bfad_iocmd_ioc_get_info() 660 if (drv_itnim && drv_itnim->im_port) in bfad_iocmd_rport_get_addr() 661 iocmd->host = drv_itnim->im_port->shost->host_no; in bfad_iocmd_rport_get_addr() 2547 struct bfad_im_port_s *pport_im = bfad->pport.im_port; in bfad_iocmd_lunmask_reset_lunscan_mode() 2555 bfad_reset_sdev_bflags(vport->drv_port.im_port, lunmask_cfg); in bfad_iocmd_lunmask_reset_lunscan_mode() 3129 struct bfad_im_port_s *im_port = bfad_get_im_port(shost); in bfad_im_bsg_vendor_request() local 3130 struct bfad_s *bfad = im_port->bfad; in bfad_im_bsg_vendor_request() 3346 struct bfad_im_port_s *im_port = bfad_get_im_port(shost); in bfad_im_bsg_els_ct_request() local [all …]
|
A D | bfad_drv.h | 133 struct bfad_im_port_s *im_port; /* IM specific data */ member
|
Completed in 20 milliseconds