Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c484 struct tls_hdr *thdr; in t4_push_ktls() local
648 thdr = (struct tls_hdr *)&m->m_epg_hdr; in t4_push_ktls()
651 __func__, toep->tid, m->m_epg_seqno, thdr->type, in t4_push_ktls()
662 write_tlstx_cpl(cpl, toep, thdr, tls_size, m->m_epg_seqno); in t4_push_ktls()
675 memcpy(buf, thdr + 1, toep->tls.iv_len); in t4_push_ktls()
/freebsd/sys/contrib/openzfs/cmd/
H A Ddbufstat.in55 thdr = ["pool", "objset", "dtype", "cached"]
628 hdr = txhdr if xflag else thdr
/freebsd/sys/cam/scsi/
H A Dscsi_enc_ses.c1489 const struct ses_elm_type_desc *thdr; in ses_process_config() local
1494 thdr = ses_cache->ses_types[iter.type_index].hdr; in ses_process_config()
1496 element->elm_type = thdr->etype_elm_type; in ses_process_config()
1497 element->subenclosure = thdr->etype_subenc; in ses_process_config()
1504 thdr->etype_subenc, thdr->etype_elm_type); in ses_process_config()
/freebsd/contrib/libpcap/
H A Dpcap-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/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td73 def THDR : UnaryRRE<"thdr", 0xB359, null_frag, FP64, FP64>;