Home
last modified time | relevance | path

Searched refs:switch_port (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dsunvnet.c127 port->q_index, port->switch_port ? "s" : "q", in vnet_get_strings()
218 if (!port->switch_port) in __tx_port_find()
430 int len, i, err, switch_port; in vnet_port_probe() local
474 switch_port = 0; in vnet_port_probe()
476 switch_port = 1; in vnet_port_probe()
477 port->switch_port = switch_port; in vnet_port_probe()
482 if (switch_port) in vnet_port_probe()
494 vp->dev->name, port->raddr, switch_port ? " switch-port" : ""); in vnet_port_probe()
H A Dsunvnet_common.h65 unsigned switch_port:1; member
H A Dldmvsw.c336 port->switch_port = 1; in vsw_port_probe()
H A Dsunvnet_common.c450 skb->ip_summed = port->switch_port ? CHECKSUM_NONE : CHECKSUM_PARTIAL; in vnet_rx_one()
1438 !port->switch_port) { in sunvnet_start_xmit_common()
1654 if (port->switch_port) { in sunvnet_set_rx_mode_common()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dbcmsysport.h724 unsigned int switch_port; /* switch port queue number */ member
H A Dbcmsysport.c1534 reg |= ring->switch_port << RING_PORT_ID_SHIFT; in bcm_sysport_init_tx_ring()
1582 ring->switch_port); in bcm_sysport_init_tx_ring()
2373 ring->switch_port = port; in bcm_sysport_map_queues()
2409 if (ring->switch_port != port) in bcm_sysport_unmap_queues()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dmidi.c989 goto switch_port; in snd_usbmidi_emagic_input()
1007 switch_port: in snd_usbmidi_emagic_input()
/OK3568_Linux_fs/kernel/include/net/
H A Ddevlink.h134 switch_port:1; member
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi.h1317 __le16 switch_port; member
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Daacraid.h385 u16 switch_port; member
/OK3568_Linux_fs/kernel/net/core/
H A Ddevlink.c8289 devlink_port->switch_port = true; in __devlink_port_attrs_set()
8293 devlink_port->switch_port = false; in __devlink_port_attrs_set()
10299 if (!devlink_port || !devlink_port->switch_port) in devlink_compat_switch_id_get()