Searched refs:vlan_tag_flags (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/
H A Dbnx2.c6580 u32 len, vlan_tag_flags, last_frag, mss; local
6604 vlan_tag_flags = 0;
6606 vlan_tag_flags |= TX_BD_FLAGS_TCP_UDP_CKSUM;
6610 vlan_tag_flags |=
6618 vlan_tag_flags |= TX_BD_FLAGS_SW_LSO;
6626 vlan_tag_flags |= ((tcp_opt_len >> 2) << 8) |
6629 vlan_tag_flags &= ~TX_BD_FLAGS_TCP6_OFF0_MSK;
6632 vlan_tag_flags |= ((tcp_off & 0x3) <<
6641 vlan_tag_flags |= ((iph->ihl - 5) +
6664 txbd->tx_bd_vlan_tag_flags = vlan_tag_flags | TX_BD_FLAGS_STAR
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c456 u32 len, free_size, vlan_tag_flags, cfa_action, flags; local
498 vlan_tag_flags = 0;
501 vlan_tag_flags = TX_BD_CFA_META_KEY_VLAN |
507 vlan_tag_flags |= 1 << TX_BD_CFA_META_TPID_SHIFT;
517 if (vlan_tag_flags)
555 tx_push1->tx_bd_cfa_meta = cpu_to_le32(vlan_tag_flags);
671 txbd1->tx_bd_cfa_meta = cpu_to_le32(vlan_tag_flags);

Completed in 186 milliseconds