| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_action.c | 95 ba_send_action[act] = f; in ieee80211_send_action_register() 100 ht_send_action[act] = f; in ieee80211_send_action_register() 105 meshpl_send_action[act] = f; in ieee80211_send_action_register() 120 vht_send_action[act] = f; in ieee80211_send_action_register() 140 f = ba_send_action[act]; in ieee80211_send_action() 144 f = ht_send_action[act]; in ieee80211_send_action() 160 f = vht_send_action[act]; in ieee80211_send_action() 163 return f(ni, cat, act, sa); in ieee80211_send_action() 206 ba_recv_action[act] = f; in ieee80211_recv_action_register() 211 ht_recv_action[act] = f; in ieee80211_recv_action_register() [all …]
|
| H A D | ieee80211_action.h | 41 int ieee80211_send_action_register(int cat, int act, 43 void ieee80211_send_action_unregister(int cat, int act); 48 int ieee80211_recv_action_register(int cat, int act, 50 void ieee80211_recv_action_unregister(int cat, int act);
|
| /f-stack/dpdk/lib/librte_flow_classify/ |
| H A D | rte_flow_classify_parse.c | 161 act = actions + index;\ 164 act = actions + index;\ 478 switch (act->type) { in classify_parse_ntuple_filter() 481 count = act->conf; in classify_parse_ntuple_filter() 482 memcpy(&action.act.counter, count, sizeof(action.act.counter)); in classify_parse_ntuple_filter() 486 mark_spec = act->conf; in classify_parse_ntuple_filter() 487 memcpy(&action.act.mark, mark_spec, sizeof(action.act.mark)); in classify_parse_ntuple_filter() 500 switch (act->type) { in classify_parse_ntuple_filter() 503 count = act->conf; in classify_parse_ntuple_filter() 504 memcpy(&action.act.counter, count, sizeof(action.act.counter)); in classify_parse_ntuple_filter() [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_verify.c | 91 if (e->act == UNI_IEACT_CLEAR) in uni_mandate_epref() 192 if (e1->act == UNI_IEACT_CLEAR && in uni_verify() 218 if (e1->act == UNI_IEACT_MSG_REPORT && in uni_verify() 264 if ((e1->act == UNI_IEACT_DEFAULT || in uni_verify() 265 e1->act == UNI_IEACT_REPORT) in uni_verify() 275 if ((e1->act == UNI_IEACT_DEFAULT || in uni_verify() 276 e1->act == UNI_IEACT_REPORT) in uni_verify() 401 if (e1->act == UNI_IEACT_CLEAR || in uni_vfy_remove_unknown() 403 e1->act == UNI_IEACT_MSG_REPORT) in uni_vfy_remove_unknown() 405 if (e1->act == UNI_IEACT_REPORT || in uni_vfy_remove_unknown() [all …]
|
| H A D | unimkmsg.h | 39 (MSG)->u.hdr.act = UNI_MSGACT_DEFAULT; \ 47 (MSG)->u.hdr.act = UNI_MSGACT_DEFAULT; \ 55 (IE).h.act = UNI_IEACT_DEFAULT; \ 64 (IE).h.act = UNI_IEACT_DEFAULT; \ 74 (IE).h.act = UNI_IEACT_DEFAULT; \ 83 (IE).h.act = UNI_IEACT_DEFAULT; \
|
| H A D | sig_call.c | 274 epref->h.act = UNI_IEACT_DEFAULT; in allocate_epref() 407 v = uni_verify(c->uni, u->u.hdr.act); in un0_setup() 582 cp->epref.h.act, UNI_IERR_BAD); in u1n6_call_proc() 767 al->epref.h.act, UNI_IERR_BAD); in unx_alerting() 2202 int act = 0; in un10_link_establish_indication() local 2208 act = 1; in un10_link_establish_indication() 2212 if (act) in un10_link_establish_indication() 2881 e->act = UNI_IEACT_DEFAULT; in default_act_epref() 2884 epref->h.act = UNI_IEACT_DEFAULT; in default_act_epref() 3155 e->act = UNI_IEACT_DEFAULT; in unx_drop_party() [all …]
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_flow.c | 212 const struct rte_flow_action *act, 215 const struct rte_flow_action *act, 228 if (act == NULL) in igc_parse_actions() 233 for (; act->type != RTE_FLOW_ACTION_TYPE_END; act++) { in igc_parse_actions() 234 switch (act->type) { in igc_parse_actions() 249 RTE_FLOW_ERROR_TYPE_ACTION, act, in igc_parse_actions() 256 RTE_FLOW_ERROR_TYPE_ACTION, act, in igc_parse_actions() 569 const struct rte_flow_action *act, in igc_parse_action_queue() argument 575 if (act->conf == NULL) in igc_parse_action_queue() 603 const struct rte_flow_action *act, in igc_parse_action_rss() argument [all …]
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | igb_flow.c | 43 act = (actions) + (index); \ 46 act = (actions) + (index); \ 98 const struct rte_flow_action *act; in cons_parse_ntuple_filter() local 366 act, "Not supported action."); in cons_parse_ntuple_filter() 604 act, "Not supported action."); in cons_parse_ethertype_filter() 621 act, "Not supported action."); in cons_parse_ethertype_filter() 913 act, "Not supported action."); in cons_parse_syn_filter() 1332 act, "Not supported action."); in igb_parse_rss_filter() 1341 act, in igb_parse_rss_filter() 1350 act, in igb_parse_rss_filter() [all …]
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_flow.c | 224 const void *conf = act->conf; in cons_parse_ntuple_filter() 226 act = next_no_void_action(actions, act); in cons_parse_ntuple_filter() 561 act = next_no_void_action(actions, act); in cons_parse_ntuple_filter() 802 act = next_no_void_action(actions, act); in cons_parse_ethertype_filter() 1090 act = next_no_void_action(actions, act); in cons_parse_syn_filter() 1335 act = next_no_void_action(actions, act); in cons_parse_l2_tn_filter() 1456 act = next_no_void_action(actions, act); in ixgbe_parse_fdir_act_attr() 1471 act = next_no_void_action(actions, act); in ixgbe_parse_fdir_act_attr() 2829 act, in ixgbe_parse_rss_filter() 2838 act, in ixgbe_parse_rss_filter() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | marvell,kirkwood-pinctrl.txt | 76 ptp-2(trig), sata0(act) 86 mpp21 21 gpio, ge1(txd1), sata0(act) 120 ptp-2(trig), sata0(act) 126 sata1(act) 131 sata1(act) 169 ptp-2(trig), sata0(act) 175 sata1(act) 180 sata1(act) 230 mpp10 10 gpo, spi(sck), uart0(txd), sata1(act) 239 sata1(act), lcd(extclk) [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | privmsg.c | 77 out->u.hdr.act = UNI_MSGACT_DEFAULT; in uni_decode_head() 81 out->u.hdr.act = *msg->b_rptr & 0x3; in uni_decode_head() 85 out->u.hdr.act = UNI_MSGACT_REPORT; in uni_decode_head() 148 (void)UNI_SAVE_IERR(cx, ietype, hdr.act, UNI_IERR_UNK); in uni_decode_body_internal() 203 (void)UNI_SAVE_IERR(cx, ietype, hdr.act, UNI_IERR_UNK); in uni_decode_body_internal() 210 (void)UNI_SAVE_IERR(cx, ietype, hdr.act, UNI_IERR_ACC); in uni_decode_body_internal() 212 (void)UNI_SAVE_IERR(cx, ietype, hdr.act, UNI_IERR_BAD); in uni_decode_body_internal()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_debug.c | 99 tcp_trace(short act, short ostate, struct tcpcb *tp, void *ipgen, in tcp_trace() argument 125 td->td_act = act; in tcp_trace() 167 printf("%s ", tanames[act]); in tcp_trace() 168 switch (act) { in tcp_trace() 181 if (act == TA_OUTPUT) { in tcp_trace() 185 if (act == TA_OUTPUT) in tcp_trace()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | dove-d2plug.dts | 29 wlan-act { 30 label = "wlan-act"; 34 bluetooth-act { 35 label = "bt-act";
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-check-rdb.c | 164 struct sigaction act; in rdbCheckSetupSignals() local 166 sigemptyset(&act.sa_mask); in rdbCheckSetupSignals() 167 act.sa_flags = SA_NODEFER | SA_RESETHAND | SA_SIGINFO; in rdbCheckSetupSignals() 168 act.sa_sigaction = rdbCheckHandleCrash; in rdbCheckSetupSignals() 169 sigaction(SIGSEGV, &act, NULL); in rdbCheckSetupSignals() 170 sigaction(SIGBUS, &act, NULL); in rdbCheckSetupSignals() 171 sigaction(SIGFPE, &act, NULL); in rdbCheckSetupSignals() 172 sigaction(SIGILL, &act, NULL); in rdbCheckSetupSignals()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_user.c | 994 act = CCZALLOC(sizeof(*act)); in cc_user_active() 998 cc_user_send(user, ATMOP_P2P_CALL_ACTIVE, act, sizeof(*act)); in cc_user_active() 999 CCFREE(act); in cc_user_active() 1004 act = CCZALLOC(sizeof(*act)); in cc_user_active() 1009 CCFREE(act); in cc_user_active() 1438 act = CCZALLOC(sizeof(*act)); in cc_user_sig_handle() 1443 act, sizeof(*act)); in cc_user_sig_handle() 1444 CCFREE(act); in cc_user_sig_handle() 1449 act = CCZALLOC(sizeof(*act)); in cc_user_sig_handle() 1454 act, sizeof(*act)); in cc_user_sig_handle() [all …]
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_flow.c | 2151 act_q = act->conf; in i40e_flow_parse_ethertype_action() 3183 act_q = act->conf; in i40e_flow_parse_fdir_action() 4741 rss = act->conf; in i40e_flow_parse_rss_action() 4794 act, in i40e_flow_parse_rss_action() 4804 act, in i40e_flow_parse_rss_action() 4819 act, in i40e_flow_parse_rss_action() 4829 act, in i40e_flow_parse_rss_action() 4838 act, in i40e_flow_parse_rss_action() 4855 act, in i40e_flow_parse_rss_action() 4910 act, in i40e_flow_parse_rss_action() [all …]
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_flow.c | 1052 act, in bnxt_validate_and_parse_flow() 1095 act, in bnxt_validate_and_parse_flow() 1115 act, in bnxt_validate_and_parse_flow() 1144 act, in bnxt_validate_and_parse_flow() 1163 act, in bnxt_validate_and_parse_flow() 1185 act, in bnxt_validate_and_parse_flow() 1208 act, in bnxt_validate_and_parse_flow() 1224 act, in bnxt_validate_and_parse_flow() 1239 act, in bnxt_validate_and_parse_flow() 1435 act, in bnxt_validate_and_parse_flow() [all …]
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_rmclass_debug.h | 88 #define CBQTRACE(func, act, obj) { \ argument 93 *_p++ = (int)(act); \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/hwmon/ |
| H A D | nsa320-mcu.txt | 8 - act-gpios : The GPIO pin connected to the active line on the MCU 19 act-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_cpp_pcie_ops.c | 134 uint64_t *bar_base, int tgt, int act, int tok, in nfp_compute_bar() argument 164 if (act != NFP_CPP_ACTION_RW && act != 0) { in nfp_compute_bar() 172 newcfg |= NFP_PCIE_BAR_PCIE2CPP_ACTION_BASEADDRESS(act); in nfp_compute_bar() 180 (unsigned long long)(offset + size), act); in nfp_compute_bar() 189 printf("\t%d:%d:%d:0x%#llx-0x%#llx>\n", tgt, act, tok, in nfp_compute_bar() 233 act); in nfp_compute_bar() 275 int act, int tok, uint64_t offset, size_t size, int width) in nfp_reconfigure_bar() argument 281 err = nfp_compute_bar(bar, &newcfg, &newbase, tgt, act, tok, offset, in nfp_reconfigure_bar()
|
| /f-stack/dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_flow.c | 236 const struct rte_flow_action *act, in hinic_parse_ethertype_aciton() 242 act = next_no_void_action(actions, NULL); in hinic_parse_ethertype_aciton() 247 act, "Not supported action."); in hinic_parse_ethertype_aciton() 259 act = next_no_void_action(actions, act); in hinic_parse_ethertype_aciton() 263 act, "Not supported action."); in hinic_parse_ethertype_aciton() 293 const struct rte_flow_action *act = NULL; in cons_parse_ethertype_filter() local 457 const struct rte_flow_action *act; in hinic_check_ntuple_act_ele() local 474 act = next_no_void_action(actions, act); in hinic_check_ntuple_act_ele() 1427 const struct rte_flow_action *act; in hinic_check_normal_act_ele() local 1441 act = next_no_void_action(actions, act); in hinic_check_normal_act_ele() [all …]
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_rte_parser.c | 1451 struct ulp_rte_act_bitmap *act = ¶m->act_bitmap; in ulp_rte_mark_act_handler() local 1461 ULP_BITMAP_SET(act->bits, BNXT_ULP_ACTION_BIT_MARK); in ulp_rte_mark_act_handler() 1505 struct ulp_rte_act_bitmap *act = ¶ms->act_bitmap; in ulp_rte_vxlan_encap_act_handler() local 1813 struct ulp_rte_act_prop *act = ¶m->act_prop; in ulp_rte_parser_act_port_set() local 2025 struct ulp_rte_act_prop *act = ¶ms->act_prop; in ulp_rte_of_push_vlan_act_handler() local 2053 struct ulp_rte_act_prop *act = ¶ms->act_prop; in ulp_rte_of_set_vlan_vid_act_handler() local 2076 struct ulp_rte_act_prop *act = ¶ms->act_prop; in ulp_rte_of_set_vlan_pcp_act_handler() local 2098 struct ulp_rte_act_prop *act = ¶ms->act_prop; in ulp_rte_set_ipv4_src_act_handler() local 2119 struct ulp_rte_act_prop *act = ¶ms->act_prop; in ulp_rte_set_ipv4_dst_act_handler() local 2140 struct ulp_rte_act_prop *act = ¶ms->act_prop; in ulp_rte_set_tp_src_act_handler() local [all …]
|
| H A D | ulp_def_rules.c | 141 if (ULP_BITMAP_ISSET(mapper_params->act->bits, in ulp_set_vlan_in_act_prop() 150 ULP_BITMAP_SET(mapper_params->act->bits, in ulp_set_vlan_in_act_prop() 163 if (ULP_BITMAP_ISSET(mapper_params->act->bits, in ulp_set_mark_in_act_prop() 305 struct ulp_rte_act_bitmap act = { 0 }; in ulp_default_flow_create() local 316 mapper_params.act = &act; in ulp_default_flow_create()
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_switch.c | 3040 u32 act = 0; in ice_fill_sw_rule() local 3143 s_rule->pdata.lkup_tx_rx.act = CPU_TO_LE32(act); in ice_fill_sw_rule() 3183 u32 act; in ice_add_marker_act() local 3217 lg_act->pdata.lg_act.act[0] = CPU_TO_LE32(act); in ice_add_marker_act() 3223 lg_act->pdata.lg_act.act[1] = CPU_TO_LE32(act); in ice_add_marker_act() 3233 lg_act->pdata.lg_act.act[2] = CPU_TO_LE32(act); in ice_add_marker_act() 3282 u32 act; in ice_add_counter_act() local 3317 lg_act->pdata.lg_act.act[0] = CPU_TO_LE32(act); in ice_add_counter_act() 3323 lg_act->pdata.lg_act.act[1] = CPU_TO_LE32(act); in ice_add_counter_act() 3331 rx_tx->pdata.lkup_tx_rx.act = CPU_TO_LE32(act); in ice_add_counter_act() [all …]
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_flow.c | 114 act = actions; in hns3_find_rss_general_action() 118 if (!act) in hns3_find_rss_general_action() 128 rss = act->conf; in hns3_find_rss_general_action() 140 return act; in hns3_find_rss_general_action() 1348 const struct rte_flow_action *act; in hns3_parse_rss_filter() local 1353 rss = act->conf; in hns3_parse_rss_filter() 1358 act, "no valid queues"); in hns3_parse_rss_filter() 1378 act, in hns3_parse_rss_filter() 1768 const struct rte_flow_action *act; in hns3_flow_create() local 1796 if (act) { in hns3_flow_create() [all …]
|