Searched refs:iv_buffer (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/dev/cxgbe/tom/ |
| H A D | t4_tls.c | 1338 if (iv_buffer != NULL) { in write_tlstx_sgl() 1339 rc = sglist_append(&sg, iv_buffer, iv_len); in write_tlstx_sgl() 1361 __func__, nsegs, start, iv_buffer)); in write_tlstx_sgl() 1390 void *iv_buffer, *iv_dst, *buf; in t4_push_tls_records() local 1563 iv_buffer = malloc(iv_len, M_CXGBE, M_NOWAIT); in t4_push_tls_records() 1564 if (iv_buffer == NULL) { in t4_push_tls_records() 1579 iv_buffer = NULL; in t4_push_tls_records() 1588 int n = sglist_count(iv_buffer, iv_len); in t4_push_tls_records() 1623 MPASS(iv_buffer == NULL); in t4_push_tls_records() 1627 iv_dst = iv_buffer; in t4_push_tls_records() [all …]
|
| H A D | t4_tom.h | 124 void *iv_buffer; /* optional buffer holding IVs for TLS */ member
|
| H A D | t4_cpl_io.c | 1906 if (txsd->iv_buffer) { in do_fw4_ack() 1907 free(txsd->iv_buffer, M_CXGBE); in do_fw4_ack() 1908 txsd->iv_buffer = NULL; in do_fw4_ack()
|