Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/prestera/
Dprestera_rxtx.c217 u32 hw_port, dev_id; in prestera_rxtx_process_skb() local
229 hw_port = dsa.port_num; in prestera_rxtx_process_skb()
231 port = prestera_port_find_by_hwid(sdma->sw, dev_id, hw_port); in prestera_rxtx_process_skb()
234 dev_id, hw_port); in prestera_rxtx_process_skb()
/Linux-v6.6/drivers/net/wireless/realtek/rtw88/
Dmac80211.c170 port = find_first_zero_bit(rtwdev->hw_port, RTW_PORT_NUM); in rtw_ops_add_interface()
175 set_bit(port, rtwdev->hw_port); in rtw_ops_add_interface()
200 clear_bit(rtwvif->port, rtwdev->hw_port); in rtw_ops_add_interface()
244 clear_bit(rtwvif->port, rtwdev->hw_port); in rtw_ops_remove_interface()
Dmain.h2046 DECLARE_BITMAP(hw_port, RTW_PORT_NUM);
Dmain.c650 bitmap_zero(rtwdev->hw_port, RTW_PORT_NUM); in __fw_recovery_work()
/Linux-v6.6/drivers/usb/host/
Dxhci-mem.c2071 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port() local
2073 if (hw_port->rhub) { in xhci_add_in_port()
2076 hw_port->rhub->maj_rev, major_revision); in xhci_add_in_port()
2080 if (hw_port->rhub != rhub && in xhci_add_in_port()
2081 hw_port->hcd_portnum != DUPLICATE_ENTRY) { in xhci_add_in_port()
2082 hw_port->rhub->num_ports--; in xhci_add_in_port()
2083 hw_port->hcd_portnum = DUPLICATE_ENTRY; in xhci_add_in_port()
2087 hw_port->rhub = rhub; in xhci_add_in_port()
2088 hw_port->port_cap = port_cap; in xhci_add_in_port()
/Linux-v6.6/drivers/net/wireless/realtek/rtw89/
Dmac80211.c136 rtwvif->port = rtw89_core_acquire_bit_map(rtwdev->hw_port, in rtw89_ops_add_interface()
155 rtw89_core_release_bit_map(rtwdev->hw_port, rtwvif->port); in rtw89_ops_add_interface()
187 rtw89_core_release_bit_map(rtwdev->hw_port, rtwvif->port); in rtw89_ops_remove_interface()
Dser.c303 rtw89_core_release_bit_map(rtwdev->hw_port, rtwvif->port); in ser_reset_vif()
Dcore.h4412 DECLARE_BITMAP(hw_port, RTW89_PORT_NUM);
/Linux-v6.6/net/dsa/
Dslave.c2023 struct dsa_hw_port *hw_port; in dsa_bridge_mtu_normalization() local
2040 hw_port = kzalloc(sizeof(*hw_port), GFP_KERNEL); in dsa_bridge_mtu_normalization()
2041 if (!hw_port) in dsa_bridge_mtu_normalization()
2044 hw_port->dev = slave; in dsa_bridge_mtu_normalization()
2045 hw_port->old_mtu = slave->mtu; in dsa_bridge_mtu_normalization()
2047 list_add(&hw_port->list, &hw_port_list); in dsa_bridge_mtu_normalization()