/linux-6.1.9/drivers/net/ethernet/chelsio/libcxgb/ |
D | libcxgb_ppm.c | 65 int cxgbi_ppm_find_page_index(struct cxgbi_ppm *ppm, unsigned long pgsz) in cxgbi_ppm_find_page_index() 104 static void ppm_mark_entries(struct cxgbi_ppm *ppm, int i, int count, in ppm_mark_entries() 118 static int ppm_get_cpu_entries(struct cxgbi_ppm *ppm, unsigned int count, in ppm_get_cpu_entries() 157 static int ppm_get_entries(struct cxgbi_ppm *ppm, unsigned int count, in ppm_get_entries() 191 static void ppm_unmark_entries(struct cxgbi_ppm *ppm, int i, int count) in ppm_unmark_entries() 226 void cxgbi_ppm_ppod_release(struct cxgbi_ppm *ppm, u32 idx) in cxgbi_ppm_ppod_release() 246 int cxgbi_ppm_ppods_reserve(struct cxgbi_ppm *ppm, unsigned short nr_pages, in cxgbi_ppm_ppods_reserve() 292 void cxgbi_ppm_make_ppod_hdr(struct cxgbi_ppm *ppm, u32 tag, in cxgbi_ppm_make_ppod_hdr() 314 static void ppm_free(struct cxgbi_ppm *ppm) in ppm_free() 321 struct cxgbi_ppm *ppm = container_of(kref, in ppm_destroy() local [all …]
|
D | libcxgb_ppm.h | 197 static inline int cxgbi_ppm_is_ddp_tag(struct cxgbi_ppm *ppm, u32 tag) in cxgbi_ppm_is_ddp_tag() 202 static inline int cxgbi_ppm_sw_tag_is_usable(struct cxgbi_ppm *ppm, in cxgbi_ppm_sw_tag_is_usable() 209 static inline int cxgbi_ppm_make_non_ddp_tag(struct cxgbi_ppm *ppm, in cxgbi_ppm_make_non_ddp_tag() 232 static inline u32 cxgbi_ppm_decode_non_ddp_tag(struct cxgbi_ppm *ppm, in cxgbi_ppm_decode_non_ddp_tag() 243 static inline u32 cxgbi_ppm_ddp_tag_get_idx(struct cxgbi_ppm *ppm, in cxgbi_ppm_ddp_tag_get_idx() 259 cxgbi_ppm_get_tag_caller_data(struct cxgbi_ppm *ppm, in cxgbi_ppm_get_tag_caller_data() 268 static inline int cxgbi_ppm_ddp_tag_update_sw_bits(struct cxgbi_ppm *ppm, in cxgbi_ppm_ddp_tag_update_sw_bits()
|
/linux-6.1.9/drivers/target/iscsi/cxgbit/ |
D | cxgbit_ddp.c | 64 cxgbit_ppod_init_idata(struct cxgbit_device *cdev, struct cxgbi_ppm *ppm, in cxgbit_ppod_init_idata() 98 cxgbit_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ppod_write_idata() 127 cxgbit_ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ddp_set_map() 175 struct cxgbi_ppm *ppm = cdev2ppm(cdev); in cxgbit_ddp_reserve() local 273 struct cxgbi_ppm *ppm = cdev2ppm(cdev); in cxgbit_unmap_cmd() local 321 struct cxgbi_ppm *ppm = (struct cxgbi_ppm *)(*lldi->iscsi_ppm); in cxgbit_ddp_init() local
|
D | cxgbit_target.c | 719 struct cxgbi_ppm *ppm = *csk->com.cdev->lldi.iscsi_ppm; in cxgbit_set_params() local 838 struct cxgbi_ppm *ppm = cdev2ppm(csk->com.cdev); in cxgbit_allocate_cmd() local 1070 struct cxgbi_ppm *ppm = cdev2ppm(cdev); in cxgbit_handle_iscsi_dataout() local
|
/linux-6.1.9/tools/testing/selftests/timers/ |
D | change_skew.c | 36 int change_skew_test(int ppm) in change_skew_test() 63 int ppm[5] = {0, 250, 500, -250, -500}; in main() local
|
D | skew_consistency.c | 44 int ret, ppm; in main() local
|
D | raw_skew.c | 95 long long delta1, delta2, interval, eppm, ppm; in main() local
|
D | adjtick.c | 117 long long eppm, ppm; in check_tick_adj() local
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | nv40.c | 83 enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in nv40_pm_new_() 120 nv40_pm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in nv40_pm_new()
|
D | gf100.c | 190 enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in gf100_pm_new_() 240 gf100_pm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in gf100_pm_new()
|
D | gt215.c | 135 gt215_pm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in gt215_pm_new()
|
D | gf108.c | 63 gf108_pm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in gf108_pm_new()
|
D | gt200.c | 154 gt200_pm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in gt200_pm_new()
|
D | gf117.c | 77 gf117_pm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in gf117_pm_new()
|
D | g84.c | 162 g84_pm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in g84_pm_new()
|
D | gk104.c | 181 gk104_pm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in gk104_pm_new()
|
D | nv50.c | 172 nv50_pm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in nv50_pm_new()
|
/linux-6.1.9/drivers/clocksource/ |
D | scx200_hrt.c | 27 static int ppm; variable
|
/linux-6.1.9/drivers/media/dvb-frontends/cxd2880/ |
D | cxd2880_tnrdmd_dvbt_mon.c | 543 *tnr_dmd, int *ppm) in cxd2880_tnrdmd_dvbt_mon_sampling_offset() 657 *tnr_dmd, int *ppm) in cxd2880_tnrdmd_dvbt_mon_sampling_offset_sub()
|
D | cxd2880_tnrdmd_dvbt2_mon.c | 1430 *tnr_dmd, int *ppm) in cxd2880_tnrdmd_dvbt2_mon_sampling_offset() 1556 int *ppm) in cxd2880_tnrdmd_dvbt2_mon_sampling_offset_sub()
|
/linux-6.1.9/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1224 struct cxgbi_ppm *ppm = (struct cxgbi_ppm *)(*ppm_pp); in cxgbi_ddp_ppm_setup() local 1266 struct cxgbi_ppm *ppm = cdev->cdev2ppm(cdev); in cxgbi_ddp_reserve() local 1357 struct cxgbi_ppm *ppm = cdev->cdev2ppm(cdev); in task_release_itt() local 1390 struct cxgbi_ppm *ppm = cdev->cdev2ppm(cdev); in task_reserve_itt() local 1430 struct cxgbi_ppm *ppm = cdev->cdev2ppm(cdev); in cxgbi_parse_pdu_itt() local 2402 struct cxgbi_ppm *ppm = csk->cdev->cdev2ppm(csk->cdev); in cxgbi_conn_xmit_pdu() local 2675 struct cxgbi_ppm *ppm; in cxgbi_bind_conn() local
|
/linux-6.1.9/sound/soc/rockchip/ |
D | rockchip_i2s_tdm.c | 571 int ppm) in rockchip_i2s_tdm_clk_set_rate() 611 u64 ppm; in rockchip_i2s_tdm_calibrate_mclk() local 1022 int ret = 0, ppm = 0; in rockchip_i2s_tdm_clk_compensation_put() local
|
/linux-6.1.9/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1096 static int ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbi_sock *csk, in ddp_set_map() 1126 static void ddp_clear_map(struct cxgbi_device *cdev, struct cxgbi_ppm *ppm, in ddp_clear_map()
|
/linux-6.1.9/drivers/media/dvb-frontends/ |
D | l64781.c | 118 static const u32 ppm = 8000; in apply_frontend_param() local
|
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1994 struct cxgbi_ppm *ppm, in ddp_ppod_init_idata() 2016 static int ddp_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbi_sock *csk, in ddp_ppod_write_idata() 2051 static int ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbi_sock *csk, in ddp_set_map()
|