Home
last modified time | relevance | path

Searched refs:start_index (Results 1 – 19 of 19) sorted by relevance

/f-stack/dpdk/lib/librte_gro/
H A Dgro_udp4.c57 tbl->flows[i].start_index = INVALID_ARRAY_INDEX; in gro_udp4_tbl_create()
94 if (tbl->flows[i].start_index == INVALID_ARRAY_INDEX) in find_an_empty_flow()
167 tbl->flows[flow_idx].start_index = item_idx; in insert_new_flow()
252 if (tbl->flows[i].start_index != INVALID_ARRAY_INDEX) { in gro_udp4_reassemble()
287 cur_idx = tbl->flows[i].start_index; in gro_udp4_reassemble()
320 if (cur_idx == tbl->flows[i].start_index) { in gro_udp4_reassemble()
328 tbl->flows[i].start_index = item_idx; in gro_udp4_reassemble()
392 j = tbl->flows[i].start_index; in gro_udp4_tbl_timeout_flush()
404 tbl->flows[i].start_index = j; in gro_udp4_tbl_timeout_flush()
H A Dgro_tcp4.c57 tbl->flows[i].start_index = INVALID_ARRAY_INDEX; in gro_tcp4_tbl_create()
94 if (tbl->flows[i].start_index == INVALID_ARRAY_INDEX) in find_an_empty_flow()
171 tbl->flows[flow_idx].start_index = item_idx; in insert_new_flow()
259 if (tbl->flows[i].start_index != INVALID_ARRAY_INDEX) { in gro_tcp4_reassemble()
294 cur_idx = tbl->flows[i].start_index; in gro_tcp4_reassemble()
341 j = tbl->flows[i].start_index; in gro_tcp4_tbl_timeout_flush()
352 tbl->flows[i].start_index = j; in gro_tcp4_tbl_timeout_flush()
H A Dgro_vxlan_udp4.c58 tbl->flows[i].start_index = INVALID_ARRAY_INDEX; in gro_vxlan_udp4_tbl_create()
93 if (tbl->flows[i].start_index == INVALID_ARRAY_INDEX) in find_an_empty_flow()
177 tbl->flows[flow_idx].start_index = item_idx; in insert_new_flow()
363 if (tbl->flows[i].start_index != INVALID_ARRAY_INDEX) { in gro_vxlan_udp4_reassemble()
395 cur_idx = tbl->flows[i].start_index; in gro_vxlan_udp4_reassemble()
430 if (cur_idx == tbl->flows[i].start_index) { in gro_vxlan_udp4_reassemble()
438 tbl->flows[i].start_index = item_idx; in gro_vxlan_udp4_reassemble()
503 j = tbl->flows[i].start_index; in gro_vxlan_udp4_tbl_timeout_flush()
516 tbl->flows[i].start_index = j; in gro_vxlan_udp4_tbl_timeout_flush()
H A Dgro_vxlan_tcp4.c58 tbl->flows[i].start_index = INVALID_ARRAY_INDEX; in gro_vxlan_tcp4_tbl_create()
93 if (tbl->flows[i].start_index == INVALID_ARRAY_INDEX) in find_an_empty_flow()
186 tbl->flows[flow_idx].start_index = item_idx; in insert_new_flow()
383 if (tbl->flows[i].start_index != INVALID_ARRAY_INDEX) { in gro_vxlan_tcp4_reassemble()
415 cur_idx = tbl->flows[i].start_index; in gro_vxlan_tcp4_reassemble()
466 j = tbl->flows[i].start_index; in gro_vxlan_tcp4_tbl_timeout_flush()
478 tbl->flows[i].start_index = j; in gro_vxlan_tcp4_tbl_timeout_flush()
H A Drte_gro.c188 vxlan_tcp_flows[i].start_index = INVALID_ARRAY_INDEX; in rte_gro_reassemble_burst()
201 vxlan_udp_flows[i].start_index = INVALID_ARRAY_INDEX; in rte_gro_reassemble_burst()
214 tcp_flows[i].start_index = INVALID_ARRAY_INDEX; in rte_gro_reassemble_burst()
227 udp_flows[i].start_index = INVALID_ARRAY_INDEX; in rte_gro_reassemble_burst()
H A Dgro_vxlan_udp4.h35 uint32_t start_index; member
H A Dgro_vxlan_tcp4.h35 uint32_t start_index; member
H A Dgro_udp4.h40 uint32_t start_index; member
H A Dgro_tcp4.h44 uint32_t start_index; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_indirect.c594 uint32_t *obsolete_counts, uint64_t start_index, zthr_t *zthr) in spa_condense_indirect_generate_new_mapping() argument
597 uint64_t mapi = start_index; in spa_condense_indirect_generate_new_mapping()
666 uint64_t start_index; in spa_condense_indirect_thread() local
704 start_index = 0; in spa_condense_indirect_thread()
726 start_index = UINT64_MAX; in spa_condense_indirect_thread()
728 start_index = entry - old_mapping->vim_entries; in spa_condense_indirect_thread()
729 ASSERT3U(start_index, <, in spa_condense_indirect_thread()
735 start_index, zthr); in spa_condense_indirect_thread()
/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dhwrm_tf.h138 uint32_t start_index; member
H A Dtf_msg.c1231 req.start_index = tfp_cpu_to_le_32(starting_idx); in tf_msg_bulk_get_tbl_entry()
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_prototype.h94 u8 table_id, u32 start_index, u16 buff_size,
/f-stack/freebsd/sys/
H A Dcdio.h117 u_char start_index; member
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h526 unsigned int start_index, unsigned int rw);
H A Dt4_hw.c2149 unsigned int start_index, unsigned int rw) in t4_fw_tp_pio_rw() argument
2165 c.u.addrval.addr = cpu_to_be32(start_index + i); in t4_fw_tp_pio_rw()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h555 u8 table_id, u32 start_index, u16 buff_size,
H A Di40e_common.c6372 u8 table_id, u32 start_index, u16 buff_size, in i40e_aq_debug_dump() argument
6396 cmd->idx = CPU_TO_LE32(start_index); in i40e_aq_debug_dump()
/f-stack/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h42945 uint32_t start_index; member