Searched refs:has_vlan (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/pensando/ionic/ |
D | ionic_txrx.c | 739 u16 vlan_tci, bool has_vlan, in ionic_tx_tso_post() argument 745 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_tso_post() 801 bool has_vlan; in ionic_tx_tso() local 813 has_vlan = !!skb_vlan_tag_present(skb); in ionic_tx_tso() 860 vlan_tci, has_vlan, in ionic_tx_tso() 897 vlan_tci, has_vlan, in ionic_tx_tso() 920 vlan_tci, has_vlan, in ionic_tx_tso() 954 bool has_vlan; in ionic_tx_calc_csum() local 959 has_vlan = !!skb_vlan_tag_present(skb); in ionic_tx_calc_csum() 966 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_calc_csum() [all …]
|
/Linux-v5.10/drivers/infiniband/hw/qedr/ |
D | qedr_roce_cm.c | 387 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()
|
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 3068 bool has_vlan, set_ic; in stmmac_tso_xmit() local 3126 has_vlan = stmmac_vlan_insert(priv, skb, tx_q); in stmmac_tso_xmit() 3137 if (has_vlan) in stmmac_tso_xmit() 3318 bool has_vlan, set_ic; in stmmac_xmit() local 3348 has_vlan = stmmac_vlan_insert(priv, skb, tx_q); in stmmac_xmit() 3365 if (has_vlan) in stmmac_xmit()
|