Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c1405 u16 vlan_tci, bool has_vlan, in ionic_tx_tso_post() argument
1411 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_tso_post()
1454 bool has_vlan; in ionic_tx_tso() local
1461 has_vlan = !!skb_vlan_tag_present(skb); in ionic_tx_tso()
1543 has_vlan, start, done); in ionic_tx_tso()
1564 bool has_vlan; in ionic_tx_calc_csum() local
1569 has_vlan = !!skb_vlan_tag_present(skb); in ionic_tx_calc_csum()
1572 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_calc_csum()
1580 if (has_vlan) { in ionic_tx_calc_csum()
1603 bool has_vlan; in ionic_tx_calc_no_csum() local
[all …]
/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c383 bool has_vlan = false, has_grh_ipv6 = true; in qedr_gsi_build_header() local
401 has_vlan = true; in qedr_gsi_build_header()
425 rc = ib_ud_header_init(send_size, false, true, has_vlan, in qedr_gsi_build_header()
435 if (has_vlan) { in qedr_gsi_build_header()