Searched defs:bfa_tskim_s (Results 1 – 1 of 1) sorted by relevance
195 struct bfa_tskim_s { struct196 struct list_head qe;197 bfa_sm_t sm;198 struct bfa_s *bfa; /* BFA module */199 struct bfa_fcpim_s *fcpim; /* parent fcpim module */200 struct bfa_itnim_s *itnim; /* i-t-n nexus for this IO */201 struct bfad_tskim_s *dtsk; /* driver task mgmt cmnd */202 bfa_boolean_t notify; /* notify itnim on TM comp */203 struct scsi_lun lun; /* lun if applicable */204 enum fcp_tm_cmnd tm_cmnd; /* task management command */[all …]