Searched refs:sub_type (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/mips/nlm/hal/ |
| H A D | fmn.h | 222 extern void nlm_cms_per_queue_level_intr(uint64_t base, int qid, int sub_type, int intr_val); 223 extern void nlm_cms_level_intr(int node, int sub_type, int intr_val); 224 extern void nlm_cms_per_queue_timer_intr(uint64_t base, int qid, int sub_type, int intr_val); 225 extern void nlm_cms_timer_intr(int node, int en, int sub_type, int intr_val);
|
| H A D | fmn.c | 196 void nlm_cms_per_queue_level_intr(uint64_t base, int qid, int sub_type, in nlm_cms_per_queue_level_intr() argument 205 val |= (((uint64_t)sub_type<<54) | in nlm_cms_per_queue_level_intr() 211 void nlm_cms_per_queue_timer_intr(uint64_t base, int qid, int sub_type, in nlm_cms_per_queue_timer_intr() argument 220 val |= (((uint64_t)sub_type<<49) | in nlm_cms_per_queue_timer_intr()
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_flow_db.c | 1262 uint8_t sub_type = BNXT_ULP_RESOURCE_SUB_TYPE_INDEX_TYPE_VFR_CFA_ACTION; in ulp_default_flow_db_cfa_action_get() local 1270 sub_type, ¶ms); in ulp_default_flow_db_cfa_action_get() 1650 uint32_t sub_type = BNXT_ULP_RESOURCE_SUB_TYPE_INDEX_TYPE_INT_COUNT_ACC; in ulp_flow_db_parent_flow_create() local 1679 sub_type, in ulp_flow_db_parent_flow_create() 1711 uint32_t sub_type = BNXT_ULP_RESOURCE_SUB_TYPE_INDEX_TYPE_INT_COUNT; in ulp_flow_db_child_flow_create() local 1750 sub_type, in ulp_flow_db_child_flow_create()
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_power.c | 828 u_int32_t sub_type = 0x4; /* Subtype -> Null Data */ in ar9300_wow_create_keep_alive_pattern() local 864 (sub_type << 4) | in ar9300_wow_create_keep_alive_pattern()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 4471 int sub_type = 0; in flow_check_match_action() local 4489 sub_type = ((const struct rte_flow_action *) in flow_check_match_action() 4499 if (!jump_flag && sub_type != RTE_FLOW_ACTION_TYPE_END) in flow_check_match_action()
|