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

/linux-4.4.14/drivers/net/usb/
H A Dcdc_mbim.c41 FLAG_IPS0_VLAN = 1 << 0, /* IP session 0 is tagged */ enumerator in enum:cdc_mbim_flags
80 info->flags |= FLAG_IPS0_VLAN; cdc_mbim_rx_add_vid()
94 info->flags &= ~FLAG_IPS0_VLAN; cdc_mbim_rx_kill_vid()
254 if (info->flags & FLAG_IPS0_VLAN) { cdc_mbim_tx_fixup()
264 * no tag => IPS session <0> if !FLAG_IPS0_VLAN cdc_mbim_tx_fixup()
268 * 4094 => IPS session <0> if FLAG_IPS0_VLAN cdc_mbim_tx_fixup()
443 if (!tci && info->flags & FLAG_IPS0_VLAN) cdc_mbim_rx_fixup()

Completed in 102 milliseconds