| /f-stack/dpdk/lib/librte_gro/ |
| H A D | gro_udp4.c | 57 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 D | gro_tcp4.c | 57 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 D | gro_vxlan_udp4.c | 58 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 D | gro_vxlan_tcp4.c | 58 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 D | rte_gro.c | 188 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 D | gro_vxlan_udp4.h | 35 uint32_t start_index; member
|
| H A D | gro_vxlan_tcp4.h | 35 uint32_t start_index; member
|
| H A D | gro_udp4.h | 40 uint32_t start_index; member
|
| H A D | gro_tcp4.h | 44 uint32_t start_index; member
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_indirect.c | 594 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 D | hwrm_tf.h | 138 uint32_t start_index; member
|
| H A D | tf_msg.c | 1231 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 D | iavf_prototype.h | 94 u8 table_id, u32 start_index, u16 buff_size,
|
| /f-stack/freebsd/sys/ |
| H A D | cdio.h | 117 u_char start_index; member
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | common.h | 526 unsigned int start_index, unsigned int rw);
|
| H A D | t4_hw.c | 2149 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 D | i40e_prototype.h | 555 u8 table_id, u32 start_index, u16 buff_size,
|
| H A D | i40e_common.c | 6372 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 D | hsi_struct_def_dpdk.h | 42945 uint32_t start_index; member
|