Home
last modified time | relevance | path

Searched refs:fm (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c59 fm->transfer ? fm->mfts->transfer.tbl->obj : in mlx5_flow_meter_action_create()
60 fm->egress ? fm->mfts->egress.tbl->obj : in mlx5_flow_meter_action_create()
69 (void)fm; in mlx5_flow_meter_action_create()
594 (void)fm; in mlx5_flow_meter_action_modify()
653 if (fm == NULL) in mlx5_flow_meter_create()
657 fm->idx = idx; in mlx5_flow_meter_create()
670 fm->mfts = mlx5_flow_create_mtr_tbls(dev, fm); in mlx5_flow_meter_create()
671 if (!fm->mfts) in mlx5_flow_meter_create()
1145 return fm; in mlx5_flow_meter_find()
1178 return fm; in mlx5_flow_meter_attach()
[all …]
H A Dmlx5_flow.h1146 const struct mlx5_flow_meter *fm);
1151 struct mlx5_flow_meter *fm,
1155 const struct mlx5_flow_meter *fm,
1400 const struct mlx5_flow_meter *fm);
1404 struct mlx5_flow_meter *fm,
1407 struct mlx5_flow_meter *fm,
H A Dmlx5_flow_dv.c4098 struct mlx5_flow_meter *fm; in mlx5_flow_validate_action_meter() local
4119 if (!fm) in mlx5_flow_validate_action_meter()
4123 if (fm->ref_cnt && (!(fm->transfer == attr->transfer || in mlx5_flow_validate_action_meter()
10150 if (!fm) in flow_dv_translate()
10157 flow->meter = fm->idx; in flow_dv_translate()
10160 if (!fm) { in flow_dv_translate()
10163 if (!fm) in flow_dv_translate()
10172 fm->mfts->meter_action; in flow_dv_translate()
11249 struct mlx5_flow_meter *fm; in flow_dv_destroy() local
11253 if (fm) in flow_dv_destroy()
[all …]
/f-stack/dpdk/drivers/net/enic/
H A Denic_fm_flow.c2082 __enic_fm_flow_free(fm, flow->fm); in enic_fm_flow_free()
2469 enic_fet_put(fm, fm->fet); in enic_fm_close_scratch()
2855 fm = calloc(1, sizeof(*fm)); in enic_fm_init()
2908 enic->fm = fm; in enic_fm_init()
2919 fm->cmd.va, fm->cmd.pa); in enic_fm_init()
2938 fm = enic->fm; in enic_fm_destroy()
2951 fm->cmd.va, fm->cmd.pa); in enic_fm_destroy()
3032 fm = pf->fm; in enic_fm_add_rep2vf_flow()
3124 fm = pf->fm; in enic_fm_add_vf2rep_flow()
3230 fm = vf->pf->fm; in begin_fm()
[all …]
H A Denic.h103 struct enic_fm_flow *fm; member
212 struct enic_flowman *fm; member
H A Denic_ethdev.c1266 if (!err && enic->fm) { in eth_enic_dev_init()
1319 if (pf_enic->fm == NULL) { in eth_enic_pci_probe()
/f-stack/app/micro_thread/
H A Dmicro_thread.h543 register NS_MICRO_THREAD::MtFrame *fm = NS_MICRO_THREAD::MtFrame::Instance(); \
544 if (fm && fm->GetLogAdpt() && fm->GetLogAdpt()->CheckDebug()) \
546 fm->GetLogAdpt()->LogDebug((char*)"[%-10s][%-4d][%-10s]" fmt, \
553 register NS_MICRO_THREAD::MtFrame *fm = NS_MICRO_THREAD::MtFrame::Instance(); \
554 if (fm && fm->GetLogAdpt() && fm->GetLogAdpt()->CheckTrace()) \
556 fm->GetLogAdpt()->LogTrace((char*)"[%-10s][%-4d][%-10s]" fmt, \
564 if (fm && fm->GetLogAdpt() && fm->GetLogAdpt()->CheckError()) \
566 fm->GetLogAdpt()->LogError((char*)"[%-10s][%-4d][%-10s]" fmt, \
574 if (fm && fm->GetLogAdpt()) \
576 fm->GetLogAdpt()->AttrReportAdd(ATTR, VALUE); \
[all …]
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.c619 ngx_create_file_mapping(ngx_file_mapping_t *fm) in ngx_create_file_mapping() argument
621 fm->fd = ngx_open_file(fm->name, NGX_FILE_RDWR, NGX_FILE_TRUNCATE, in ngx_create_file_mapping()
624 if (fm->fd == NGX_INVALID_FILE) { in ngx_create_file_mapping()
630 if (ftruncate(fm->fd, fm->size) == -1) { in ngx_create_file_mapping()
636 fm->addr = mmap(NULL, fm->size, PROT_READ|PROT_WRITE, MAP_SHARED, in ngx_create_file_mapping()
637 fm->fd, 0); in ngx_create_file_mapping()
638 if (fm->addr != MAP_FAILED) { in ngx_create_file_mapping()
643 "mmap(%uz) \"%s\" failed", fm->size, fm->name); in ngx_create_file_mapping()
657 ngx_close_file_mapping(ngx_file_mapping_t *fm) in ngx_close_file_mapping() argument
659 if (munmap(fm->addr, fm->size) == -1) { in ngx_close_file_mapping()
[all …]
H A Dngx_files.h193 ngx_int_t ngx_create_file_mapping(ngx_file_mapping_t *fm);
194 void ngx_close_file_mapping(ngx_file_mapping_t *fm);
/f-stack/dpdk/lib/librte_acl/
H A Dacl_run_avx512_common.h264 _F_(match_check_process)(struct acl_flow_avx512 *flow, uint32_t fm[2], in _F_()
279 n[0] = _F_(match_process)(flow, &fm[0], &rm[0], &pdata[0], in _F_()
281 n[1] = _F_(match_process)(flow, &fm[1], &rm[1], &pdata[2], in _F_()
313 uint32_t fm[2]; in _F_() local
330 fm[0] = _SIMD_MASK_MAX_; in _F_()
331 fm[1] = _SIMD_MASK_MAX_; in _F_()
334 _F_(match_check_process)(flow, fm, pdata, di, idx, in, tr_lo, tr_hi); in _F_()
336 while ((fm[0] | fm[1]) != 0) { in _F_()
340 in[0] = _F_(get_next_bytes)(flow, &pdata[0], fm[0], in _F_()
342 in[1] = _F_(get_next_bytes)(flow, &pdata[2], fm[1], in _F_()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/fm/fs/
H A DMakefile.am5 libzfsdir = $(includedir)/libzfs/sys/fm/fs
11 kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/fm/fs
/f-stack/freebsd/contrib/openzfs/include/sys/fm/
H A DMakefile.am8 libzfsdir = $(includedir)/libzfs/sys/fm
14 kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/fm
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geo_module.c1512 ngx_file_mapping_t fm; in ngx_stream_geo_create_binary_base() local
1518 if (fm.name == NULL) { in ngx_stream_geo_create_binary_base()
1522 ngx_sprintf(fm.name, "%V.bin%Z", &ctx->include_name); in ngx_stream_geo_create_binary_base()
1524 fm.size = ctx->data_size; in ngx_stream_geo_create_binary_base()
1525 fm.log = ctx->pool->log; in ngx_stream_geo_create_binary_base()
1527 ngx_log_error(NGX_LOG_NOTICE, fm.log, 0, in ngx_stream_geo_create_binary_base()
1530 if (ngx_create_file_mapping(&fm) != NGX_OK) { in ngx_stream_geo_create_binary_base()
1534 p = ngx_cpymem(fm.addr, &ngx_stream_geo_header, in ngx_stream_geo_create_binary_base()
1574 header = fm.addr; in ngx_stream_geo_create_binary_base()
1575 header->crc32 = ngx_crc32_long((u_char *) fm.addr in ngx_stream_geo_create_binary_base()
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geo_module.c1584 ngx_file_mapping_t fm; in ngx_http_geo_create_binary_base() local
1590 if (fm.name == NULL) { in ngx_http_geo_create_binary_base()
1594 ngx_sprintf(fm.name, "%V.bin%Z", &ctx->include_name); in ngx_http_geo_create_binary_base()
1596 fm.size = ctx->data_size; in ngx_http_geo_create_binary_base()
1597 fm.log = ctx->pool->log; in ngx_http_geo_create_binary_base()
1599 ngx_log_error(NGX_LOG_NOTICE, fm.log, 0, in ngx_http_geo_create_binary_base()
1602 if (ngx_create_file_mapping(&fm) != NGX_OK) { in ngx_http_geo_create_binary_base()
1606 p = ngx_cpymem(fm.addr, &ngx_http_geo_header, in ngx_http_geo_create_binary_base()
1646 header = fm.addr; in ngx_http_geo_create_binary_base()
1647 header->crc32 = ngx_crc32_long((u_char *) fm.addr in ngx_http_geo_create_binary_base()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dsamsung,midas-audio.yaml53 fm-sel-gpios:
78 fm-sel-gpios = <&gpaa0 3 GPIO_ACTIVE_HIGH>;
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dqcom-msm8974-fairphone-fp2.dts327 fm {
329 function = "fm";
H A Ds5pv210-galaxys.dts85 fm_i2c_pins: fm-i2c-pins {
91 fm_irq: fm-irq {
98 fm_rst: fm-rst {
H A Dqcom-apq8064-pins.dtsi289 riva_fm_pin_a: riva-fm-active {
/f-stack/freebsd/contrib/openzfs/include/sys/
H A DMakefile.am1 SUBDIRS = fm fs crypto lua sysevent zstd subdir
/f-stack/freebsd/contrib/openzfs/module/
H A DMakefile.bsd222 fm.c \
348 CFLAGS.fm.c= -Wno-cast-qual
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A DMakefile.am94 fm.c \
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dqcom,msm8974-pinctrl.txt81 ter_mi2s, sec_mi2s, bt, fm, wlan, slimbus, hsic_ctl, gpio
H A Dqcom,msm8960-pinctrl.txt100 codec_mic_i2s, codec_spkr_i2s, ext_gps, fm, gps_blanking,
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A DMakefile.in55 $(MODULE)-objs += fm.o
/f-stack/freebsd/contrib/openzfs/
H A Dconfigure.ac135 include/sys/fm/Makefile
136 include/sys/fm/fs/Makefile

12