Searched refs:pwrb_handle (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/be2iscsi/
H A Dbe_main.c1041 struct wrb_handle *pwrb_handle, *pwrb_handle_tmp; local
1046 pwrb_handle = pwrb_context->pwrb_handle_base[
1056 pwrb_handle->nxt_wrb_index = pwrb_handle_tmp->wrb_index;
1058 pwrb_handle = NULL;
1059 return pwrb_handle;
1066 * @pwrb_handle: The wrb_handle to free
1072 struct wrb_handle *pwrb_handle)
1074 pwrb_context->pwrb_handle_base[pwrb_context->free_index] = pwrb_handle;
1082 "FREE WRB: pwrb_handle=%p free_index=0x%x"
1084 pwrb_handle, pwrb_contex
1071 free_wrb_handle(struct beiscsi_hba *phba, struct hwi_wrb_context *pwrb_context, struct wrb_handle *pwrb_handle) argument
1265 struct wrb_handle *pwrb_handle = NULL; local
1317 struct wrb_handle *pwrb_handle; local
2383 struct wrb_handle *pwrb_handle; local
3675 struct wrb_handle *pwrb_handle; local
[all...]
H A Dbe_main.h409 struct wrb_handle *pwrb_handle; member in struct:beiscsi_io_task

Completed in 79 milliseconds