Home
last modified time | relevance | path

Searched refs:h_vlan_TCI (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/drivers/staging/rtl8712/
Dif_ether.h127 unsigned short h_vlan_TCI; /* Encapsulates priority and VLAN ID*/ member
133 #define get_vlan_id(pvlan) ((ntohs((unsigned short)pvlan->h_vlan_TCI)) & 0xfff)
135 pvlan->h_vlan_TCI)) >> 13)
/linux-3.4.99/include/linux/
Dif_vlan.h40 __be16 h_vlan_TCI; member
56 __be16 h_vlan_TCI; member
187 veth->h_vlan_TCI = htons(vlan_tci); in vlan_insert_tag()
259 *vlan_tci = ntohs(veth->h_vlan_TCI); in __vlan_get_tag()
/linux-3.4.99/net/bridge/netfilter/
Debt_vlan.c60 TCI = ntohs(fp->h_vlan_TCI); in ebt_vlan_mt()
/linux-3.4.99/drivers/scsi/fnic/
Dfnic_fcs.c484 vlan_hdr->h_vlan_TCI = htons(fnic->vlan_id); in fnic_eth_send()
531 vlan_hdr->h_vlan_TCI = htons(fnic->vlan_id); in fnic_send_frame()
/linux-3.4.99/net/8021q/
Dvlan_core.c124 vlan_tci = ntohs(vhdr->h_vlan_TCI); in vlan_untag()
Dvlan_dev.c114 vhdr->h_vlan_TCI = htons(vlan_tci); in vlan_dev_hard_header()
/linux-3.4.99/net/batman-adv/
Dsoft-interface.c579 vid = ntohs(vhdr->h_vlan_TCI) & VLAN_VID_MASK; in interface_tx()
709 vid = ntohs(vhdr->h_vlan_TCI) & VLAN_VID_MASK; in interface_rx()
/linux-3.4.99/net/openvswitch/
Dactions.c63 *current_tci = vhdr->h_vlan_TCI; in __pop_vlan_tci()
/linux-3.4.99/drivers/net/
Dmacvtap.c827 __be16 h_vlan_TCI; in macvtap_put_user() member
830 veth.h_vlan_TCI = htons(vlan_tx_tag_get(skb)); in macvtap_put_user()
/linux-3.4.99/drivers/s390/net/
Dqeth_l2_main.c261 hdr->hdr.l2.vlan_id = ntohs(veth->h_vlan_TCI); in qeth_l2_fill_header()
/linux-3.4.99/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c770 veth->h_vlan_TCI = htons(tag); in gelic_put_vlan_tag()
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2003 vlan_tci = vh->h_vlan_TCI; in qlcnic_tx_pkt()
2059 vh->h_vlan_TCI = htons(vlan_tci); in qlcnic_tx_pkt()
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1889 vh->h_vlan_TCI = htons(vid); in netxen_tso_check()
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c6238 tx_flags |= ntohs(vhdr->h_vlan_TCI) << in ixgbe_xmit_frame_ring()
6265 vhdr->h_vlan_TCI = htons(tx_flags >> in ixgbe_xmit_frame_ring()