Home
last modified time | relevance | path

Searched refs:hw_port (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/marvell/prestera/
Dprestera_rxtx.c219 u32 hw_port, dev_id; in prestera_rxtx_process_skb() local
230 hw_port = dsa.port_num; in prestera_rxtx_process_skb()
232 port = prestera_port_find_by_hwid(sdma->sw, dev_id, hw_port); in prestera_rxtx_process_skb()
235 dev_id, hw_port); in prestera_rxtx_process_skb()
/Linux-v5.10/drivers/usb/host/
Dxhci-mem.c2221 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port() local
2223 if (hw_port->rhub) { in xhci_add_in_port()
2228 hw_port->rhub->maj_rev, major_revision); in xhci_add_in_port()
2232 if (hw_port->rhub != rhub && in xhci_add_in_port()
2233 hw_port->hcd_portnum != DUPLICATE_ENTRY) { in xhci_add_in_port()
2234 hw_port->rhub->num_ports--; in xhci_add_in_port()
2235 hw_port->hcd_portnum = DUPLICATE_ENTRY; in xhci_add_in_port()
2239 hw_port->rhub = rhub; in xhci_add_in_port()
2240 hw_port->port_cap = port_cap; in xhci_add_in_port()
/Linux-v5.10/net/dsa/
Dslave.c1394 struct dsa_hw_port *hw_port; in dsa_bridge_mtu_normalization() local
1411 hw_port = kzalloc(sizeof(*hw_port), GFP_KERNEL); in dsa_bridge_mtu_normalization()
1412 if (!hw_port) in dsa_bridge_mtu_normalization()
1415 hw_port->dev = slave; in dsa_bridge_mtu_normalization()
1416 hw_port->old_mtu = slave->mtu; in dsa_bridge_mtu_normalization()
1418 list_add(&hw_port->list, &hw_port_list); in dsa_bridge_mtu_normalization()