Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Drule.c36 bool is_jumbo) in hws_rule_update_copy_tag() argument
48 if (is_jumbo) in hws_rule_update_copy_tag()
166 bool is_jumbo = mlx5hws_matcher_mt_is_jumbo(mt); in hws_rule_save_delete_info() local
171 if (is_jumbo) in hws_rule_save_delete_info()
316 bool is_jumbo = mlx5hws_matcher_mt_is_jumbo(mt); in hws_rule_create_hws() local
373 mlx5hws_action_apply_setter(&apply, setter--, !i && is_jumbo); in hws_rule_create_hws()
393 ste_attr.wqe_tag_is_jumbo = is_jumbo; in hws_rule_create_hws()
463 bool is_jumbo = mlx5hws_matcher_mt_is_jumbo(rule->matcher->mt); in hws_rule_destroy_hws() local
522 ste_attr.wqe_tag_is_jumbo = is_jumbo; in hws_rule_destroy_hws()
611 ste_attr.wqe_tag_is_jumbo = is_jumbo; in mlx5hws_rule_move_hws_remove()
[all …]
H A Daction.h261 bool is_jumbo) in mlx5hws_action_apply_setter() argument
271 if (!is_jumbo) { in mlx5hws_action_apply_setter()
H A Dsend.c122 bool is_jumbo) in hws_send_wqe_set_tag() argument
124 if (is_jumbo) { in hws_send_wqe_set_tag()
185 bool is_jumbo, in hws_send_wqe() argument
205 hws_send_wqe_set_tag(wqe_data, send_wqe_tag, is_jumbo); in hws_send_wqe()
1106 bool is_jumbo, in hws_send_wqe_fw() argument
1136 hws_send_wqe_set_tag(&gta_wqe_data0, send_wqe_match_tag, is_jumbo); in hws_send_wqe_fw()
H A Dmatcher.c523 bool is_jumbo = mlx5hws_matcher_mt_is_jumbo(matcher->mt); in hws_matcher_bind_at() local
545 required_stes = at->num_of_action_stes - (!is_jumbo || at->only_term); in hws_matcher_bind_at()
911 bool is_jumbo = mlx5hws_matcher_mt_is_jumbo(matcher->mt); in mlx5hws_matcher_attach_at() local
926 required_stes = at->num_of_action_stes - (!is_jumbo || at->only_term); in mlx5hws_matcher_attach_at()
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dring_mode.c48 tx_q->tx_skbuff_dma[entry].is_jumbo = true; in jumbo_frm()
68 tx_q->tx_skbuff_dma[entry].is_jumbo = true; in jumbo_frm()
82 tx_q->tx_skbuff_dma[entry].is_jumbo = true; in jumbo_frm()
125 if (unlikely(tx_q->tx_skbuff_dma[entry].is_jumbo || in clean_desc3()
H A Dstmmac.h53 bool is_jumbo; member
H A Dstmmac_main.c2631 tx_q->tx_skbuff_dma[entry].is_jumbo = false; in stmmac_xdp_xmit_zc()
2809 tx_q->tx_skbuff_dma[entry].is_jumbo = false; in stmmac_tx_clean()
4573 int i, csum_insertion = 0, is_jumbo = 0; in stmmac_xmit() local
4657 is_jumbo = stmmac_is_jumbo_frm(priv, skb->len, enh_desc); in stmmac_xmit()
4659 if (unlikely(is_jumbo)) { in stmmac_xmit()
4774 if (likely(!is_jumbo)) { in stmmac_xmit()
5017 tx_q->tx_skbuff_dma[entry].is_jumbo = false; in stmmac_xdp_xmit_xdpf()
/linux-6.15/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c1287 int is_jumbo = 0; in sxgbe_xmit() local
1324 if (!is_jumbo) { in sxgbe_xmit()