Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/pensando/ionic/
Dionic_txrx.c867 u16 vlan_tci, bool has_vlan, in ionic_tx_tso_post() argument
873 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_tso_post()
913 bool has_vlan; in ionic_tx_tso() local
930 has_vlan = !!skb_vlan_tag_present(skb); in ionic_tx_tso()
1001 hdrlen, mss, outer_csum, vlan_tci, has_vlan, in ionic_tx_tso()
1023 bool has_vlan; in ionic_tx_calc_csum() local
1028 has_vlan = !!skb_vlan_tag_present(skb); in ionic_tx_calc_csum()
1031 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_calc_csum()
1039 if (has_vlan) { in ionic_tx_calc_csum()
1060 bool has_vlan; in ionic_tx_calc_no_csum() local
[all …]
/linux-6.1.9/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c386 bool has_vlan = false, has_grh_ipv6 = true; in qedr_gsi_build_header() local
404 has_vlan = true; in qedr_gsi_build_header()
428 rc = ib_ud_header_init(send_size, false, true, has_vlan, in qedr_gsi_build_header()
438 if (has_vlan) { in qedr_gsi_build_header()
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c4086 bool has_vlan, set_ic; in stmmac_tso_xmit() local
4144 has_vlan = stmmac_vlan_insert(priv, skb, tx_q); in stmmac_tso_xmit()
4155 if (has_vlan) in stmmac_tso_xmit()
4328 bool has_vlan, set_ic; in stmmac_xmit() local
4359 has_vlan = stmmac_vlan_insert(priv, skb, tx_q); in stmmac_xmit()
4376 if (has_vlan) in stmmac_xmit()