Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_ioctl.c96 if (mcmd->out_bytes) { in ocs_process_sli_config()
100 if (ocs_dma_alloc(ocs, dma, mcmd->out_bytes, 4096)) { in ocs_process_sli_config()
102 __func__, (unsigned long long)mcmd->out_bytes); in ocs_process_sli_config()
106 memset(dma->virt, 0, mcmd->out_bytes); in ocs_process_sli_config()
109 rdobj->host_buffer_descriptor[0].buffer_length = mcmd->out_bytes; in ocs_process_sli_config()
143 if (mcmd->out_bytes) { in ocs_process_sli_config()
147 if (ocs_dma_alloc(ocs, dma, mcmd->out_bytes, 4096)) { in ocs_process_sli_config()
149 __func__,(unsigned long long) mcmd->out_bytes); in ocs_process_sli_config()
153 memset(dma->virt, 0, mcmd->out_bytes); in ocs_process_sli_config()
156 rdobj->host_buffer_descriptor[0].buffer_length = mcmd->out_bytes; in ocs_process_sli_config()
[all …]
H A Docs_ioctl.h92 uint64_t out_bytes; /**< length of user space output buffer in bytes */ member
/freebsd/sys/netipsec/
H A Dkeysock.h41 uint64_t out_bytes; /* total bytecount */ member
H A Dkeysock.c103 PFKEYSTAT_ADD(out_bytes, m->m_pkthdr.len); in key_send()
/freebsd/usr.bin/netstat/
H A Dpfkey.c125 p(out_bytes, "\t{:sent-bytes/%ju} " in pfkey_stats()