Home
last modified time | relevance | path

Searched refs:direct_index (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Drule.c65 dep_wqe->direct_index = mlx5hws_matcher_is_insert_by_idx(matcher) ? in hws_rule_init_dep_wqe()
366 ste_attr.direct_index = rule->action_ste.index + action_stes; in hws_rule_create_hws()
367 apply.next_direct_idx = ste_attr.direct_index; in hws_rule_create_hws()
403 ste_attr.direct_index = dep_wqe->direct_index; in hws_rule_create_hws()
405 apply.next_direct_idx = --ste_attr.direct_index; in hws_rule_create_hws()
525 ste_attr.direct_index = attr->rule_idx; in hws_rule_destroy_hws()
615 ste_attr.direct_index = rule->resize_info->rule_idx; in mlx5hws_rule_move_hws_remove()
661 ste_attr.direct_index = mlx5hws_matcher_is_insert_by_idx(matcher) ? in mlx5hws_rule_move_hws_add()
H A Dsend.h100 u32 direct_index; member
176 u32 direct_index; member
H A Dsend.c55 ste_attr.direct_index = dep_wqe->direct_index; in mlx5hws_send_all_dep_wqe()
187 u32 direct_index) in hws_send_wqe() argument
198 wqe_ctrl->op_dirix = cpu_to_be32(gta_opcode << 28 | direct_index); in hws_send_wqe()
229 ste_attr->direct_index); in mlx5hws_send_ste()
244 ste_attr->direct_index); in mlx5hws_send_ste()
/linux-6.15/fs/f2fs/
H A Dnode.c648 const long direct_index = ADDRS_PER_INODE(dn->inode); in f2fs_get_next_page_offset() local
670 base += direct_index; in f2fs_get_next_page_offset()
686 const long direct_index = ADDRS_PER_INODE(inode); in get_node_path() local
696 if (block < direct_index) { in get_node_path()
700 block -= direct_index; in get_node_path()