Searched refs:thdr (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tls.c | 484 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 D | dbufstat.in | 55 thdr = ["pool", "objset", "dtype", "cached"] 628 hdr = txhdr if xflag else thdr
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_enc_ses.c | 1489 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 D | pcap-linux.c | 236 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 D | SystemZInstrHFP.td | 73 def THDR : UnaryRRE<"thdr", 0xB359, null_frag, FP64, FP64>;
|