Lines Matching refs:begin
637 u16 begin; member
647 if (dump->begin == 0 && dump->end == 0) { in switchdev_port_vlan_dump_put()
649 } else if (dump->begin == dump->end) { in switchdev_port_vlan_dump_put()
650 vinfo.vid = dump->begin; in switchdev_port_vlan_dump_put()
655 vinfo.vid = dump->begin; in switchdev_port_vlan_dump_put()
683 for (dump->begin = dump->end = vlan->vid_begin; in switchdev_port_vlan_dump_cb()
684 dump->begin <= vlan->vid_end; in switchdev_port_vlan_dump_cb()
685 dump->begin++, dump->end++) { in switchdev_port_vlan_dump_cb()
691 if (dump->begin > vlan->vid_begin && in switchdev_port_vlan_dump_cb()
692 dump->begin >= vlan->vid_end) { in switchdev_port_vlan_dump_cb()
693 if ((dump->begin - 1) == vlan->vid_end && in switchdev_port_vlan_dump_cb()
696 dump->begin = vlan->vid_begin; in switchdev_port_vlan_dump_cb()
700 dump->begin = vlan->vid_begin; in switchdev_port_vlan_dump_cb()
712 dump->begin = vlan->vid_begin; in switchdev_port_vlan_dump_cb()