Home
last modified time | relevance | path

Searched refs:supported_type (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/pinctrl/spear/
Dpinctrl-plgpio.c324 unsigned int supported_type = 0, val; in plgpio_irq_set_type() local
330 supported_type = IRQ_TYPE_LEVEL_HIGH; in plgpio_irq_set_type()
332 supported_type = IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING; in plgpio_irq_set_type()
334 if (!(trigger & supported_type)) in plgpio_irq_set_type()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dmain.c322 if (!(port_type[i] & dev->caps.supported_type[i+1])) { in mlx4_check_port_params()
413 dev->caps.supported_type[port] = port_cap->supported_port_types; in _mlx4_dev_port()
591 if (dev->caps.supported_type[i]) { in mlx4_dev_cap()
593 if (dev->caps.supported_type[i] == MLX4_PORT_TYPE_ETH) in mlx4_dev_cap()
596 else if (dev->caps.supported_type[i] == in mlx4_dev_cap()
617 ((dev->caps.supported_type[i] == MLX4_PORT_TYPE_AUTO) && in mlx4_dev_cap()
1187 if ((port_type & mdev->caps.supported_type[info->port]) != port_type) { in __set_port_type()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.c3261 ahw->supported_type = PORT_FIBRE; in qlcnic_83xx_test_link()
3267 ahw->supported_type = PORT_FIBRE; in qlcnic_83xx_test_link()
3271 ahw->supported_type = PORT_TP; in qlcnic_83xx_test_link()
3278 ahw->supported_type = PORT_DA; in qlcnic_83xx_test_link()
3282 ahw->supported_type = PORT_OTHER; in qlcnic_83xx_test_link()
3362 switch (ahw->supported_type) { in qlcnic_83xx_get_link_ksettings()
Dqlcnic.h498 u16 supported_type; member
/Linux-v4.19/include/linux/mlx4/
Ddevice.h609 u8 supported_type[MLX4_MAX_PORTS + 1]; member