Lines Matching refs:delayed_sc
4009 struct _sc_list *delayed_sc; in _scsih_tm_tr_complete() local
4048 delayed_sc = kzalloc(sizeof(*delayed_sc), GFP_ATOMIC); in _scsih_tm_tr_complete()
4049 if (!delayed_sc) in _scsih_tm_tr_complete()
4051 INIT_LIST_HEAD(&delayed_sc->list); in _scsih_tm_tr_complete()
4052 delayed_sc->handle = le16_to_cpu(mpi_request_tm->DevHandle); in _scsih_tm_tr_complete()
4053 list_add_tail(&delayed_sc->list, &ioc->delayed_sc_list); in _scsih_tm_tr_complete()
4358 struct _sc_list *delayed_sc; in mpt3sas_check_for_pending_internal_cmds() local
4372 delayed_sc = list_entry(ioc->delayed_sc_list.next, in mpt3sas_check_for_pending_internal_cmds()
4375 delayed_sc->handle); in mpt3sas_check_for_pending_internal_cmds()
4376 list_del(&delayed_sc->list); in mpt3sas_check_for_pending_internal_cmds()
4377 kfree(delayed_sc); in mpt3sas_check_for_pending_internal_cmds()