Searched defs:bfad_im_port_s (Results 1 – 1 of 1) sorted by relevance
57 struct bfad_im_port_s { struct58 struct bfad_s *bfad;59 struct bfad_port_s *port;60 struct work_struct port_delete_work;61 int idr_id;62 u16 cur_scsi_id;63 u16 flags;64 struct list_head binding_list;65 struct Scsi_Host *shost;89 struct bfad_im_port_s *im_port; argument