Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c4711 static const struct ice_fd_src_dst_pair ice_fd_pairs[] = { variable
4782 if (es[i].prot_id == ice_fd_pairs[j].prot_id && in ice_update_fd_swap()
4783 es[i].off == ice_fd_pairs[j].off) { in ice_update_fd_swap()
4806 if (first_free + 1 < (s8)ice_fd_pairs[index].count) in ice_update_fd_swap()
4810 for (k = 0; k < ice_fd_pairs[index].count; k++) { in ice_update_fd_swap()
4812 ice_fd_pairs[index].prot_id; in ice_update_fd_swap()
4814 ice_fd_pairs[index].off + (k * 2); in ice_update_fd_swap()
4824 first_free -= ice_fd_pairs[index].count; in ice_update_fd_swap()
4844 if (es[si].prot_id == ice_fd_pairs[j].prot_id && in ice_update_fd_swap()
4845 es[si].off == ice_fd_pairs[j].off) { in ice_update_fd_swap()
[all …]