Searched refs:hw_port (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/marvell/prestera/ |
D | prestera_rxtx.c | 220 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-5.19.10/drivers/usb/host/ |
D | xhci-mem.c | 2205 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port() local 2207 if (hw_port->rhub) { in xhci_add_in_port() 2212 hw_port->rhub->maj_rev, major_revision); in xhci_add_in_port() 2216 if (hw_port->rhub != rhub && in xhci_add_in_port() 2217 hw_port->hcd_portnum != DUPLICATE_ENTRY) { in xhci_add_in_port() 2218 hw_port->rhub->num_ports--; in xhci_add_in_port() 2219 hw_port->hcd_portnum = DUPLICATE_ENTRY; in xhci_add_in_port() 2223 hw_port->rhub = rhub; in xhci_add_in_port() 2224 hw_port->port_cap = port_cap; in xhci_add_in_port()
|
/linux-5.19.10/drivers/net/wireless/realtek/rtw89/ |
D | mac80211.c | 115 rtwvif->port = rtw89_core_acquire_bit_map(rtwdev->hw_port, in rtw89_ops_add_interface() 130 rtw89_core_release_bit_map(rtwdev->hw_port, rtwvif->port); in rtw89_ops_add_interface() 155 rtw89_core_release_bit_map(rtwdev->hw_port, rtwvif->port); in rtw89_ops_remove_interface()
|
D | ser.c | 296 rtw89_core_release_bit_map(rtwdev->hw_port, rtwvif->port); in ser_reset_vif()
|
D | core.h | 3117 DECLARE_BITMAP(hw_port, RTW89_PORT_NUM);
|
/linux-5.19.10/net/dsa/ |
D | slave.c | 1735 struct dsa_hw_port *hw_port; in dsa_bridge_mtu_normalization() local 1752 hw_port = kzalloc(sizeof(*hw_port), GFP_KERNEL); in dsa_bridge_mtu_normalization() 1753 if (!hw_port) in dsa_bridge_mtu_normalization() 1756 hw_port->dev = slave; in dsa_bridge_mtu_normalization() 1757 hw_port->old_mtu = slave->mtu; in dsa_bridge_mtu_normalization() 1759 list_add(&hw_port->list, &hw_port_list); in dsa_bridge_mtu_normalization()
|