Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_ioctl.c97 if (mcmd->out_bytes) { in ocs_process_sli_config()
101 if (ocs_dma_alloc(ocs, dma, mcmd->out_bytes, 4096)) { in ocs_process_sli_config()
103 __func__, (unsigned long long)mcmd->out_bytes); in ocs_process_sli_config()
107 memset(dma->virt, 0, mcmd->out_bytes); in ocs_process_sli_config()
110 rdobj->host_buffer_descriptor[0].buffer_length = mcmd->out_bytes; in ocs_process_sli_config()
138 if (mcmd->out_bytes) { in ocs_process_sli_config()
142 if (ocs_dma_alloc(ocs, dma, mcmd->out_bytes, 4096)) { in ocs_process_sli_config()
144 __func__,(unsigned long long) mcmd->out_bytes); in ocs_process_sli_config()
148 memset(dma->virt, 0, mcmd->out_bytes); in ocs_process_sli_config()
168 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-13.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-13.1/usr.bin/netstat/
H A Dpfkey.c134 p(out_bytes, "\t{:sent-bytes/%ju} " in pfkey_stats()