Searched refs:BNXT_ULP_ACTION_BIT_DROP (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_template_db_stingray_act.c | 1193 ((uint64_t)BNXT_ULP_ACTION_BIT_DROP >> 56) & 0xff, 1194 ((uint64_t)BNXT_ULP_ACTION_BIT_DROP >> 48) & 0xff, 1195 ((uint64_t)BNXT_ULP_ACTION_BIT_DROP >> 40) & 0xff, 1196 ((uint64_t)BNXT_ULP_ACTION_BIT_DROP >> 32) & 0xff, 1199 ((uint64_t)BNXT_ULP_ACTION_BIT_DROP >> 8) & 0xff, 1200 (uint64_t)BNXT_ULP_ACTION_BIT_DROP & 0xff, 1402 ((uint64_t)BNXT_ULP_ACTION_BIT_DROP >> 8) & 0xff, 1403 (uint64_t)BNXT_ULP_ACTION_BIT_DROP & 0xff, 2931 (uint64_t)BNXT_ULP_ACTION_BIT_DROP & 0xff, 3083 (uint64_t)BNXT_ULP_ACTION_BIT_DROP & 0xff, [all …]
|
| H A D | ulp_template_db_wh_plus_act.c | 1192 ((uint64_t)BNXT_ULP_ACTION_BIT_DROP >> 56) & 0xff, 1193 ((uint64_t)BNXT_ULP_ACTION_BIT_DROP >> 48) & 0xff, 1194 ((uint64_t)BNXT_ULP_ACTION_BIT_DROP >> 40) & 0xff, 1195 ((uint64_t)BNXT_ULP_ACTION_BIT_DROP >> 32) & 0xff, 1198 ((uint64_t)BNXT_ULP_ACTION_BIT_DROP >> 8) & 0xff, 1199 (uint64_t)BNXT_ULP_ACTION_BIT_DROP & 0xff, 1401 ((uint64_t)BNXT_ULP_ACTION_BIT_DROP >> 8) & 0xff, 1402 (uint64_t)BNXT_ULP_ACTION_BIT_DROP & 0xff, 2930 (uint64_t)BNXT_ULP_ACTION_BIT_DROP & 0xff, 3082 (uint64_t)BNXT_ULP_ACTION_BIT_DROP & 0xff, [all …]
|
| H A D | ulp_template_db_act.c | 290 BNXT_ULP_ACTION_BIT_DROP | 342 BNXT_ULP_ACTION_BIT_DROP | 700 BNXT_ULP_ACTION_BIT_DROP | 707 BNXT_ULP_ACTION_BIT_DROP |
|
| H A D | ulp_template_db.h | 33 BNXT_ULP_ACTION_BIT_DROP = 0x0000000000000002, enumerator
|
| H A D | ulp_template_db_enum.h | 33 BNXT_ULP_ACTION_BIT_DROP = 0x0000000000000002, enumerator
|
| H A D | ulp_rte_parser.c | 1775 ULP_BITMAP_SET(params->act_bitmap.bits, BNXT_ULP_ACTION_BIT_DROP); in ulp_rte_drop_act_handler()
|