Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/
Ditem.h370 #define LOCAL_PORT_LSB_SIZE 8 macro
377 .size = {.bits = LOCAL_PORT_LSB_SIZE,}, \
395 return (lp_msb << LOCAL_PORT_LSB_SIZE) + local_port; \
401 val & ((1 << LOCAL_PORT_LSB_SIZE) - 1)); \
403 val >> LOCAL_PORT_LSB_SIZE); \