/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_cpplib.c | 69 int nfp_cpp_readl(struct nfp_cpp *cpp, u32 cpp_id, in nfp_cpp_readl() 92 int nfp_cpp_writel(struct nfp_cpp *cpp, u32 cpp_id, in nfp_cpp_writel() 113 int nfp_cpp_readq(struct nfp_cpp *cpp, u32 cpp_id, in nfp_cpp_readq() 136 int nfp_cpp_writeq(struct nfp_cpp *cpp, u32 cpp_id, in nfp_cpp_writeq() 151 int nfp_cpp_model_autodetect(struct nfp_cpp *cpp, u32 *model) in nfp_cpp_model_autodetect() 187 int nfp_cpp_explicit_read(struct nfp_cpp *cpp, u32 cpp_id, in nfp_cpp_explicit_read() 240 int nfp_cpp_explicit_write(struct nfp_cpp *cpp, u32 cpp_id, u64 addr, in nfp_cpp_explicit_write() 309 nfp_cpp_map_area(struct nfp_cpp *cpp, const char *name, int domain, int target, in nfp_cpp_map_area()
|
D | nfp_cppcore.c | 118 struct nfp_cpp *cpp; member 130 struct nfp_cpp *cpp; member 162 struct nfp_cpp *cpp = nfp_cpp_area_cpp(area); in __release_cpp_area() local 189 void nfp_cpp_free(struct nfp_cpp *cpp) in nfp_cpp_free() 240 u32 nfp_cpp_model(struct nfp_cpp *cpp) in nfp_cpp_model() 251 u16 nfp_cpp_interface(struct nfp_cpp *cpp) in nfp_cpp_interface() 263 int nfp_cpp_serial(struct nfp_cpp *cpp, const u8 **serial) in nfp_cpp_serial() 285 nfp_cpp_area_alloc_with_name(struct nfp_cpp *cpp, u32 dest, const char *name, in nfp_cpp_area_alloc_with_name() 357 nfp_cpp_area_alloc(struct nfp_cpp *cpp, u32 dest, in nfp_cpp_area_alloc() 380 nfp_cpp_area_alloc_acquire(struct nfp_cpp *cpp, const char *name, u32 dest, in nfp_cpp_area_alloc_acquire() [all …]
|
D | nfp_mutex.c | 45 struct nfp_cpp *cpp; member 116 int nfp_cpp_mutex_init(struct nfp_cpp *cpp, in nfp_cpp_mutex_init() 153 struct nfp_cpp_mutex *nfp_cpp_mutex_alloc(struct nfp_cpp *cpp, int target, in nfp_cpp_mutex_alloc() 251 struct nfp_cpp *cpp = mutex->cpp; in nfp_cpp_mutex_unlock() local 297 struct nfp_cpp *cpp = mutex->cpp; in nfp_cpp_mutex_trylock() local 371 int nfp_cpp_mutex_reclaim(struct nfp_cpp *cpp, int target, in nfp_cpp_mutex_reclaim()
|
D | nfp_hwinfo.c | 136 hwinfo_db_walk(struct nfp_cpp *cpp, struct nfp_hwinfo *hwinfo, u32 size) in hwinfo_db_walk() 159 hwinfo_db_validate(struct nfp_cpp *cpp, struct nfp_hwinfo *db, u32 len) in hwinfo_db_validate() 182 hwinfo_try_fetch(struct nfp_cpp *cpp, size_t *cpp_size) in hwinfo_try_fetch() 238 static struct nfp_hwinfo *hwinfo_fetch(struct nfp_cpp *cpp, size_t *hwdb_size) in hwinfo_fetch() 259 struct nfp_hwinfo *nfp_hwinfo_read(struct nfp_cpp *cpp) in nfp_hwinfo_read()
|
D | nfp_nsp_eth.c | 206 nfp_eth_calc_port_geometry(struct nfp_cpp *cpp, struct nfp_eth_table *table) in nfp_eth_calc_port_geometry() 234 nfp_eth_calc_port_type(struct nfp_cpp *cpp, struct nfp_eth_table_port *entry) in nfp_eth_calc_port_type() 256 struct nfp_eth_table *nfp_eth_read_ports(struct nfp_cpp *cpp) in nfp_eth_read_ports() 272 __nfp_eth_read_ports(struct nfp_cpp *cpp, struct nfp_nsp *nsp) in __nfp_eth_read_ports() 326 struct nfp_nsp *nfp_eth_config_start(struct nfp_cpp *cpp, unsigned int idx) in nfp_eth_config_start() 416 int nfp_eth_set_mod_enable(struct nfp_cpp *cpp, unsigned int idx, bool enable) in nfp_eth_set_mod_enable() 455 int nfp_eth_set_configured(struct nfp_cpp *cpp, unsigned int idx, bool configed) in nfp_eth_set_configured() 576 nfp_eth_set_fec(struct nfp_cpp *cpp, unsigned int idx, enum nfp_eth_fec mode) in nfp_eth_set_fec()
|
D | nfp_resource.c | 99 static int nfp_cpp_resource_find(struct nfp_cpp *cpp, struct nfp_resource *res) in nfp_cpp_resource_find() 142 nfp_resource_try_acquire(struct nfp_cpp *cpp, struct nfp_resource *res, in nfp_resource_try_acquire() 180 nfp_resource_acquire(struct nfp_cpp *cpp, const char *name) in nfp_resource_acquire() 261 int nfp_resource_wait(struct nfp_cpp *cpp, const char *name, unsigned int secs) in nfp_resource_wait() 348 int nfp_resource_table_init(struct nfp_cpp *cpp) in nfp_resource_table_init()
|
D | nfp_mip.c | 73 nfp_mip_try_read(struct nfp_cpp *cpp, u32 cpp_id, u64 addr, struct nfp_mip *mip) in nfp_mip_try_read() 98 static int nfp_mip_read_resource(struct nfp_cpp *cpp, struct nfp_mip *mip) in nfp_mip_read_resource() 129 const struct nfp_mip *nfp_mip_open(struct nfp_cpp *cpp) in nfp_mip_open()
|
D | nfp_cpp.h | 51 #define nfp_err(cpp, fmt, args...) \ argument 53 #define nfp_warn(cpp, fmt, args...) \ argument 55 #define nfp_info(cpp, fmt, args...) \ argument 57 #define nfp_dbg(cpp, fmt, args...) \ argument 312 static inline u8 nfp_cppcore_pcie_unit(struct nfp_cpp *cpp) in nfp_cppcore_pcie_unit()
|
D | nfp_nsp.c | 117 struct nfp_cpp *cpp; member 182 struct nfp_cpp *cpp = state->cpp; in nfp_nsp_check() local 220 struct nfp_nsp *nfp_nsp_open(struct nfp_cpp *cpp) in nfp_nsp_open() 268 nfp_nsp_wait_reg(struct nfp_cpp *cpp, u64 *reg, u32 nsp_cpp, u64 addr, in nfp_nsp_wait_reg() 315 struct nfp_cpp *cpp = state->cpp; in __nfp_nsp_command() local 396 struct nfp_cpp *cpp = nsp->cpp; in __nfp_nsp_command_buf() local
|
D | nfp_nffw.c | 109 struct nfp_cpp *cpp; member 164 static int nfp_mip_mu_locality_lsb(struct nfp_cpp *cpp) in nfp_mip_mu_locality_lsb() 212 struct nfp_nffw_info *nfp_nffw_info_open(struct nfp_cpp *cpp) in nfp_nffw_info_open()
|
D | nfp_rtsym.c | 69 struct nfp_cpp *cpp; member 110 struct nfp_rtsym_table *nfp_rtsym_table_read(struct nfp_cpp *cpp) in nfp_rtsym_table_read() 123 __nfp_rtsym_table_read(struct nfp_cpp *cpp, const struct nfp_mip *mip) in __nfp_rtsym_table_read()
|
/Linux-v4.19/drivers/net/slip/ |
D | slhc.c | 195 pull16(unsigned char **cpp) in pull16() 207 decode(unsigned char **cpp) in decode() 228 unsigned char *ocp, unsigned char **cpp, int compress_cid) in slhc_compress() 714 unsigned char *ocp, unsigned char **cpp, int compress_cid) in slhc_compress()
|
/Linux-v4.19/drivers/gpu/drm/vc4/ |
D | vc4_validate.c | 57 utile_width(int cpp) in utile_width() 75 utile_height(int cpp) in utile_height() 99 size_is_lt(uint32_t width, uint32_t height, int cpp) in size_is_lt() 161 uint32_t width, uint32_t height, uint8_t cpp) in vc4_check_tex_size() 578 uint32_t cpp, tiling_format, utile_w, utile_h; in reloc_tex() local
|
D | vc4_render_cl.c | 447 int cpp; in vc4_rcl_surface_setup() local 544 int cpp; in vc4_rcl_render_config_surface_setup() local
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_debugdump.c | 89 struct nfp_dump_common_cpp cpp; member 101 struct nfp_dump_common_cpp cpp; member 109 struct nfp_dump_common_cpp cpp; member 186 nfp_net_dump_load_dumpspec(struct nfp_cpp *cpp, struct nfp_rtsym_table *rtbl) in nfp_net_dump_load_dumpspec() 544 nfp_read_indirect_csr(struct nfp_cpp *cpp, in nfp_read_indirect_csr() 573 nfp_read_all_indirect_csr_ctx(struct nfp_cpp *cpp, in nfp_read_all_indirect_csr_ctx()
|
D | nfp_net_main.c | 548 nfp_net_eth_port_update(struct nfp_cpp *cpp, struct nfp_port *port, in nfp_net_eth_port_update() 645 struct nfp_cpp *cpp = port->app->cpp; in nfp_net_refresh_eth_port() local
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fb.c | 84 int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int cpp, bool tiled) in amdgpu_align_pitch() 133 u32 cpp; in amdgpufb_create_pinned_object() local
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 86 int radeon_align_pitch(struct radeon_device *rdev, int width, int cpp, bool tiled) in radeon_align_pitch() 136 u32 cpp; in radeonfb_create_pinned_object() local
|
D | r100_track.h | 16 unsigned cpp; member 43 unsigned cpp; member
|
/Linux-v4.19/include/drm/ |
D | drm_fourcc.h | 48 u8 cpp[3]; member
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_dumb_buffers.c | 60 u32 cpp, stride, size; in drm_mode_create_dumb() local
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/abm/ |
D | ctrl.c | 70 struct nfp_cpp *cpp = alink->abm->app->cpp; in nfp_abm_ctrl_stat() local 116 struct nfp_cpp *cpp = alink->abm->app->cpp; in nfp_abm_ctrl_set_q_lvl() local
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 225 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local 283 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.c | 247 struct nfp_cpp *cpp = bpf->app->pf->cpp; in nfp_bpf_parse_cap_adjust_head() local 347 struct nfp_cpp *cpp = app->pf->cpp; in nfp_bpf_parse_capabilities() local
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_proto_ah_esp.c | 109 int *verdict, struct ip_vs_conn **cpp, in ah_esp_conn_schedule()
|