Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/
A Dprestera_rxtx.c220 u32 hw_port, dev_id; in prestera_rxtx_process_skb() local
232 hw_port = dsa.port_num; in prestera_rxtx_process_skb()
234 port = prestera_port_find_by_hwid(sdma->sw, dev_id, hw_port); in prestera_rxtx_process_skb()
237 dev_id, hw_port); in prestera_rxtx_process_skb()
/linux-6.3-rc2/drivers/usb/host/
A Dxhci-mem.c2079 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port() local
2081 if (hw_port->rhub) { in xhci_add_in_port()
2086 hw_port->rhub->maj_rev, major_revision); in xhci_add_in_port()
2090 if (hw_port->rhub != rhub && in xhci_add_in_port()
2091 hw_port->hcd_portnum != DUPLICATE_ENTRY) { in xhci_add_in_port()
2092 hw_port->rhub->num_ports--; in xhci_add_in_port()
2093 hw_port->hcd_portnum = DUPLICATE_ENTRY; in xhci_add_in_port()
2097 hw_port->rhub = rhub; in xhci_add_in_port()
2098 hw_port->port_cap = port_cap; in xhci_add_in_port()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/
A Dmac80211.c124 rtwvif->port = rtw89_core_acquire_bit_map(rtwdev->hw_port, in rtw89_ops_add_interface()
142 rtw89_core_release_bit_map(rtwdev->hw_port, rtwvif->port); in rtw89_ops_add_interface()
171 rtw89_core_release_bit_map(rtwdev->hw_port, rtwvif->port); in rtw89_ops_remove_interface()
A Dser.c300 rtw89_core_release_bit_map(rtwdev->hw_port, rtwvif->port); in ser_reset_vif()
A Dcore.h3782 DECLARE_BITMAP(hw_port, RTW89_PORT_NUM);
/linux-6.3-rc2/net/dsa/
A Dslave.c1879 struct dsa_hw_port *hw_port; in dsa_bridge_mtu_normalization() local
1896 hw_port = kzalloc(sizeof(*hw_port), GFP_KERNEL); in dsa_bridge_mtu_normalization()
1897 if (!hw_port) in dsa_bridge_mtu_normalization()
1900 hw_port->dev = slave; in dsa_bridge_mtu_normalization()
1901 hw_port->old_mtu = slave->mtu; in dsa_bridge_mtu_normalization()
1903 list_add(&hw_port->list, &hw_port_list); in dsa_bridge_mtu_normalization()

Completed in 51 milliseconds