HomeSort by: relevance | last modified time | path
    Searched refs:hdr_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/qat/
qat_hw17reg.h 194 #define FW_COMN_HEARTBEAT_HDR_FLAG_GET(hdr_t) \
195 FW_COMN_HEARTBEAT_FLAG_GET(hdr_t.flags)
197 #define FW_COMN_HEARTBEAT_HDR_FLAG_SET(hdr_t, val) \
198 FW_COMN_HEARTBEAT_FLAG_SET(hdr_t, val)
615 * hdr_t Request or Response 'hdr_t' structure to extract the valid bit
618 #define FW_COMN_HDR_VALID_FLAG_GET(hdr_t) \
619 FW_COMN_VALID_FLAG_GET(hdr_t.hdr_flags)
624 * hdr_t Response 'hdr_t' structure to extract the CNVNR bi
    [all...]
  /src/share/examples/refuse/ian/libfetch/
http.c 350 } hdr_t; typedef in typeref:enum:__anon1d674b7e0103
354 hdr_t num;
451 static hdr_t
814 hdr_t h;

Completed in 16 milliseconds