Searched refs:pwrb_handle (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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() 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 …]
|
D | be_mgmt.h | 332 struct wrb_handle *pwrb_handle, 336 struct wrb_handle *pwrb_handle);
|
D | be_mgmt.c | 1575 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()
|
D | be_main.h | 497 struct wrb_handle *pwrb_handle; member
|