Lines Matching refs:delayed_sc
3717 struct _sc_list *delayed_sc; in _scsih_tm_tr_complete() local
3756 delayed_sc = kzalloc(sizeof(*delayed_sc), GFP_ATOMIC); in _scsih_tm_tr_complete()
3757 if (!delayed_sc) in _scsih_tm_tr_complete()
3759 INIT_LIST_HEAD(&delayed_sc->list); in _scsih_tm_tr_complete()
3760 delayed_sc->handle = le16_to_cpu(mpi_request_tm->DevHandle); in _scsih_tm_tr_complete()
3761 list_add_tail(&delayed_sc->list, &ioc->delayed_sc_list); in _scsih_tm_tr_complete()
4038 struct _sc_list *delayed_sc; in mpt3sas_check_for_pending_internal_cmds() local
4052 delayed_sc = list_entry(ioc->delayed_sc_list.next, in mpt3sas_check_for_pending_internal_cmds()
4055 delayed_sc->handle); in mpt3sas_check_for_pending_internal_cmds()
4056 list_del(&delayed_sc->list); in mpt3sas_check_for_pending_internal_cmds()
4057 kfree(delayed_sc); in mpt3sas_check_for_pending_internal_cmds()