Lines Matching refs:inv_tbl
226 struct invldt_cmd_tbl inv_tbl; in beiscsi_eh_abort() local
261 inv_tbl.cid = beiscsi_conn->beiscsi_conn_cid; in beiscsi_eh_abort()
262 inv_tbl.icd = abrt_io_task->psgl_handle->sgl_index; in beiscsi_eh_abort()
265 rc = beiscsi_mgmt_invalidate_icds(phba, &inv_tbl, 1); in beiscsi_eh_abort()
282 } *inv_tbl; in beiscsi_eh_device_reset() local
306 inv_tbl = kzalloc(sizeof(*inv_tbl), GFP_ATOMIC); in beiscsi_eh_device_reset()
307 if (!inv_tbl) { in beiscsi_eh_device_reset()
352 inv_tbl->tbl[nents].cid = beiscsi_conn->beiscsi_conn_cid; in beiscsi_eh_device_reset()
353 inv_tbl->tbl[nents].icd = io_task->psgl_handle->sgl_index; in beiscsi_eh_device_reset()
354 inv_tbl->task[nents] = task; in beiscsi_eh_device_reset()
371 if (beiscsi_mgmt_invalidate_icds(phba, &inv_tbl->tbl[0], nents)) { in beiscsi_eh_device_reset()
380 iscsi_put_task(inv_tbl->task[i]); in beiscsi_eh_device_reset()
381 kfree(inv_tbl); in beiscsi_eh_device_reset()