Searched refs:wrobj (Results 1 – 1 of 1) sorted by relevance
116 sli4_req_common_write_object_t *wrobj = in ocs_process_sli_config() local119 if (ocs_dma_alloc(ocs, dma, wrobj->desired_write_length, 4096)) { in ocs_process_sli_config()121 __func__, wrobj->desired_write_length); in ocs_process_sli_config()125 wrobj->host_buffer_descriptor[0].bde_type = SLI4_BDE_TYPE_BDE_64; in ocs_process_sli_config()126 wrobj->host_buffer_descriptor[0].buffer_length = wrobj->desired_write_length; in ocs_process_sli_config()127 wrobj->host_buffer_descriptor[0].u.data.buffer_address_low = ocs_addr32_lo(dma->phys); in ocs_process_sli_config()128 wrobj->host_buffer_descriptor[0].u.data.buffer_address_high = ocs_addr32_hi(dma->phys); in ocs_process_sli_config()