Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/usb/host/
H A Dxhci-mem.c2090 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port() local
2092 if (hw_port->rhub) { in xhci_add_in_port()
2095 hw_port->rhub->maj_rev, major_revision); in xhci_add_in_port()
2099 if (hw_port->rhub != rhub && in xhci_add_in_port()
2100 hw_port->hcd_portnum != DUPLICATE_ENTRY) { in xhci_add_in_port()
2101 hw_port->rhub->num_ports--; in xhci_add_in_port()
2102 hw_port->hcd_portnum = DUPLICATE_ENTRY; in xhci_add_in_port()
2106 hw_port->rhub = rhub; in xhci_add_in_port()
2107 hw_port->port_cap = port_cap; in xhci_add_in_port()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c176 port = find_first_zero_bit(rtwdev->hw_port, RTW_PORT_NUM); in rtw_ops_add_interface()
181 set_bit(port, rtwdev->hw_port); in rtw_ops_add_interface()
206 clear_bit(rtwvif->port, rtwdev->hw_port); in rtw_ops_add_interface()
252 clear_bit(rtwvif->port, rtwdev->hw_port); in rtw_ops_remove_interface()