Searched refs:hl_pkt_hdr (Results 1 – 1 of 1) sorted by relevance
61 struct hl_pkt_hdr { struct96 #define HL_HEADERS_SZ (sizeof(struct hl_hdr) + sizeof(struct hl_pkt_hdr))112 volatile struct hl_pkt_hdr pkt_hdr;221 static void hl_pkt_init(volatile struct hl_pkt_hdr *pkt, int size) in hl_pkt_init()224 hl_write32(&pkt->total_size, ALIGN(size, 4) + sizeof(struct hl_pkt_hdr)); in hl_pkt_init()