Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c2720 static const struct ice_fd_src_dst_pair ice_fd_pairs[] = { variable
2747 #define ICE_FD_SRC_DST_PAIR_COUNT ARRAY_SIZE(ice_fd_pairs)
2785 if (es[i].prot_id == ice_fd_pairs[j].prot_id && in ice_update_fd_swap()
2786 es[i].off == ice_fd_pairs[j].off) { in ice_update_fd_swap()
2809 if (first_free + 1 < (s8)ice_fd_pairs[index].count) in ice_update_fd_swap()
2813 for (k = 0; k < ice_fd_pairs[index].count; k++) { in ice_update_fd_swap()
2815 ice_fd_pairs[index].prot_id; in ice_update_fd_swap()
2817 ice_fd_pairs[index].off + (k * 2); in ice_update_fd_swap()
2827 first_free -= ice_fd_pairs[index].count; in ice_update_fd_swap()
2847 if (es[si].prot_id == ice_fd_pairs[j].prot_id && in ice_update_fd_swap()
[all …]