Searched refs:delayed_sc (Results 1 – 1 of 1) sorted by relevance
4228 struct _sc_list *delayed_sc; in _scsih_tm_tr_complete() local 4267 delayed_sc = kzalloc(sizeof(*delayed_sc), GFP_ATOMIC); in _scsih_tm_tr_complete() 4268 if (!delayed_sc) in _scsih_tm_tr_complete() 4270 INIT_LIST_HEAD(&delayed_sc->list); in _scsih_tm_tr_complete() 4271 delayed_sc->handle = le16_to_cpu(mpi_request_tm->DevHandle); in _scsih_tm_tr_complete() 4272 list_add_tail(&delayed_sc->list, &ioc->delayed_sc_list); in _scsih_tm_tr_complete() 4577 struct _sc_list *delayed_sc; in mpt3sas_check_for_pending_internal_cmds() local 4591 delayed_sc = list_entry(ioc->delayed_sc_list.next, in mpt3sas_check_for_pending_internal_cmds() 4594 delayed_sc in mpt3sas_check_for_pending_internal_cmds() [all...]