Home
last modified time | relevance | path

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

/block/
Dopal_proto.h248 struct opal_packet pkt; member
Dsed-opal.c712 hdr->pkt.tsn = cpu_to_be32(tsn); in cmd_finalize()
713 hdr->pkt.hsn = cpu_to_be32(hsn); in cmd_finalize()
723 hdr->pkt.length = cpu_to_be32(cmd->pos - sizeof(hdr->cp) - in cmd_finalize()
724 sizeof(hdr->pkt)); in cmd_finalize()
870 plen = be32_to_cpu(hdr->pkt.length); in response_parse()