Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Ddpool.c14 uint32_t start_index, in dpool_init() argument
34 dpool->start_index = start_index; in dpool_init()
44 dpool->entry[i].index = start_index; in dpool_init()
46 start_index++; in dpool_init()
67 dst_index + dpool->start_index); in dpool_move()
310 return (first_entry_index + dpool->start_index); in dpool_alloc()
344 int start = (index - dpool->start_index); in dpool_free()
376 int start = (index - dpool->start_index); in dpool_set_entry_data()
H A Ddpool.h135 uint32_t start_index; member
176 uint32_t start_index,
H A Dtf_msg.c2152 req.start_index = tfp_cpu_to_le_32(starting_idx); in tf_msg_bulk_get_tbl_entry()
/dpdk/lib/gro/
H A Dgro_udp4.c56 tbl->flows[i].start_index = INVALID_ARRAY_INDEX; in gro_udp4_tbl_create()
93 if (tbl->flows[i].start_index == INVALID_ARRAY_INDEX) in find_an_empty_flow()
166 tbl->flows[flow_idx].start_index = item_idx; in insert_new_flow()
251 if (tbl->flows[i].start_index != INVALID_ARRAY_INDEX) { in gro_udp4_reassemble()
286 cur_idx = tbl->flows[i].start_index; in gro_udp4_reassemble()
319 if (cur_idx == tbl->flows[i].start_index) { in gro_udp4_reassemble()
327 tbl->flows[i].start_index = item_idx; in gro_udp4_reassemble()
391 j = tbl->flows[i].start_index; in gro_udp4_tbl_timeout_flush()
403 tbl->flows[i].start_index = j; in gro_udp4_tbl_timeout_flush()
H A Dgro_tcp4.c56 tbl->flows[i].start_index = INVALID_ARRAY_INDEX; in gro_tcp4_tbl_create()
93 if (tbl->flows[i].start_index == INVALID_ARRAY_INDEX) in find_an_empty_flow()
170 tbl->flows[flow_idx].start_index = item_idx; in insert_new_flow()
258 if (tbl->flows[i].start_index != INVALID_ARRAY_INDEX) { in gro_tcp4_reassemble()
293 cur_idx = tbl->flows[i].start_index; in gro_tcp4_reassemble()
340 j = tbl->flows[i].start_index; in gro_tcp4_tbl_timeout_flush()
351 tbl->flows[i].start_index = j; in gro_tcp4_tbl_timeout_flush()
H A Dgro_vxlan_udp4.c57 tbl->flows[i].start_index = INVALID_ARRAY_INDEX; in gro_vxlan_udp4_tbl_create()
92 if (tbl->flows[i].start_index == INVALID_ARRAY_INDEX) in find_an_empty_flow()
176 tbl->flows[flow_idx].start_index = item_idx; in insert_new_flow()
362 if (tbl->flows[i].start_index != INVALID_ARRAY_INDEX) { in gro_vxlan_udp4_reassemble()
394 cur_idx = tbl->flows[i].start_index; in gro_vxlan_udp4_reassemble()
429 if (cur_idx == tbl->flows[i].start_index) { in gro_vxlan_udp4_reassemble()
437 tbl->flows[i].start_index = item_idx; in gro_vxlan_udp4_reassemble()
502 j = tbl->flows[i].start_index; in gro_vxlan_udp4_tbl_timeout_flush()
515 tbl->flows[i].start_index = j; in gro_vxlan_udp4_tbl_timeout_flush()
H A Dgro_vxlan_tcp4.c57 tbl->flows[i].start_index = INVALID_ARRAY_INDEX; in gro_vxlan_tcp4_tbl_create()
92 if (tbl->flows[i].start_index == INVALID_ARRAY_INDEX) in find_an_empty_flow()
185 tbl->flows[flow_idx].start_index = item_idx; in insert_new_flow()
382 if (tbl->flows[i].start_index != INVALID_ARRAY_INDEX) { in gro_vxlan_tcp4_reassemble()
414 cur_idx = tbl->flows[i].start_index; in gro_vxlan_tcp4_reassemble()
465 j = tbl->flows[i].start_index; in gro_vxlan_tcp4_tbl_timeout_flush()
477 tbl->flows[i].start_index = j; in gro_vxlan_tcp4_tbl_timeout_flush()
H A Drte_gro.c187 vxlan_tcp_flows[i].start_index = INVALID_ARRAY_INDEX; in rte_gro_reassemble_burst()
200 vxlan_udp_flows[i].start_index = INVALID_ARRAY_INDEX; in rte_gro_reassemble_burst()
213 tcp_flows[i].start_index = INVALID_ARRAY_INDEX; in rte_gro_reassemble_burst()
226 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.h38 uint32_t start_index; member
H A Dgro_tcp4.h42 uint32_t start_index; member
/dpdk/drivers/common/iavf/
H A Diavf_prototype.h94 u8 table_id, u32 start_index, u16 buff_size,
/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h510 unsigned int start_index, unsigned int rw);
H A Dt4_hw.c2127 unsigned int start_index, unsigned int rw) in t4_fw_tp_pio_rw() argument
2143 c.u.addrval.addr = cpu_to_be32(start_index + i); in t4_fw_tp_pio_rw()
/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h572 u8 table_id, u32 start_index, u16 buff_size,
H A Di40e_common.c6485 u8 table_id, u32 start_index, u16 buff_size, in i40e_aq_debug_dump() argument
6509 cmd->idx = CPU_TO_LE32(start_index); in i40e_aq_debug_dump()
/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h52417 uint32_t start_index; member