Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c4626 static const struct ice_fd_src_dst_pair ice_fd_pairs[] = { variable
4653 #define ICE_FD_SRC_DST_PAIR_COUNT ARRAY_SIZE(ice_fd_pairs)
4691 if (es[i].prot_id == ice_fd_pairs[j].prot_id && in ice_update_fd_swap()
4692 es[i].off == ice_fd_pairs[j].off) { in ice_update_fd_swap()
4715 if (first_free + 1 < (s8)ice_fd_pairs[index].count) in ice_update_fd_swap()
4719 for (k = 0; k < ice_fd_pairs[index].count; k++) { in ice_update_fd_swap()
4721 ice_fd_pairs[index].prot_id; in ice_update_fd_swap()
4723 ice_fd_pairs[index].off + (k * 2); in ice_update_fd_swap()
4733 first_free -= ice_fd_pairs[index].count; in ice_update_fd_swap()
4753 if (es[si].prot_id == ice_fd_pairs[j].prot_id && in ice_update_fd_swap()
[all …]