Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/transport/serialbridge/
H A Dserialcmd.hpp35 static constexpr uint8_t netFnShift = 2; member in serialbridge::SerialChannel
36 static constexpr uint8_t lunMask = (1 << netFnShift) - 1;
H A Dserialcmd.cpp171 uint8_t netFnLun = (netFn << netFnShift) | (lun & lunMask); in write()
172 uint8_t seqLun = (seq << netFnShift) | (lun & lunMask); in write()
295 uint8_t netFn = header->rsNetFnLUN >> netFnShift; in read()
298 uint8_t seq = header->rqSeqLUN >> netFnShift; in read()