Home
last modified time | relevance | path

Searched defs:cpp (Results 1 – 25 of 67) sorted by relevance

123

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_cpplib.c69 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()
Dnfp_cppcore.c118 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 …]
Dnfp_mutex.c45 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()
Dnfp_hwinfo.c136 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()
Dnfp_nsp_eth.c206 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()
Dnfp_resource.c99 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()
Dnfp_mip.c73 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()
Dnfp_cpp.h51 #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()
Dnfp_nsp.c117 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
Dnfp_nffw.c109 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()
Dnfp_rtsym.c69 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/
Dslhc.c195 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/
Dvc4_validate.c57 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
Dvc4_render_cl.c447 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/
Dnfp_net_debugdump.c89 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()
Dnfp_net_main.c548 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/
Damdgpu_fb.c84 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/
Dradeon_fb.c86 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
Dr100_track.h16 unsigned cpp; member
43 unsigned cpp; member
/Linux-v4.19/include/drm/
Ddrm_fourcc.h48 u8 cpp[3]; member
/Linux-v4.19/drivers/gpu/drm/
Ddrm_dumb_buffers.c60 u32 cpp, stride, size; in drm_mode_create_dumb() local
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/abm/
Dctrl.c70 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/
Dbootx_init.c225 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/
Dmain.c247 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/
Dip_vs_proto_ah_esp.c109 int *verdict, struct ip_vs_conn **cpp, in ah_esp_conn_schedule()

123