Home
last modified time | relevance | path

Searched refs:thdr (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_tls.c631 struct tls_hdr *thdr; in t4_push_ktls() local
795 thdr = (struct tls_hdr *)&m->m_epg_hdr; in t4_push_ktls()
798 __func__, toep->tid, m->m_epg_seqno, thdr->type, in t4_push_ktls()
809 write_tlstx_cpl(cpl, toep, thdr, tls_size, m->m_epg_seqno); in t4_push_ktls()
822 memcpy(buf, thdr + 1, toep->tls.iv_len); in t4_push_ktls()
/freebsd-13-stable/sys/contrib/openzfs/cmd/dbufstat/
HDdbufstat.in55 thdr = ["pool", "objset", "dtype", "cached"]
626 hdr = txhdr if xflag else thdr
/freebsd-13-stable/sys/cam/scsi/
HDscsi_enc_ses.c1490 const struct ses_elm_type_desc *thdr; in ses_process_config() local
1495 thdr = ses_cache->ses_types[iter.type_index].hdr; in ses_process_config()
1497 element->elm_type = thdr->etype_elm_type; in ses_process_config()
1498 element->subenclosure = thdr->etype_subenc; in ses_process_config()
1505 thdr->etype_subenc, thdr->etype_elm_type); in ses_process_config()
/freebsd-13-stable/contrib/libpcap/
HDpcap-linux.c236 union thdr { union
3298 handle->buffer = malloc(handle->cc * sizeof(union thdr *)); in create_ring()
3447 union thdr h; in pcap_get_ring_frame_status()
4230 union thdr h; in pcap_read_linux_mmap_v2()
4327 union thdr h; in pcap_read_linux_mmap_v3()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrHFP.td73 def THDR : UnaryRRE<"thdr", 0xB359, null_frag, FP64, FP64>;