Lines Matching refs:inv_tbl
224 struct invldt_cmd_tbl inv_tbl; in beiscsi_eh_abort() local
252 inv_tbl.cid = beiscsi_conn->beiscsi_conn_cid; in beiscsi_eh_abort()
253 inv_tbl.icd = abrt_io_task->psgl_handle->sgl_index; in beiscsi_eh_abort()
256 rc = beiscsi_mgmt_invalidate_icds(phba, &inv_tbl, 1); in beiscsi_eh_abort()
273 } *inv_tbl; in beiscsi_eh_device_reset() local
297 inv_tbl = kzalloc(sizeof(*inv_tbl), GFP_ATOMIC); in beiscsi_eh_device_reset()
298 if (!inv_tbl) { in beiscsi_eh_device_reset()
335 inv_tbl->tbl[nents].cid = beiscsi_conn->beiscsi_conn_cid; in beiscsi_eh_device_reset()
336 inv_tbl->tbl[nents].icd = io_task->psgl_handle->sgl_index; in beiscsi_eh_device_reset()
337 inv_tbl->task[nents] = task; in beiscsi_eh_device_reset()
354 if (beiscsi_mgmt_invalidate_icds(phba, &inv_tbl->tbl[0], nents)) { in beiscsi_eh_device_reset()
363 iscsi_put_task(inv_tbl->task[i]); in beiscsi_eh_device_reset()
364 kfree(inv_tbl); in beiscsi_eh_device_reset()