Searched refs:netFnShift (Results 1 – 2 of 2) sorted by relevance
35 static constexpr uint8_t netFnShift = 2; member in serialbridge::SerialChannel36 static constexpr uint8_t lunMask = (1 << netFnShift) - 1;
171 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()