Home
last modified time | relevance | path

Searched refs:BNXT_ULP_ACTION_BIT_SET_TP_DST (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_template_db_act.c124 BNXT_ULP_ACTION_BIT_SET_TP_DST |
134 BNXT_ULP_ACTION_BIT_SET_TP_DST |
169 BNXT_ULP_ACTION_BIT_SET_TP_DST |
180 BNXT_ULP_ACTION_BIT_SET_TP_DST |
215 BNXT_ULP_ACTION_BIT_SET_TP_DST |
226 BNXT_ULP_ACTION_BIT_SET_TP_DST |
265 BNXT_ULP_ACTION_BIT_SET_TP_DST |
277 BNXT_ULP_ACTION_BIT_SET_TP_DST |
534 BNXT_ULP_ACTION_BIT_SET_TP_DST |
544 BNXT_ULP_ACTION_BIT_SET_TP_DST |
[all …]
H A Dulp_template_db_stingray_act.c684 ((uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST >> 56) & 0xff,
690 ((uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST >> 8) & 0xff,
691 (uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST & 0xff,
875 ((uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST >> 8) & 0xff,
876 (uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST & 0xff,
1075 ((uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST >> 8) & 0xff,
1076 (uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST & 0xff,
1278 ((uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST >> 8) & 0xff,
1279 (uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST & 0xff,
2365 (uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST & 0xff,
[all …]
H A Dulp_template_db_wh_plus_act.c683 ((uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST >> 56) & 0xff,
689 ((uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST >> 8) & 0xff,
690 (uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST & 0xff,
874 ((uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST >> 8) & 0xff,
875 (uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST & 0xff,
1074 ((uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST >> 8) & 0xff,
1075 (uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST & 0xff,
1277 ((uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST >> 8) & 0xff,
1278 (uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST & 0xff,
2364 (uint64_t)BNXT_ULP_ACTION_BIT_SET_TP_DST & 0xff,
[all …]
H A Dulp_template_db.h56 BNXT_ULP_ACTION_BIT_SET_TP_DST = 0x0000000001000000, enumerator
H A Dulp_template_db_enum.h53 BNXT_ULP_ACTION_BIT_SET_TP_DST = 0x0000000000200000, enumerator
H A Dulp_rte_parser.c2170 BNXT_ULP_ACTION_BIT_SET_TP_DST); in ulp_rte_set_tp_dst_act_handler()