Home
last modified time | relevance | path

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

/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c256 abrt_io_task->pwrb_handle->pwrb, 1); in beiscsi_eh_abort()
259 abrt_io_task->pwrb_handle->pwrb, 1); in beiscsi_eh_abort()
346 io_task->pwrb_handle->pwrb, 1); in beiscsi_eh_device_reset()
349 io_task->pwrb_handle->pwrb, 1); in beiscsi_eh_device_reset()
971 struct wrb_handle *pwrb_handle; in beiscsi_get_wrb_handle() local
979 pwrb_handle = pwrb_context->pwrb_handle_base[pwrb_context->alloc_index]; in beiscsi_get_wrb_handle()
987 if (pwrb_handle) in beiscsi_get_wrb_handle()
988 memset(pwrb_handle->pwrb, 0, sizeof(*pwrb_handle->pwrb)); in beiscsi_get_wrb_handle()
990 return pwrb_handle; in beiscsi_get_wrb_handle()
1017 struct wrb_handle *pwrb_handle, in beiscsi_put_wrb_handle() argument
[all …]
H A Dbe_mgmt.c1286 struct wrb_handle *pwrb_handle, in beiscsi_offload_cxn_v0()
1290 struct iscsi_wrb *pwrb = pwrb_handle->pwrb; in beiscsi_offload_cxn_v0()
1323 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v0()
1331 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v0()
1336 pwrb_handle->wrb_index); in beiscsi_offload_cxn_v0()
1358 struct wrb_handle *pwrb_handle, in beiscsi_offload_cxn_v2()
1361 struct iscsi_wrb *pwrb = pwrb_handle->pwrb; in beiscsi_offload_cxn_v2()
1372 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v2()
1377 pwrb_handle->wrb_index); in beiscsi_offload_cxn_v2()
1381 pwrb, pwrb_handle in beiscsi_offload_cxn_v2()
1285 beiscsi_offload_cxn_v0(struct beiscsi_offload_params * params,struct wrb_handle * pwrb_handle,struct be_mem_descriptor * mem_descr,struct hwi_wrb_context * pwrb_context) beiscsi_offload_cxn_v0() argument
1357 beiscsi_offload_cxn_v2(struct beiscsi_offload_params * params,struct wrb_handle * pwrb_handle,struct hwi_wrb_context * pwrb_context) beiscsi_offload_cxn_v2() argument
[all...]
H A Dbe_mgmt.h222 struct wrb_handle *pwrb_handle,
227 struct wrb_handle *pwrb_handle,
H A Dbe_main.h457 struct wrb_handle *pwrb_handle; member