Home
last modified time | relevance | path

Searched refs:have_header (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcmvar.h72 bool have_header);
H A Dbhnd_nvram_data_bcm.c175 void *outp, size_t *olen, bhnd_nvram_type otype, bool have_header) in bhnd_nvram_bcm_getvar_direct_common() argument
190 if (have_header) { in bhnd_nvram_bcm_getvar_direct_common()
/freebsd/sys/dev/nvmf/
H A Dnvmf_tcp.c1087 bool have_header; in nvmf_tcp_receive() local
1090 have_header = false; in nvmf_tcp_receive()
1110 if (!have_header && avail == 0) in nvmf_tcp_receive()
1117 if (avail == 0 || (!have_header && avail < sizeof(ch))) { in nvmf_tcp_receive()
1123 if (!have_header) { in nvmf_tcp_receive()
1142 have_header = true; in nvmf_tcp_receive()
1210 have_header = false; in nvmf_tcp_receive()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c1179 bool have_header; in tls_update_tcb()
1184 have_header = ktls_pending_rx_info(sb, &seqno, &resid); in tls_update_tcb()
1185 CTR5(KTR_CXGBE, "%s: tid %d have_header %d seqno %lu resid %zu", in tls_update_tcb()
1186 __func__, toep->tid, have_header, seqno, resid); in tls_update_tcb()
1193 if (!have_header || resid != 0) { in tls_update_tcb()
1215 bool have_header; tls_check_rx_sockbuf() local