Home
last modified time | relevance | path

Searched refs:out_bytes (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_ioctl.c107 if (mcmd->out_bytes) { in ocs_process_sli_config()
111 if (ocs_dma_alloc(ocs, dma, mcmd->out_bytes, 4096)) { in ocs_process_sli_config()
113 __func__, (unsigned long long)mcmd->out_bytes); in ocs_process_sli_config()
117 memset(dma->virt, 0, mcmd->out_bytes); in ocs_process_sli_config()
120 rdobj->host_buffer_descriptor[0].buffer_length = mcmd->out_bytes; in ocs_process_sli_config()
149 if (mcmd->out_bytes) { in ocs_process_sli_config()
153 if (ocs_dma_alloc(ocs, dma, mcmd->out_bytes, 4096)) { in ocs_process_sli_config()
155 __func__,(unsigned long long) mcmd->out_bytes); in ocs_process_sli_config()
159 memset(dma->virt, 0, mcmd->out_bytes); in ocs_process_sli_config()
180 uint32_t max_bytes = max(mcmd->in_bytes, mcmd->out_bytes); in ocs_process_sli_config()
[all …]
H A Docs_ioctl.h94 uint64_t out_bytes; /**< length of user space output buffer in bytes */ member
/freebsd-12.1/sys/netipsec/
H A Dkeysock.h42 uint64_t out_bytes; /* total bytecount */ member
H A Dkeysock.c101 PFKEYSTAT_ADD(out_bytes, m->m_pkthdr.len); in key_output()
/freebsd-12.1/usr.bin/netstat/
H A Dpfkey.c134 p(out_bytes, "\t{:sent-bytes/%ju} " in pfkey_stats()