Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-mem.c851 if (virt_dev->real_port == 0 || in xhci_free_tt_info()
852 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_tt_info()
857 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info()
892 &xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_alloc_tt_info()
1145 dev->real_port = port_num; in xhci_setup_addressable_virt_dev()
Dxhci.c2104 bw_table = &xhci->rh_bw[virt_dev->real_port - 1].bw_table; in xhci_check_tt_bw_table()
2222 virt_dev->real_port); in xhci_check_bw_table()
2235 virt_dev->real_port); in xhci_check_bw_table()
2332 unsigned int port_index = virt_dev->real_port - 1; in xhci_check_bw_table()
2530 rh_bw_info = &xhci->rh_bw[virt_dev->real_port - 1]; in xhci_update_tt_active_eps()
Dxhci.h994 u8 real_port; member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dfw.c1153 int real_port; in mlx4_QUERY_DEV_CAP_wrapper() local
1171 for (slave_port = 0, real_port = first_port; in mlx4_QUERY_DEV_CAP_wrapper()
1172 real_port < first_port + in mlx4_QUERY_DEV_CAP_wrapper()
1174 ++real_port, ++slave_port) { in mlx4_QUERY_DEV_CAP_wrapper()
1175 if (flags & (MLX4_DEV_CAP_FLAG_WOL_PORT1 << real_port)) in mlx4_QUERY_DEV_CAP_wrapper()
Dresource_tracker.c4043 int real_port; in mlx4_adjust_port() local
4050 real_port = mlx4_slave_convert_port(dev, slave, gid[5]); in mlx4_adjust_port()
4051 if (real_port < 0) in mlx4_adjust_port()
4053 gid[5] = real_port; in mlx4_adjust_port()