Home
last modified time | relevance | path

Searched refs:pwrb_handle (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.c251 aborted_io_task->pwrb_handle->pwrb, in beiscsi_eh_abort()
336 abrt_io_task->pwrb_handle->pwrb, in beiscsi_eh_device_reset()
1196 struct wrb_handle *pwrb_handle, *pwrb_handle_tmp; in alloc_wrb_handle() local
1202 pwrb_handle = pwrb_context->pwrb_handle_base[ in alloc_wrb_handle()
1212 pwrb_handle->nxt_wrb_index = pwrb_handle_tmp->wrb_index; in alloc_wrb_handle()
1214 pwrb_handle = NULL; in alloc_wrb_handle()
1215 return pwrb_handle; in alloc_wrb_handle()
1228 struct wrb_handle *pwrb_handle) in free_wrb_handle() argument
1230 pwrb_context->pwrb_handle_base[pwrb_context->free_index] = pwrb_handle; in free_wrb_handle()
1241 pwrb_handle, pwrb_context->free_index, in free_wrb_handle()
[all …]
Dbe_mgmt.h332 struct wrb_handle *pwrb_handle,
336 struct wrb_handle *pwrb_handle);
Dbe_mgmt.c1575 struct wrb_handle *pwrb_handle, in beiscsi_offload_cxn_v0() argument
1578 struct iscsi_wrb *pwrb = pwrb_handle->pwrb; in beiscsi_offload_cxn_v0()
1612 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v0()
1620 pwrb, pwrb_handle->nxt_wrb_index); in beiscsi_offload_cxn_v0()
1640 struct wrb_handle *pwrb_handle) in beiscsi_offload_cxn_v2() argument
1642 struct iscsi_wrb *pwrb = pwrb_handle->pwrb; in beiscsi_offload_cxn_v2()
1655 pwrb, pwrb_handle->nxt_wrb_index); in beiscsi_offload_cxn_v2()
1657 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v2()
Dbe_main.h497 struct wrb_handle *pwrb_handle; member