Home
last modified time | relevance | path

Searched refs:obj_idx (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_private.h478 struct obj_idx { struct
495 struct obj_idx obuf[8]; /* table references storage */ argument
751 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti);
H A Dip_fw_sockopt.c162 struct rule_check_info *ci, struct obj_idx *oib, struct tid_info *ti);
164 struct tid_info *ti, struct obj_idx *pidx, int *unresolved);
167 struct obj_idx *oib, struct obj_idx *end);
2553 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti) in create_objects_compat()
2556 struct obj_idx *p; in create_objects_compat()
2664 struct obj_idx *end) in unref_oib_objects()
2668 struct obj_idx *p; in unref_oib_objects()
2738 struct obj_idx *pidx, int *unresolved) in ref_opcode_object()
2790 struct obj_idx *pidx; in ref_rule_objects()
2850 struct obj_idx *p, *pidx_first, *pidx_last; in rewrite_rule_uidx()
[all …]
/freebsd-14.2/sys/dev/ixl/
H A Di40e_lan_hmc.c1236 u32 obj_idx) in i40e_hmc_get_object_va() argument
1262 if (obj_idx >= hmc_info->hmc_obj[rsrc_type].cnt) { in i40e_hmc_get_object_va()
1269 I40E_FIND_SD_INDEX_LIMIT(hmc_info, rsrc_type, obj_idx, 1, in i40e_hmc_get_object_va()
1274 hmc_info->hmc_obj[rsrc_type].size * obj_idx; in i40e_hmc_get_object_va()
1277 I40E_FIND_PD_INDEX_LIMIT(hmc_info, rsrc_type, obj_idx, 1, in i40e_hmc_get_object_va()
/freebsd-14.2/sys/dev/dpaa2/
H A Ddpaa2_cmd_if.m112 bypass_rc_get_obj(device_t dev, device_t child, struct dpaa2_cmd *cmd, uint32_t obj_idx,
118 device_get_parent(dev), child, cmd, obj_idx, obj));
973 uint32_t obj_idx;
H A Ddpaa2_rc.c748 uint32_t obj_idx, struct dpaa2_obj *obj) in dpaa2_rc_get_obj() argument
770 cmd->params[0] = obj_idx; in dpaa2_rc_get_obj()