Searched refs:pwrb_handle (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_main.c | 251 aborted_io_task->pwrb_handle->pwrb, in beiscsi_eh_abort() 336 abrt_io_task->pwrb_handle->pwrb, in beiscsi_eh_device_reset() 1210 struct wrb_handle *pwrb_handle; in alloc_wrb_handle() local 1216 pwrb_handle = pwrb_context->pwrb_handle_base[ in alloc_wrb_handle() 1228 pwrb_handle = NULL; in alloc_wrb_handle() 1229 return pwrb_handle; in alloc_wrb_handle() 1242 struct wrb_handle *pwrb_handle) in free_wrb_handle() argument 1244 pwrb_context->pwrb_handle_base[pwrb_context->free_index] = pwrb_handle; in free_wrb_handle() 1255 pwrb_handle, pwrb_context->free_index, in free_wrb_handle() 1433 struct wrb_handle *pwrb_handle = NULL; in hwi_complete_drvr_msgs() local [all …]
|
D | be_mgmt.c | 1575 struct wrb_handle *pwrb_handle, in beiscsi_offload_cxn_v0() argument 1579 struct iscsi_wrb *pwrb = pwrb_handle->pwrb; in beiscsi_offload_cxn_v0() 1613 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v0() 1621 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v0() 1626 pwrb_handle->wrb_index); in beiscsi_offload_cxn_v0() 1648 struct wrb_handle *pwrb_handle, in beiscsi_offload_cxn_v2() argument 1651 struct iscsi_wrb *pwrb = pwrb_handle->pwrb; in beiscsi_offload_cxn_v2() 1664 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v2() 1669 pwrb_handle->wrb_index); in beiscsi_offload_cxn_v2() 1673 pwrb, pwrb_handle->wrb_index); in beiscsi_offload_cxn_v2()
|
D | be_mgmt.h | 332 struct wrb_handle *pwrb_handle, 337 struct wrb_handle *pwrb_handle,
|
D | be_main.h | 501 struct wrb_handle *pwrb_handle; member
|