| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfeature.c | 395 feature_do_action(spa_t *spa, spa_feature_t fid, feature_action_t action, in feature_do_action() 455 spa_feature_enable(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_enable() 463 spa_feature_incr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_incr() 469 spa_feature_decr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_decr() 475 spa_feature_is_enabled(spa_t *spa, spa_feature_t fid) in spa_feature_is_enabled() 490 spa_feature_is_active(spa_t *spa, spa_feature_t fid) in spa_feature_is_active() 514 spa_feature_enabled_txg(spa_t *spa, spa_feature_t fid, uint64_t *txg) in spa_feature_enabled_txg()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfeature.h | 37 #define VALID_FEATURE_FID(fid) ((fid) >= 0 && (fid) < SPA_FEATURES) argument 38 #define VALID_FEATURE_OR_NONE(fid) ((fid) == SPA_FEATURE_NONE || \ argument
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_mark_mgr.c | 29 ulp_mark_db_idx_get(bool is_gfid, uint32_t fid, struct bnxt_ulp_mark_tbl *mtbl) in ulp_mark_db_idx_get() 174 uint32_t fid, in ulp_mark_db_mark_get() 226 uint32_t fid, in ulp_mark_db_mark_add() 285 uint32_t fid) in ulp_mark_db_mark_del()
|
| H A D | ulp_flow_db.c | 382 uint32_t fid) in ulp_flow_db_parent_arg_validation() 608 uint32_t *fid) in ulp_flow_db_fid_alloc() 663 uint32_t fid, in ulp_flow_db_resource_add() 755 uint32_t fid, in ulp_flow_db_resource_del() 869 uint32_t fid) in ulp_flow_db_fid_free() 936 uint32_t fid, in ulp_flow_db_resource_get() 998 uint32_t *fid) in ulp_flow_db_next_entry_get() 1056 uint32_t fid = 0; in ulp_flow_db_flush_flows() local 1290 uint32_t fid) in ulp_flow_db_parent_flow_alloc() 1334 uint32_t fid) in ulp_flow_db_parent_flow_free() [all …]
|
| H A D | bnxt_ulp_flow.c | 112 uint32_t fid; in bnxt_ulp_flow_create() local
|
| H A D | ulp_tun.c | 328 ulp_clear_tun_inner_entry(struct bnxt_tun_cache_entry *tun_tbl, uint32_t fid) in ulp_clear_tun_inner_entry()
|
| H A D | ulp_mapper.h | 73 uint32_t fid; member
|
| H A D | ulp_fc_mgr.c | 656 uint32_t fid) in ulp_fc_mgr_cntr_parent_flow_set()
|
| H A D | ulp_def_rules.c | 307 uint32_t type, ulp_flags = 0, fid; in ulp_default_flow_create() local
|
| H A D | ulp_mapper.c | 2579 uint32_t fid, in ulp_mapper_resource_free() 2632 uint32_t fid) in ulp_mapper_resources_free() 2718 uint32_t fid) in ulp_mapper_flow_destroy()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_export.c | 44 fid_t *fid = (fid_t *)fh; local 71 fid_t *fid = (fid_t *)fh; local
|
| H A D | zfs_sysfs.c | 445 spa_feature_t fid; in pool_feature_show() local 477 pool_feature_to_kobj(zfs_mod_kobj_t *parent, spa_feature_t fid, in pool_feature_to_kobj()
|
| /f-stack/freebsd/x86/cpufreq/ |
| H A D | powernow.c | 149 #define WRITE_FIDVID(fid, vid, ctrl) \ argument 156 #define FID_TO_VCO_FID(fid) \ argument 212 int fid; member 276 pn7_setfidvid(struct pn_softc *sc, int fid, int vid) in pn7_setfidvid() 327 pn8_write_fidvid(u_int fid, u_int vid, uint64_t ctrl, uint64_t *status) in pn8_write_fidvid() 339 pn8_setfidvid(struct pn_softc *sc, int fid, int vid) in pn8_setfidvid() 444 int fid, vid; in pn_set() local 605 int fid = sc->powernow_states[i].fid; in decode_pst() local
|
| H A D | hwpstate_amd.c | 432 int family, i, fid, did; in hwpstate_get_info_from_msr() local
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_session.c | 443 uint16_t fid; in tf_session_close_session() local 569 uint16_t fid) in tf_session_is_fid_supported() 691 uint16_t fid) in tf_session_find_session_client_by_fid()
|
| /f-stack/tools/libutil/ |
| H A D | kld.c | 46 int fid, mid; in kld_isloaded() local
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfeature_common.c | 144 zfeature_depends_on(spa_feature_t fid, spa_feature_t check) in zfeature_depends_on() 235 zfeature_register(spa_feature_t fid, const char *guid, const char *name, in zfeature_register()
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | sw_evdev_scheduler.c | 52 struct sw_fid_t *fid = &qid->fids[flow_id]; in sw_schedule_atomic_to_cq() local 393 struct sw_fid_t *fid = in __pull_port_lb() local
|
| H A D | sw_evdev.h | 140 int32_t fid; member
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_enumerate.c | 71 void __iomem *start, u64 fid, unsigned int size, in build_info_add_sub_feature() 140 void __iomem *start, u64 fid, in create_feature_instance()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_hw.c | 369 struct ecore_ptt *p_ptt, u16 fid) in ecore_fid_pretend() 427 u8 port_id, u16 fid) in ecore_port_fid_pretend()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_hwrm.c | 414 int bnxt_hwrm_cfa_vlan_antispoof_cfg(struct bnxt *bp, uint16_t fid, in bnxt_hwrm_cfa_vlan_antispoof_cfg() 2338 int bnxt_hwrm_func_qstats_tx_drop(struct bnxt *bp, uint16_t fid, in bnxt_hwrm_func_qstats_tx_drop() 2361 int bnxt_hwrm_func_qstats(struct bnxt *bp, uint16_t fid, in bnxt_hwrm_func_qstats() 2407 int bnxt_hwrm_func_clr_stats(struct bnxt *bp, uint16_t fid) in bnxt_hwrm_func_clr_stats() 3256 int bnxt_hwrm_get_dflt_vnic_svif(struct bnxt *bp, uint16_t fid, in bnxt_hwrm_get_dflt_vnic_svif() 3969 uint16_t dflt_vlan, fid; in bnxt_hwrm_set_default_vlan() local 5692 int bnxt_hwrm_first_vf_id_query(struct bnxt *bp, uint16_t fid, in bnxt_hwrm_first_vf_id_query()
|
| H A D | bnxt_ring.c | 345 uint32_t fid) in bnxt_set_db()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_dummynet.h | 183 struct ipfw_flow_id fid; member
|
| /f-stack/freebsd/sys/ |
| H A D | mount.h | 66 struct fid { struct 67 u_short fid_len; /* length of data in bytes */ argument 68 u_short fid_data0; /* force longword alignment */ argument 69 char fid_data[MAXFIDSZ]; /* data (variable length) */ argument
|