Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/isci/scil/
Dscic_sds_unsolicited_frame_control.h152 SCI_PHYSICAL_ADDRESS physical_address;
190 SCI_PHYSICAL_ADDRESS physical_address;
218 SCI_PHYSICAL_ADDRESS * array;
224 SCI_PHYSICAL_ADDRESS physical_address;
298 + ((uf_control).address_table.count * sizeof(SCI_PHYSICAL_ADDRESS)) \
Dscic_sds_unsolicited_frame_control.c122 SCI_PHYSICAL_ADDRESS uf_buffer_phys_address, in scic_sds_unsolicited_frame_control_construct_frames()
194 SCI_PHYSICAL_ADDRESS uf_buffer_phys_address; in scic_sds_unsolicited_frame_control_construct()
241 uf_control->address_table.array = (SCI_PHYSICAL_ADDRESS*) in scic_sds_unsolicited_frame_control_construct()
Dscic_user_callback.h291 SCI_PHYSICAL_ADDRESS * physical_address
396 SCI_PHYSICAL_ADDRESS scic_cb_sge_get_address_field(
Dsci_memory_descriptor_list_decorator.h121 SCI_PHYSICAL_ADDRESS sci_physical_address
Dsci_memory_descriptor_list.h102 SCI_PHYSICAL_ADDRESS physical_address;
Dsci_base_memory_descriptor_list_decorator.c96 SCI_PHYSICAL_ADDRESS sci_physical_address in sci_mdl_decorator_assign_memory()
Dscif_user_callback.h447 SCI_PHYSICAL_ADDRESS scif_cb_sge_get_address_field(
Dscic_sds_smp_request.c369 SCI_PHYSICAL_ADDRESS physical_address; in scu_smp_request_construct_task_context()
Dscic_sds_stp_packet_request.c278 SCI_PHYSICAL_ADDRESS physical_address; in scic_sds_stp_packet_internal_request_sense_build_sgl()
Dscif_sas_io_request.c517 SCI_PHYSICAL_ADDRESS scic_cb_sge_get_address_field( in scic_cb_sge_get_address_field()
Dscic_sds_request.c406 SCI_PHYSICAL_ADDRESS physical_address; in scic_sds_request_build_sgl()
664 SCI_PHYSICAL_ADDRESS physical_address; in scu_ssp_reqeust_construct_task_context()
Dscic_sds_stp_request.c262 SCI_PHYSICAL_ADDRESS physical_address; in scu_sata_reqeust_construct_task_context()
/freebsd-9-stable/sys/dev/isci/
Denvironment.h64 typedef uint64_t SCI_PHYSICAL_ADDRESS; typedef
Disci_io_request.c322 SCI_PHYSICAL_ADDRESS *physical_address) in scic_cb_io_request_get_physical_address()
644 SCI_PHYSICAL_ADDRESS
649 return ((SCI_PHYSICAL_ADDRESS)sge->ds_addr); in scif_cb_sge_get_address_field()
Disci.h187 SCI_PHYSICAL_ADDRESS physical_address;
Disci_controller.c151 SCI_PHYSICAL_ADDRESS *phys_addr = arg; in isci_single_map()