Lines Matching refs:host_buffer_descriptor
119 rdobj->host_buffer_descriptor[0].bde_type = SLI4_BDE_TYPE_BDE_64; in ocs_process_sli_config()
120 rdobj->host_buffer_descriptor[0].buffer_length = mcmd->out_bytes; in ocs_process_sli_config()
121 rdobj->host_buffer_descriptor[0].u.data.buffer_address_low = ocs_addr32_lo(dma->phys); in ocs_process_sli_config()
122 rdobj->host_buffer_descriptor[0].u.data.buffer_address_high = ocs_addr32_hi(dma->phys); in ocs_process_sli_config()
137 wrobj->host_buffer_descriptor[0].bde_type = SLI4_BDE_TYPE_BDE_64; in ocs_process_sli_config()
138 wrobj->host_buffer_descriptor[0].buffer_length = wrobj->desired_write_length; in ocs_process_sli_config()
139 wrobj->host_buffer_descriptor[0].u.data.buffer_address_low = ocs_addr32_lo(dma->phys); in ocs_process_sli_config()
140 wrobj->host_buffer_descriptor[0].u.data.buffer_address_high = ocs_addr32_hi(dma->phys); in ocs_process_sli_config()
161 rdobj->host_buffer_descriptor[0].bde_type = SLI4_BDE_TYPE_BDE_64; in ocs_process_sli_config()
162 rdobj->host_buffer_descriptor[0].buffer_length = mcmd->out_bytes; in ocs_process_sli_config()
163 rdobj->host_buffer_descriptor[0].u.data.buffer_address_low = ocs_addr32_lo(dma->phys); in ocs_process_sli_config()
164 rdobj->host_buffer_descriptor[0].u.data.buffer_address_high = ocs_addr32_hi(dma->phys); in ocs_process_sli_config()