Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/
H A Dcommand_table.hpp16 static constexpr size_t lunBits = 2; member
25 return netFnLun() >> lunBits; in netFn()
29 return netFnLun() & ((1 << (lunBits + 1)) - 1); in lun()