Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/tom/
H A Dt4_tls.c497 struct tls_hdr *thdr; in t4_push_ktls() local
678 thdr = (struct tls_hdr *)&m->m_epg_hdr; in t4_push_ktls()
681 __func__, toep->tid, m->m_epg_seqno, thdr->type, in t4_push_ktls()
693 write_tlstx_cpl(cpl, toep, thdr, tls_size, in t4_push_ktls()
694 tls13 ? m->m_epg_record_type : thdr->type, m->m_epg_seqno); in t4_push_ktls()
708 memcpy(buf, thdr + 1, toep->tls.iv_len); in t4_push_ktls()
/src/sys/contrib/openzfs/cmd/
H A Ddbufstat.in56 thdr = ["pool", "objset", "dtype", "cached"]
629 hdr = txhdr if xflag else thdr
/src/sys/cam/scsi/
H A Dscsi_enc_ses.c1486 const struct ses_elm_type_desc *thdr; in ses_process_config() local
1491 thdr = ses_cache->ses_types[iter.type_index].hdr; in ses_process_config()
1493 element->elm_type = thdr->etype_elm_type; in ses_process_config()
1494 element->subenclosure = thdr->etype_subenc; in ses_process_config()
1501 thdr->etype_subenc, thdr->etype_elm_type); in ses_process_config()
/src/contrib/libpcap/
H A Dpcap-linux.c236 union thdr { union
3436 handle->buffer = malloc(handle->cc * sizeof(union thdr *)); in create_ring()
3585 union thdr h; in pcap_get_ring_frame_status()
4368 union thdr h; in pcap_read_linux_mmap_v2()
4465 union thdr h; in pcap_read_linux_mmap_v3()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td73 def THDR : UnaryRRE<"thdr", 0xB359, null_frag, FP64, FP64>;