Home
last modified time | relevance | path

Searched refs:rdobj (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_ioctl.c98 sli4_req_common_read_object_t *rdobj = in ocs_process_sli_config() local
109 rdobj->host_buffer_descriptor[0].bde_type = SLI4_BDE_TYPE_BDE_64; in ocs_process_sli_config()
110 rdobj->host_buffer_descriptor[0].buffer_length = mcmd->out_bytes; in ocs_process_sli_config()
111 rdobj->host_buffer_descriptor[0].u.data.buffer_address_low = ocs_addr32_lo(dma->phys); in ocs_process_sli_config()
112 rdobj->host_buffer_descriptor[0].u.data.buffer_address_high = ocs_addr32_hi(dma->phys); in ocs_process_sli_config()
139 sli4_req_common_read_object_list_t *rdobj = in ocs_process_sli_config() local
150 rdobj->host_buffer_descriptor[0].bde_type = SLI4_BDE_TYPE_BDE_64; in ocs_process_sli_config()
151 rdobj->host_buffer_descriptor[0].buffer_length = mcmd->out_bytes; in ocs_process_sli_config()
152 rdobj->host_buffer_descriptor[0].u.data.buffer_address_low = ocs_addr32_lo(dma->phys); in ocs_process_sli_config()
153 rdobj->host_buffer_descriptor[0].u.data.buffer_address_high = ocs_addr32_hi(dma->phys); in ocs_process_sli_config()