Searched defs:bfa_tskim_s (Results 1 – 1 of 1) sorted by relevance
192 struct bfa_tskim_s { struct193 struct list_head qe;194 bfa_sm_t sm;195 struct bfa_s *bfa; /* BFA module */196 struct bfa_fcpim_s *fcpim; /* parent fcpim module */200 struct scsi_lun lun; /* lun if applicable */202 u16 tsk_tag; /* FWI IO tag */203 u8 tsecs; /* timeout in seconds */205 struct list_head io_q; /* queue of affected IOs */206 struct bfa_wc_s wc; /* waiting counter */[all …]
Completed in 5 milliseconds