Home
last modified time | relevance | path

Searched refs:iv_buffer (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/cxgbe/tom/
H A Dt4_tls.c1041 if (iv_buffer != NULL) { in write_tlstx_sgl()
1042 rc = sglist_append(&sg, iv_buffer, iv_len); in write_tlstx_sgl()
1064 __func__, nsegs, start, iv_buffer)); in write_tlstx_sgl()
1093 void *iv_buffer, *iv_dst, *buf; in t4_push_tls_records() local
1267 iv_buffer = malloc(iv_len, M_CXGBE, M_NOWAIT); in t4_push_tls_records()
1268 if (iv_buffer == NULL) { in t4_push_tls_records()
1283 iv_buffer = NULL; in t4_push_tls_records()
1292 int n = sglist_count(iv_buffer, iv_len); in t4_push_tls_records()
1327 MPASS(iv_buffer == NULL); in t4_push_tls_records()
1331 iv_dst = iv_buffer; in t4_push_tls_records()
[all …]
H A Dt4_tom.h118 void *iv_buffer; /* optional buffer holding IVs for TLS */ member
H A Dt4_cpl_io.c1742 if (txsd->iv_buffer) { in do_fw4_ack()
1743 free(txsd->iv_buffer, M_CXGBE); in do_fw4_ack()
1744 txsd->iv_buffer = NULL; in do_fw4_ack()