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

/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c1011 void *iv_buffer, int iv_len, int nsegs, int n)
1053 if (iv_buffer != NULL) {
1054 rc = sglist_append(&sg, iv_buffer, iv_len);
1075 KASSERT(nsegs == 0, ("%s: nsegs %d, start %p, iv_buffer %p",
1076 __func__, nsegs, start, iv_buffer));
1105 void *iv_buffer, *iv_dst, *buf; local
1279 iv_buffer = malloc(iv_len, M_CXGBE, M_NOWAIT);
1280 if (iv_buffer == NULL) {
1295 iv_buffer = NULL;
1304 int n = sglist_count(iv_buffer, iv_le
1010 write_tlstx_sgl(void *dst, struct mbuf *start, int skip, int plen, void *iv_buffer, int iv_len, int nsegs, int n) argument
[all...]
H A Dt4_tom.h89 void *iv_buffer; /* optional buffer holding IVs for TLS */ member in struct:ofld_tx_sdesc
H A Dt4_cpl_io.c1765 if (txsd->iv_buffer) {
1766 free(txsd->iv_buffer, M_CXGBE);
1767 txsd->iv_buffer = NULL;

Completed in 231 milliseconds