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

/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c889 int real_port; local
907 for (slave_port = 0, real_port = first_port;
908 real_port < first_port +
910 ++real_port, ++slave_port) {
911 if (flags & (MLX4_DEV_CAP_FLAG_WOL_PORT1 << real_port))
H A Dresource_tracker.c3825 int real_port; local
3832 real_port = mlx4_slave_convert_port(dev, slave, gid[5]);
3833 if (real_port < 0)
3835 gid[5] = real_port;
/drivers/usb/host/
H A Dxhci-mem.c851 * it may not have the real_port set correctly.
853 if (virt_dev->real_port == 0 ||
854 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) {
859 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts);
894 &xhci->rh_bw[virt_dev->real_port - 1].tts);
1147 dev->real_port = port_num;
H A Dxhci.c2095 bw_table = &xhci->rh_bw[virt_dev->real_port - 1].bw_table;
2213 virt_dev->real_port);
2226 virt_dev->real_port);
2323 unsigned int port_index = virt_dev->real_port - 1;
2521 rh_bw_info = &xhci->rh_bw[virt_dev->real_port - 1];
H A Dxhci.h941 u8 real_port; member in struct:xhci_virt_device

Completed in 105 milliseconds