Searched refs:has_vlan (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/pensando/ionic/ |
D | ionic_txrx.c | 1391 u16 vlan_tci, bool has_vlan, in ionic_tx_tso_post() argument 1397 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_tso_post() 1440 bool has_vlan; in ionic_tx_tso() local 1460 has_vlan = !!skb_vlan_tag_present(skb); in ionic_tx_tso() 1533 has_vlan, start, done); in ionic_tx_tso() 1554 bool has_vlan; in ionic_tx_calc_csum() local 1559 has_vlan = !!skb_vlan_tag_present(skb); in ionic_tx_calc_csum() 1562 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_calc_csum() 1570 if (has_vlan) { in ionic_tx_calc_csum() 1593 bool has_vlan; in ionic_tx_calc_no_csum() local [all …]
|
/linux-6.12.1/drivers/infiniband/hw/qedr/ |
D | qedr_roce_cm.c | 385 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.12.1/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 4510 bool has_vlan, set_ic; in stmmac_xmit() local 4549 has_vlan = stmmac_vlan_insert(priv, skb, tx_q); in stmmac_xmit() 4580 if (has_vlan) in stmmac_xmit()
|