Searched refs:first_address (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dma-engine.c507 * @param first_address
520 uint64_t first_address, uint64_t last_address,
529 header.s.nfst = __cvmx_dma_engine_build_internal_pointers(buffers, first_address, size);
536 header.s.nfst = __cvmx_dma_engine_build_internal_pointers(buffers, first_address, size);
542 header.s.nfst = __cvmx_dma_engine_build_external_pointers(buffers, first_address, size);
519 cvmx_dma_engine_transfer(int engine, cvmx_dma_engine_header_t header, uint64_t first_address, uint64_t last_address, int size) argument
H A Dcvmx-dma-engine.h296 * @param first_address
309 uint64_t first_address, uint64_t last_address,
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c214 SCI_SAS_ADDRESS_T first_address; local
260 scic_sds_phy_get_sas_address(&controller->phy_table[0], &first_address);
263 if (sci_sas_address_compare(first_address, second_address) == 0)
276 scic_sds_phy_get_sas_address(&controller->phy_table[0], &first_address);
279 if (sci_sas_address_compare(first_address, second_address) == 0)
293 scic_sds_phy_get_sas_address(&controller->phy_table[1], &first_address);
296 if (sci_sas_address_compare(first_address, second_address) == 0)

Completed in 145 milliseconds