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