Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_pci.c16 __inout size_t *offsetp) in efx_pci_config_next_ext_cap() argument
22 if (offsetp == NULL) { in efx_pci_config_next_ext_cap()
27 if (*offsetp == 0) { in efx_pci_config_next_ext_cap()
28 *offsetp = ESE_GZ_PCI_BASE_CONFIG_SPACE_SIZE; in efx_pci_config_next_ext_cap()
42 *offsetp = next; in efx_pci_config_next_ext_cap()
64 __inout size_t *offsetp) in efx_pci_config_find_next_ext_cap() argument
70 if (offsetp == NULL) { in efx_pci_config_find_next_ext_cap()
75 position = *offsetp; in efx_pci_config_find_next_ext_cap()
96 *offsetp = position; in efx_pci_config_find_next_ext_cap()
192 __out efsys_dma_addr_t *offsetp) in efx_pci_read_ext_cap_xilinx_table() argument
[all …]
H A Defx_vpd.c326 __inout unsigned int *offsetp, in efx_vpd_next_tag() argument
337 if (*offsetp >= size) { in efx_vpd_next_tag()
342 EFX_POPULATE_BYTE_1(byte, EFX_BYTE_0, data[*offsetp]); in efx_vpd_next_tag()
356 if (*offsetp + headlen > size) { in efx_vpd_next_tag()
363 EFX_BYTE_0, data[*offsetp + 1], in efx_vpd_next_tag()
364 EFX_BYTE_1, data[*offsetp + 2]); in efx_vpd_next_tag()
374 if (*offsetp + headlen + length > size) { in efx_vpd_next_tag()
391 *offsetp += headlen; in efx_vpd_next_tag()
H A Drhead_nic.c461 __out uint32_t *offsetp, in rhead_nic_get_bar_region() argument
476 *offsetp = enp->en_arch.ef10.ena_uc_mem_map_offset; in rhead_nic_get_bar_region()
482 *offsetp = enp->en_arch.ef10.ena_wc_mem_map_offset; in rhead_nic_get_bar_region()
H A Def10_nic.c885 __out uint32_t *offsetp, in ef10_nic_pio_alloc() argument
898 EFSYS_ASSERT(offsetp); in ef10_nic_pio_alloc()
930 *offsetp = blk * (*sizep); in ef10_nic_pio_alloc()
2585 __out uint32_t *offsetp, in ef10_nic_get_bar_region() argument
2600 *offsetp = enp->en_arch.ef10.ena_uc_mem_map_offset; in ef10_nic_get_bar_region()
2606 *offsetp = enp->en_arch.ef10.ena_wc_mem_map_offset; in ef10_nic_get_bar_region()
H A Drhead_impl.h69 __out uint32_t *offsetp,
H A Defx_bootcfg.c57 __out size_t *offsetp, in efx_bootcfg_sector_info() argument
119 *offsetp = offset; in efx_bootcfg_sector_info()
H A Defx_impl.h1633 __inout size_t *offsetp);
1647 __inout size_t *offsetp);
1678 __out efsys_dma_addr_t *offsetp);
H A Defx_nic.c523 __out uint32_t *offsetp, in efx_nic_get_bar_region() argument
538 region, offsetp, sizep)) != 0) { in efx_nic_get_bar_region()
H A Def10_impl.h264 __out uint32_t *offsetp,
1015 __out uint32_t *offsetp,
H A Defx.h1712 __out uint32_t *offsetp,
1967 __out size_t *offsetp,
/f-stack/freebsd/ddb/
H A Ddb_textdump.c268 textdump_saveoff(off_t *offsetp) in textdump_saveoff() argument
271 *offsetp = textdump_offset; in textdump_saveoff()
H A Dddb.h290 void textdump_saveoff(off_t *offsetp);