Home
last modified time | relevance | path

Searched refs:last_port (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/net/netfilter/ipset/
Dip_set_bitmap_port.c35 u16 last_port; /* host byte order, included in range */ member
96 nla_put_net16(skb, IPSET_ATTR_PORT_TO, htons(map->last_port)); in bitmap_port_do_head()
117 if (port < map->first_port || port > map->last_port) in bitmap_port_kadt()
145 if (port < map->first_port || port > map->last_port) in bitmap_port_uadt()
167 if (port_to > map->last_port) in bitmap_port_uadt()
189 x->last_port == y->last_port && in bitmap_port_same_set()
205 u16 first_port, u16 last_port) in init_map_port() argument
211 map->last_port = last_port; in init_map_port()
226 u16 first_port, last_port; in bitmap_port_create() local
236 last_port = ip_set_get_h16(tb[IPSET_ATTR_PORT_TO]); in bitmap_port_create()
[all …]
/Linux-v5.4/arch/mips/cavium-octeon/executive/
Dcvmx-pko.c213 int last_port = in cvmx_pko_initialize_global() local
216 cvmx_pko_get_base_queue(last_port) + in cvmx_pko_initialize_global()
217 cvmx_pko_get_num_queues(last_port); in cvmx_pko_initialize_global()
/Linux-v5.4/drivers/net/dsa/microchip/
Dksz_common.h74 int last_port; /* ports after that not used */ member
Dksz8795.c1170 dev->last_port = dev->port_cnt; in ksz8795_switch_detect()
/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c541 struct i915_request ** const last_port = first + execlists->port_mask; in __guc_dequeue() local
569 if (port == last_port) in __guc_dequeue()
/Linux-v5.4/drivers/net/bonding/
Dbond_3ad.c1387 struct port *last_port = NULL, *curr_port; in ad_port_selection_logic() local
1404 last_port = curr_port, in ad_port_selection_logic()
1411 if (!last_port) { in ad_port_selection_logic()
1418 last_port->next_port_in_aggregator = in ad_port_selection_logic()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c1025 bool last_port, last_vlan; in mlxsw_sp_port_vlan_bridge_leave() local
1034 last_port = list_is_singular(&bridge_vlan->port_vlan_list); in mlxsw_sp_port_vlan_bridge_leave()
1040 if (last_port) in mlxsw_sp_port_vlan_bridge_leave()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_lrc.c1022 struct i915_request ** const last_port = port + execlists->port_mask; in execlists_dequeue() local
1291 if (port == last_port) in execlists_dequeue()
1360 memset(port + 1, 0, (last_port - port) * sizeof(*port)); in execlists_dequeue()
/Linux-v5.4/drivers/ata/
Dlibata-core.c6985 int last_port = -1, last_device = -1; in ata_parse_force_param() local
7014 te.port = last_port; in ata_parse_force_param()
7020 last_port = te.port; in ata_parse_force_param()