Lines Matching refs:delayed_sc
4231 struct _sc_list *delayed_sc; in _scsih_tm_tr_complete() local
4270 delayed_sc = kzalloc(sizeof(*delayed_sc), GFP_ATOMIC); in _scsih_tm_tr_complete()
4271 if (!delayed_sc) in _scsih_tm_tr_complete()
4273 INIT_LIST_HEAD(&delayed_sc->list); in _scsih_tm_tr_complete()
4274 delayed_sc->handle = le16_to_cpu(mpi_request_tm->DevHandle); in _scsih_tm_tr_complete()
4275 list_add_tail(&delayed_sc->list, &ioc->delayed_sc_list); in _scsih_tm_tr_complete()
4580 struct _sc_list *delayed_sc; in mpt3sas_check_for_pending_internal_cmds() local
4594 delayed_sc = list_entry(ioc->delayed_sc_list.next, in mpt3sas_check_for_pending_internal_cmds()
4597 delayed_sc->handle); in mpt3sas_check_for_pending_internal_cmds()
4598 list_del(&delayed_sc->list); in mpt3sas_check_for_pending_internal_cmds()
4599 kfree(delayed_sc); in mpt3sas_check_for_pending_internal_cmds()