Searched refs:offsetp (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_pci.c | 16 __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 D | efx_vpd.c | 326 __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 D | rhead_nic.c | 461 __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 D | ef10_nic.c | 885 __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 D | rhead_impl.h | 69 __out uint32_t *offsetp,
|
| H A D | efx_bootcfg.c | 57 __out size_t *offsetp, in efx_bootcfg_sector_info() argument 119 *offsetp = offset; in efx_bootcfg_sector_info()
|
| H A D | efx_impl.h | 1633 __inout size_t *offsetp); 1647 __inout size_t *offsetp); 1678 __out efsys_dma_addr_t *offsetp);
|
| H A D | efx_nic.c | 523 __out uint32_t *offsetp, in efx_nic_get_bar_region() argument 538 region, offsetp, sizep)) != 0) { in efx_nic_get_bar_region()
|
| H A D | ef10_impl.h | 264 __out uint32_t *offsetp, 1015 __out uint32_t *offsetp,
|
| H A D | efx.h | 1712 __out uint32_t *offsetp, 1967 __out size_t *offsetp,
|
| /f-stack/freebsd/ddb/ |
| H A D | db_textdump.c | 268 textdump_saveoff(off_t *offsetp) in textdump_saveoff() argument 271 *offsetp = textdump_offset; in textdump_saveoff()
|
| H A D | ddb.h | 290 void textdump_saveoff(off_t *offsetp);
|