Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/pensando/ionic/
Dionic_txrx.c966 u16 vlan_tci, bool has_vlan, in ionic_tx_tso_post() argument
973 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_tso_post()
1015 bool has_vlan; in ionic_tx_tso() local
1036 has_vlan = !!skb_vlan_tag_present(skb); in ionic_tx_tso()
1107 hdrlen, mss, outer_csum, vlan_tci, has_vlan, in ionic_tx_tso()
1129 bool has_vlan; in ionic_tx_calc_csum() local
1134 has_vlan = !!skb_vlan_tag_present(skb); in ionic_tx_calc_csum()
1137 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_calc_csum()
1145 if (has_vlan) { in ionic_tx_calc_csum()
1168 bool has_vlan; in ionic_tx_calc_no_csum() local
[all …]
/linux-6.6.21/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c385 bool has_vlan = false, has_grh_ipv6 = true; in qedr_gsi_build_header() local
403 has_vlan = true; in qedr_gsi_build_header()
427 rc = ib_ud_header_init(send_size, false, true, has_vlan, in qedr_gsi_build_header()
437 if (has_vlan) { in qedr_gsi_build_header()
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c4135 bool has_vlan, set_ic; in stmmac_tso_xmit() local
4194 has_vlan = stmmac_vlan_insert(priv, skb, tx_q); in stmmac_tso_xmit()
4205 if (has_vlan) in stmmac_tso_xmit()
4404 bool has_vlan, set_ic; in stmmac_xmit() local
4436 has_vlan = stmmac_vlan_insert(priv, skb, tx_q); in stmmac_xmit()
4467 if (has_vlan) in stmmac_xmit()