Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Ditem.h374 #define LOCAL_PORT_LSB_SIZE 8 macro
381 .size = {.bits = LOCAL_PORT_LSB_SIZE,}, \
399 return (lp_msb << LOCAL_PORT_LSB_SIZE) + local_port; \
405 val & ((1 << LOCAL_PORT_LSB_SIZE) - 1)); \
407 val >> LOCAL_PORT_LSB_SIZE); \