/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_bitmap_port.c | 35 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() 144 if (port < map->first_port || port > map->last_port) in bitmap_port_kadt() 172 if (port < map->first_port || port > map->last_port) in bitmap_port_uadt() 194 if (port_to > map->last_port) in bitmap_port_uadt() 216 x->last_port == y->last_port && in bitmap_port_same_set() 232 u16 first_port, u16 last_port) in init_map_port() 238 map->last_port = last_port; in init_map_port() 231 init_map_port(struct ip_set *set, struct bitmap_port *map, u16 first_port, u16 last_port) init_map_port() argument 253 u16 first_port, last_port; bitmap_port_create() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_bitmap_port.c | 35 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() 144 if (port < map->first_port || port > map->last_port) in bitmap_port_kadt() 172 if (port < map->first_port || port > map->last_port) in bitmap_port_uadt() 194 if (port_to > map->last_port) in bitmap_port_uadt() 216 x->last_port == y->last_port && in bitmap_port_same_set() 232 u16 first_port, u16 last_port) in init_map_port() 238 map->last_port = last_port; in init_map_port() 231 init_map_port(struct ip_set *set, struct bitmap_port *map, u16 first_port, u16 last_port) init_map_port() argument 253 u16 first_port, last_port; bitmap_port_create() local [all...] |
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | path.c | 232 struct tb_port *in_port, *out_port, *first_port, *last_port; in tb_path_alloc() local 242 first_port = last_port = NULL; in tb_path_alloc() 247 last_port = in_port; in tb_path_alloc() 252 if (first_port != src || last_port != dst) { in tb_path_alloc()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | path.c | 242 struct tb_port *in_port, *out_port, *first_port, *last_port; in tb_path_alloc() local 252 first_port = last_port = NULL; in tb_path_alloc() 257 last_port = in_port; in tb_path_alloc() 262 if (first_port != src || last_port != dst) { in tb_path_alloc()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-pko.c | 213 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()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-pko.c | 213 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_submission.c | 291 struct i915_request ** const last_port = first + execlists->port_mask; in __guc_dequeue() local 319 if (port == last_port) in __guc_dequeue()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_switchdev.c | 190 bool last_port, last_vlan; in prestera_port_vlan_bridge_leave() local 199 last_port = port_count == 1; in prestera_port_vlan_bridge_leave() 203 else if (last_port) in prestera_port_vlan_bridge_leave()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_3ad.c | 1378 struct port *last_port = NULL, *curr_port; in ad_port_selection_logic() local 1395 last_port = curr_port, in ad_port_selection_logic() 1402 if (!last_port) { in ad_port_selection_logic() 1409 last_port->next_port_in_aggregator = in ad_port_selection_logic()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_3ad.c | 1407 struct port *last_port = NULL, *curr_port; in ad_port_selection_logic() local 1424 last_port = curr_port, in ad_port_selection_logic() 1431 if (!last_port) { in ad_port_selection_logic() 1438 last_port->next_port_in_aggregator = in ad_port_selection_logic()
|
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/ |
H A D | ksz_common.h | 76 int last_port; /* ports after that not used */ member
|
H A D | ksz8795.c | 1227 dev->last_port = dev->port_cnt; in ksz8795_switch_detect()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_switchdev.c | 394 bool last_port, last_vlan; in prestera_port_vlan_bridge_leave() local 403 last_port = port_count == 1; in prestera_port_vlan_bridge_leave() 407 else if (last_port) in prestera_port_vlan_bridge_leave()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 1095 bool last_port, last_vlan; in mlxsw_sp_port_vlan_bridge_leave() local 1104 last_port = list_is_singular(&bridge_vlan->port_vlan_list); in mlxsw_sp_port_vlan_bridge_leave() 1110 if (last_port) in mlxsw_sp_port_vlan_bridge_leave()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 1484 bool last_port; in mlxsw_sp_port_vlan_bridge_leave() local 1492 last_port = list_is_singular(&bridge_vlan->port_vlan_list); in mlxsw_sp_port_vlan_bridge_leave() 1498 if (last_port) in mlxsw_sp_port_vlan_bridge_leave()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-core.c | 6293 int last_port = -1, last_device = -1; in ata_parse_force_param() local 6322 te.port = last_port; in ata_parse_force_param() 6328 last_port = te.port; in ata_parse_force_param()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc.c | 2077 struct i915_request ** const last_port = port + execlists->port_mask; in execlists_dequeue() local 2349 if (port == last_port) in execlists_dequeue() 2436 clear_ports(port + 1, last_port - port); in execlists_dequeue()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-core.c | 6475 int last_port = -1, last_device = -1; in ata_parse_force_param() local 6504 te.port = last_port; in ata_parse_force_param() 6510 last_port = te.port; in ata_parse_force_param()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_execlists_submission.c | 1278 struct i915_request ** const last_port = port + execlists->port_mask; in execlists_dequeue() local 1515 if (port == last_port) in execlists_dequeue()
|