Searched refs:offsetp (Results 1 – 12 of 12) sorted by relevance
| /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_virtio.c | 193 __out uint32_t *offsetp) in rhead_virtio_get_doorbell_offset() argument 244 *offsetp = MCDI_OUT_DWORD(req, in rhead_virtio_get_doorbell_offset() 247 *offsetp = MCDI_OUT_DWORD(req, in rhead_virtio_get_doorbell_offset() 258 *offsetp = MCDI_OUT_DWORD(req, in rhead_virtio_get_doorbell_offset()
|
| H A D | efx_virtio.c | 222 __out uint32_t *offsetp) in efx_virtio_get_doorbell_offset() argument 228 if ((evvp == NULL) || (offsetp == NULL)) { in efx_virtio_get_doorbell_offset() 244 if ((rc = evop->evo_get_doorbell_offset(evvp, offsetp)) != 0) in efx_virtio_get_doorbell_offset()
|
| H A D | rhead_nic.c | 460 __out uint32_t *offsetp, in rhead_nic_get_bar_region() argument 475 *offsetp = enp->en_arch.ef10.ena_uc_mem_map_offset; in rhead_nic_get_bar_region() 481 *offsetp = enp->en_arch.ef10.ena_wc_mem_map_offset; in rhead_nic_get_bar_region()
|
| H A D | rhead_impl.h | 69 __out uint32_t *offsetp, 501 __out uint32_t *offsetp);
|
| H A D | ef10_nic.c | 893 __out uint32_t *offsetp, in ef10_nic_pio_alloc() argument 906 EFSYS_ASSERT(offsetp); in ef10_nic_pio_alloc() 938 *offsetp = blk * (*sizep); in ef10_nic_pio_alloc() 2716 __out uint32_t *offsetp, in ef10_nic_get_bar_region() argument 2731 *offsetp = enp->en_arch.ef10.ena_uc_mem_map_offset; in ef10_nic_get_bar_region() 2737 *offsetp = enp->en_arch.ef10.ena_wc_mem_map_offset; in ef10_nic_get_bar_region()
|
| 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 | 1683 __inout size_t *offsetp); 1697 __inout size_t *offsetp); 1728 __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 | 265 __out uint32_t *offsetp, 1016 __out uint32_t *offsetp,
|
| H A D | efx.h | 1775 __out uint32_t *offsetp, 2030 __out size_t *offsetp, 4983 __out uint32_t *offsetp);
|