CMD_DEVID_SHIFT
#define CMD_DEVID_MASK (0xFFFFFFFFUL << CMD_DEVID_SHIFT)
cmd->cmd_dword[0] |= htole64((uint64_t)devid << CMD_DEVID_SHIFT);