Searched refs:has_xdp (Results 1 – 2 of 2) sorted by relevance
1695 static int set_rx_mfl(struct dpaa2_eth_priv *priv, int mtu, bool has_xdp) in set_rx_mfl() argument1704 if (has_xdp) in set_rx_mfl()1738 static int update_rx_buffer_headroom(struct dpaa2_eth_priv *priv, bool has_xdp) in update_rx_buffer_headroom() argument1752 (has_xdp ? XDP_PACKET_HEADROOM : 0); in update_rx_buffer_headroom()
3517 bool has_xdp = i40e_enabled_xdp_vsi(vsi); in i40e_vsi_configure_msix() local3553 u32 nextqp = has_xdp ? qp + vsi->alloc_queue_pairs : qp; in i40e_vsi_configure_msix()3565 if (has_xdp) { in i40e_vsi_configure_msix()