Home
last modified time | relevance | path

Searched refs:hw_port (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/prestera/
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A 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()
H A Dmain.h2046 DECLARE_BITMAP(hw_port, RTW_PORT_NUM);
H A Dmain.c650 bitmap_zero(rtwdev->hw_port, RTW_PORT_NUM); in __fw_recovery_work()
/kernel/linux/linux-5.10/net/dsa/
H A Dslave.c1431 struct dsa_hw_port *hw_port; in dsa_bridge_mtu_normalization() local
1448 hw_port = kzalloc(sizeof(*hw_port), GFP_KERNEL); in dsa_bridge_mtu_normalization()
1449 if (!hw_port) in dsa_bridge_mtu_normalization()
1452 hw_port->dev = slave; in dsa_bridge_mtu_normalization()
1453 hw_port->old_mtu = slave->mtu; in dsa_bridge_mtu_normalization()
1455 list_add(&hw_port->list, &hw_port_list); in dsa_bridge_mtu_normalization()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c2261 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port() local
2263 if (hw_port->rhub) { in xhci_add_in_port()
2268 hw_port->rhub->maj_rev, major_revision); in xhci_add_in_port()
2272 if (hw_port->rhub != rhub && in xhci_add_in_port()
2273 hw_port->hcd_portnum != DUPLICATE_ENTRY) { in xhci_add_in_port()
2274 hw_port->rhub->num_ports--; in xhci_add_in_port()
2275 hw_port->hcd_portnum = DUPLICATE_ENTRY; in xhci_add_in_port()
2279 hw_port->rhub = rhub; in xhci_add_in_port()
2280 hw_port->port_cap = port_cap; in xhci_add_in_port()
/kernel/linux/linux-6.6/drivers/usb/host/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A 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()
H A Dser.c303 rtw89_core_release_bit_map(rtwdev->hw_port, rtwvif->port); in ser_reset_vif()
H A Dcore.h4406 DECLARE_BITMAP(hw_port, RTW89_PORT_NUM);
/kernel/linux/linux-6.6/net/dsa/
H A 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()

Completed in 43 milliseconds