Home
last modified time | relevance | path

Searched refs:BASE_RX_PORTID (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
H A Dfman.c55 #define BASE_RX_PORTID 0x08 macro
611 else if (hw_port_id >= BASE_RX_PORTID) in hw_port_id_to_sw_port_id()
612 sw_port_id = hw_port_id - BASE_RX_PORTID; in hw_port_id_to_sw_port_id()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/
H A Dfman.c29 #define BASE_RX_PORTID 0x08 macro
585 else if (hw_port_id >= BASE_RX_PORTID) in hw_port_id_to_sw_port_id()
586 sw_port_id = hw_port_id - BASE_RX_PORTID; in hw_port_id_to_sw_port_id()

Completed in 9 milliseconds