Lines Matching refs:delayed_sc
3743 struct _sc_list *delayed_sc; in _scsih_tm_tr_complete() local
3782 delayed_sc = kzalloc(sizeof(*delayed_sc), GFP_ATOMIC); in _scsih_tm_tr_complete()
3783 if (!delayed_sc) in _scsih_tm_tr_complete()
3785 INIT_LIST_HEAD(&delayed_sc->list); in _scsih_tm_tr_complete()
3786 delayed_sc->handle = le16_to_cpu(mpi_request_tm->DevHandle); in _scsih_tm_tr_complete()
3787 list_add_tail(&delayed_sc->list, &ioc->delayed_sc_list); in _scsih_tm_tr_complete()
4092 struct _sc_list *delayed_sc; in mpt3sas_check_for_pending_internal_cmds() local
4106 delayed_sc = list_entry(ioc->delayed_sc_list.next, in mpt3sas_check_for_pending_internal_cmds()
4109 delayed_sc->handle); in mpt3sas_check_for_pending_internal_cmds()
4110 list_del(&delayed_sc->list); in mpt3sas_check_for_pending_internal_cmds()
4111 kfree(delayed_sc); in mpt3sas_check_for_pending_internal_cmds()