Searched refs:action (Results 126 - 150 of 1443) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsmfs.h26 mlx5_smfs_action_destroy(struct mlx5dr_action *action);
H A Dsmfs.c45 mlx5_smfs_action_destroy(struct mlx5dr_action *action) argument
47 mlx5dr_action_destroy(action);
H A Dmacsec_fs.h24 int action; member in struct:mlx5_macsec_rule_attrs
56 int action, void *macdev, u32 sa_fs_id);
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_police.h37 int ocelot_policer_validate(const struct flow_action *action,
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddata_rx.c24 switch (mgmt->u.action.u.addba_req.action_code) {
26 params = le16_to_cpu(mgmt->u.action.u.addba_req.capab);
31 params = le16_to_cpu(mgmt->u.action.u.delba.params);
82 mgmt->u.action.category == WLAN_CATEGORY_BACK &&
/linux-master/include/linux/
H A Dwait_bit.h27 int __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode);
28 int __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode);
30 int out_of_line_wait_on_bit(void *word, int, wait_bit_action_f *action, unsigned int mode);
31 int out_of_line_wait_on_bit_timeout(void *word, int, wait_bit_action_f *action, unsigned int mode, unsigned long timeout);
32 int out_of_line_wait_on_bit_lock(void *word, int, wait_bit_action_f *action, unsigned int mode);
137 * @action: the function used to sleep, which may take special actions
141 * to be cleared, and allow the waiting action to be specified.
150 wait_on_bit_action(unsigned long *word, int bit, wait_bit_action_f *action, argument
156 return out_of_line_wait_on_bit(word, bit, action, mode);
215 * @action
229 wait_on_bit_lock_action(unsigned long *word, int bit, wait_bit_action_f *action, unsigned mode) argument
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dport_range_occ.sh75 action pass
81 action pass
84 action pass
87 action pass
/linux-master/drivers/clk/qcom/
H A Dapss-ipq6018.c90 static int cpu_clk_notifier_fn(struct notifier_block *nb, unsigned long action, argument
97 if (action == PRE_RATE_CHANGE)
99 else if (action == POST_RATE_CHANGE || action == ABORT_RATE_CHANGE)
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_firmware.c94 u32 action = le32_to_cpu(pa->code[index]); local
95 u32 val = action & 0x0000ffff;
96 u32 regno = (action & 0x0fff0000) >> 16;
98 switch (action >> 28) {
129 dev_err(rtl_fw->dev, "Invalid action 0x%08x\n", action);
149 u32 action = le32_to_cpu(pa->code[index]); local
150 u32 data = action & 0x0000ffff;
151 u32 regno = (action & 0x0fff0000) >> 16;
152 enum rtl_fw_opcode opcode = action >> 2
[all...]
/linux-master/include/uapi/xen/
H A Dgntalloc.h77 __u32 action; member in struct:ioctl_gntalloc_unmap_notify
/linux-master/arch/mips/loongson64/
H A Dsmp.c39 static void (*ipi_write_action)(int cpu, u32 action);
66 u32 action; local
69 action = csr_readl(LOONGSON_CSR_IPI_STATUS);
71 csr_writel(action, LOONGSON_CSR_IPI_CLEAR);
73 return action;
76 static void csr_ipi_write_action(int cpu, u32 action) argument
80 while ((irq = ffs(action))) {
85 action &= ~BIT(irq - 1);
120 u32 action; local
123 action
131 legacy_ipi_write_action(int cpu, u32 action) argument
371 loongson3_send_ipi_single(int cpu, unsigned int action) argument
377 loongson3_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
389 unsigned int action, c0count; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddevlink.c135 enum devlink_reload_action action,
144 if (action != DEVLINK_RELOAD_ACTION_DRIVER_REINIT)
160 if (action == DEVLINK_RELOAD_ACTION_FW_ACTIVATE &&
169 switch (action) {
180 /* Unsupported action should not get to this function */
188 static int mlx5_devlink_reload_up(struct devlink *devlink, enum devlink_reload_action action, argument
195 *actions_performed = BIT(action);
196 switch (action) {
207 /* On fw_activate action, also driver is reloaded and reinit performed */
215 /* Unsupported action shoul
134 mlx5_devlink_reload_down(struct devlink *devlink, bool netns_change, enum devlink_reload_action action, enum devlink_reload_limit limit, struct netlink_ext_ack *extack) argument
273 mlx5_devlink_trap_action_set(struct devlink *devlink, const struct devlink_trap *trap, enum devlink_trap_action action, struct netlink_ext_ack *extack) argument
376 mlx5_devlink_traps_get_action(struct mlx5_core_dev *dev, int trap_id, enum devlink_trap_action *action) argument
[all...]
H A Ddevlink.h29 int action; member in struct:mlx5_trap_ctx
48 enum devlink_trap_action *action);
/linux-master/net/mac80211/
H A Dmesh_plink.c16 #define PLINK_CNF_AID(mgmt) ((mgmt)->u.action.u.self_prot.variable + 2)
215 enum ieee80211_self_protected_actioncode action,
226 int hdr_len = offsetofend(struct ieee80211_mgmt, u.action.u.self_prot);
262 mgmt->u.action.category = WLAN_CATEGORY_SELF_PROTECTED;
263 mgmt->u.action.u.self_prot.action_code = action;
265 if (action != WLAN_SP_MESH_PEERING_CLOSE) {
277 if (action == WLAN_SP_MESH_PEERING_CONFIRM) {
304 switch (action) {
337 if (action
213 mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, enum ieee80211_self_protected_actioncode action, u8 *da, u16 llid, u16 plid, u16 reason) argument
665 enum ieee80211_self_protected_actioncode action = 0; local
875 enum ieee80211_self_protected_actioncode action = 0; local
[all...]
/linux-master/drivers/acpi/acpica/
H A Dutdelete.c21 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action);
356 * action - What to do (REF_INCREMENT or REF_DECREMENT)
365 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action) argument
385 /* Perform the reference count action (increment, decrement) */
387 switch (action) {
444 ACPI_ERROR((AE_INFO, "Unknown Reference Count action (0x%X)",
445 action));
466 * action - Either REF_INCREMENT or REF_DECREMENT
482 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action) argument
523 action);
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_table.c8 struct mlx5dr_action *action)
26 if (action) {
28 action->dest_tbl->tbl->rx.s_anchor->chunk :
29 action->dest_tbl->tbl->tx.s_anchor->chunk;
41 mlx5dr_dbg(dmn, "Failed to set NIC RX/TX miss action, ret %d\n", ret);
47 struct mlx5dr_action *action)
51 if (action && action->action_type != DR_ACTION_TYP_FT)
58 ret = dr_table_set_miss_action_nic(tbl->dmn, &tbl->rx, action);
65 ret = dr_table_set_miss_action_nic(tbl->dmn, &tbl->tx, action);
6 dr_table_set_miss_action_nic(struct mlx5dr_domain *dmn, struct mlx5dr_table_rx_tx *nic_tbl, struct mlx5dr_action *action) argument
46 mlx5dr_table_set_miss_action(struct mlx5dr_table *tbl, struct mlx5dr_action *action) argument
[all...]
/linux-master/tools/testing/selftests/net/
H A Dxfrm_policy.sh38 ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tunnel priority 100 action allow
40 ip -net $ns xfrm policy add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tunnel priority 100 action allow
75 ip -net $ns xfrm policy add src 10.1.0.0/24 dst 10.0.0.0/24 dir fwd priority 200 action block
78 ip -net $ns xfrm policy add src 10.2.0.0/24 dst 10.0.0.0/24 dir fwd priority 200 action block
81 ip -net $ns xfrm policy add src 10.2.0.0/23 dst 10.0.1.0/24 dir fwd priority 200 action block
107 ip -net $ns xfrm policy add src 10.1.0.0/24 dst 10.0.0.0/23 dir fwd priority 200 action block
112 ip -net $ns xfrm policy add src 10.253.1.$((RANDOM%255))/$p dst 10.254.1.$((RANDOM%255))/$p dir fwd priority $((200+k)) action block 2>/dev/null
145 ip -net $ns xfrm policy add dst $plain dir out priority 10 action allow
148 ip -net $ns xfrm policy add dst $encryptip dir out tmpl src $me dst $remote proto esp mode tunnel priority 1 action allow
157 echo netns exec $ns ip xfrm policy add src 0.0.0.0/0 dst 10.$i.99.0/30 dir out action bloc
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c465 static int h2g_write(struct xe_guc_ct *ct, const u32 *action, u32 len, argument
496 * dw1: HXG header (including action code)
497 * dw2+: action data
506 GUC_HXG_EVENT_MSG_0_DATA0, action[0]);
511 GUC_HXG_EVENT_MSG_0_DATA0, action[0]);
514 /* H2G header in cmd[1] replaces action[0] so: */
516 ++action;
520 xe_map_memcpy_to(xe, &map, H2G_CT_HEADERS * sizeof(u32), action, len * sizeof(u32));
530 trace_xe_guc_ctb_h2g(gt->info.id, *(action - 1), full_len,
555 static int __guc_ct_send_locked(struct xe_guc_ct *ct, const u32 *action, argument
639 guc_ct_send_locked(struct xe_guc_ct *ct, const u32 *action, u32 len, u32 g2h_len, u32 num_g2h, struct g2h_fence *g2h_fence) argument
713 guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len, u32 g2h_len, u32 num_g2h, struct g2h_fence *g2h_fence) argument
727 xe_guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len, u32 g2h_len, u32 num_g2h) argument
739 xe_guc_ct_send_locked(struct xe_guc_ct *ct, const u32 *action, u32 len, u32 g2h_len, u32 num_g2h) argument
751 xe_guc_ct_send_g2h_handler(struct xe_guc_ct *ct, const u32 *action, u32 len) argument
783 guc_ct_send_recv(struct xe_guc_ct *ct, const u32 *action, u32 len, u32 *response_buffer, bool no_fail) argument
866 xe_guc_ct_send_recv(struct xe_guc_ct *ct, const u32 *action, u32 len, u32 *response_buffer) argument
873 xe_guc_ct_send_recv_no_fail(struct xe_guc_ct *ct, const u32 *action, u32 len, u32 *response_buffer) argument
892 u32 action = FIELD_GET(GUC_HXG_EVENT_MSG_0_ACTION, hxg[0]); local
1018 u32 action, adj_len; local
1092 u32 action; local
1181 u32 action = FIELD_GET(GUC_HXG_EVENT_MSG_0_ACTION, hxg[0]); local
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_chains.sh39 flower $tcflags dst_mac $h2mac action drop
58 flower $tcflags dst_mac $h2mac action drop
60 $tcflags dst_mac $h2mac action drop
62 $tcflags dst_mac $h2mac action goto chain 1
71 check_err $? "Did not match on correct filter with goto chain action"
134 flower dst_mac $h2mac action drop
138 flower src_mac $h2mac action drop &> /dev/null
142 flower src_mac $h2mac action drop
146 flower dst_mac $h2mac action drop &> /dev/null
/linux-master/drivers/watchdog/
H A Dmachzwd.c106 * action refers to action taken when watchdog resets
113 static int action; variable
114 module_param(action, int, 0);
115 MODULE_PARM_DESC(action, "after watchdog resets, generate: "
389 pr_info("Watchdog using action = %s\n", str[act]);
404 if (action <= 3 && action >= 0)
405 zf_action = zf_action >> action;
407 action
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dredirect_ingress.c38 "redirect to int port ingress requires ptype=host action");
61 attr->action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
65 &attr->action, esw_attr->out_count);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dphy-ctxt.h119 * @action: action to perform, see &enum iwl_ctxt_action
129 __le32 action; member in struct:iwl_phy_context_cmd_v1
141 * @action: action to perform, see &enum iwl_ctxt_action
153 __le32 action; member in struct:iwl_phy_context_cmd
/linux-master/drivers/gpu/drm/
H A Ddrm_managed.c138 drmres_release_t action,
144 dr = alloc_dr(action, data ? sizeof(void*) : 0,
148 drm_dbg_drmres(dev, "failed to add action %s for %p\n",
166 drmres_release_t action,
171 ret = __drmm_add_action(dev, action, data, name);
173 action(dev, data);
180 * drmm_release_action - release a managed action from a &drm_device
182 * @action: function which would be called when @dev is released
183 * @data: opaque pointer, passed to @action
185 * This function calls the @action previousl
137 __drmm_add_action(struct drm_device *dev, drmres_release_t action, void *data, const char *name) argument
165 __drmm_add_action_or_reset(struct drm_device *dev, drmres_release_t action, void *data, const char *name) argument
190 drmm_release_action(struct drm_device *dev, drmres_release_t action, void *data) argument
[all...]
/linux-master/security/integrity/ima/
H A Dima_main.c219 int rc = 0, action, must_appraise = 0; local
231 /* Return an IMA_MEASURE, IMA_APPRAISE, IMA_AUDIT action
235 action = ima_get_action(file_mnt_idmap(file), inode, cred, secid,
241 if (!action && !violation_check)
244 must_appraise = action & IMA_APPRAISE;
247 if (action & IMA_FILE_APPRAISE)
252 if (action) {
259 ima_rdwr_violation_check(file, iint, action & IMA_MEASURE,
266 if (!action)
285 !(action
492 int action; local
969 int action = 0; local
[all...]
/linux-master/tools/power/acpi/tools/pfrut/
H A Dpfrut.c28 int action, query_cap, log_type, log_level, log_read, log_getinfo, variable
113 action = 1;
116 action = 2;
119 action = 3;
373 if (action) {
374 if (action == 1) {
376 } else if (action == 2) {
378 } else if (action == 3) {

Completed in 418 milliseconds

1234567891011>>