Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c748 u16 vlan_tci, bool has_vlan, in ionic_tx_tso_post() argument
754 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_tso_post()
810 bool has_vlan; in ionic_tx_tso() local
822 has_vlan = !!skb_vlan_tag_present(skb); in ionic_tx_tso()
869 vlan_tci, has_vlan, in ionic_tx_tso()
906 vlan_tci, has_vlan, in ionic_tx_tso()
929 vlan_tci, has_vlan, in ionic_tx_tso()
963 bool has_vlan; in ionic_tx_calc_csum() local
968 has_vlan = !!skb_vlan_tag_present(skb); in ionic_tx_calc_csum()
975 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_calc_csum()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c387 bool has_vlan = false, has_grh_ipv6 = true; in qedr_gsi_build_header() local
405 has_vlan = true; in qedr_gsi_build_header()
429 rc = ib_ud_header_init(send_size, false, true, has_vlan, in qedr_gsi_build_header()
439 if (has_vlan) { in qedr_gsi_build_header()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c3192 bool has_vlan, set_ic; in stmmac_tso_xmit() local
3250 has_vlan = stmmac_vlan_insert(priv, skb, tx_q); in stmmac_tso_xmit()
3261 if (has_vlan) in stmmac_tso_xmit()
3442 bool has_vlan, set_ic; in stmmac_xmit() local
3472 has_vlan = stmmac_vlan_insert(priv, skb, tx_q); in stmmac_xmit()
3489 if (has_vlan) in stmmac_xmit()