Home
last modified time | relevance | path

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

/block/
Dopal_proto.h243 struct opal_packet pkt; member
Dsed-opal.c710 hdr->pkt.tsn = cpu_to_be32(tsn); in cmd_finalize()
711 hdr->pkt.hsn = cpu_to_be32(hsn); in cmd_finalize()
721 hdr->pkt.length = cpu_to_be32(cmd->pos - sizeof(hdr->cp) - in cmd_finalize()
722 sizeof(hdr->pkt)); in cmd_finalize()
868 plen = be32_to_cpu(hdr->pkt.length); in response_parse()