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

/linux-master/net/netfilter/ipset/
H A Dip_set_bitmap_port.c34 u16 first_port; /* host byte order, included in range */ member in struct:bitmap_port
52 return port - m->first_port;
89 htons(map->first_port + id));
95 return nla_put_net16(skb, IPSET_ATTR_PORT, htons(map->first_port)) ||
144 if (port < map->first_port || port > map->last_port)
172 if (port < map->first_port || port > map->last_port)
187 if (port < map->first_port)
215 return x->first_port == y->first_port &&
232 u16 first_port, u1
231 init_map_port(struct ip_set *set, struct bitmap_port *map, u16 first_port, u16 last_port) argument
253 u16 first_port, last_port; local
[all...]
/linux-master/drivers/thunderbolt/
H A Dpath.c242 struct tb_port *in_port, *out_port, *first_port, *last_port; local
252 first_port = last_port = NULL;
255 if (!first_port)
256 first_port = in_port;
262 if (first_port != src || last_port != dst) {
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c1260 * @first_port: Index of first port this port supports.
1273 int first_port; member in struct:ksz_port
2925 for (i = 0, p = port->first_port; i < port->port_cnt; i++, p++) {
3004 for (i = 0, p = port->first_port; i < port->port_cnt; i++, p++) {
3054 for (i = 0, p = port->first_port; i < port->port_cnt; i++, p++) {
3078 for (i = 0, p = port->first_port; i < port->port_cnt; i++, p++)
4273 hw->dst_ports = 1 << priv->port.first_port;
4986 port_set_stp_state(hw, port->first_port, STP_STATE_DISABLED);
4990 pi = 1 << port->first_port;
4997 if (port->first_port >
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_pci.c3983 int num_iomem, num_port, first_port = -1, i; local
4000 if (first_port == -1)
4001 first_port = i;
4013 board->flags = first_port;
4014 board->num_ports = pci_resource_len(dev, first_port) / 8;
4023 first_port = -1;
4028 (first_port == -1 || (first_port + num_port) == i)) {
4030 if (first_port == -1)
4031 first_port
[all...]
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c290 int first_port; local
295 first_port = __ffs(trap->ingress_port_mask);
296 dp = dsa_to_port(ds, first_port);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c1285 int first_port; local
1301 first_port = find_first_bit(actv_ports.ports, dev->caps.num_ports);
1302 for (slave_port = 0, real_port = first_port;
1303 real_port < first_port +
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmain.c3027 unsigned int first_port; local
3034 first_port = find_first_bit(actv_ports.ports, dev->caps.num_ports);
3048 dm[i]->port = first_port + i + 1;

Completed in 214 milliseconds