Searched refs:extra_bytes (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/liquidio/base/
H A Dlio_droq.h190 * @param extra_bytes - extra bytes to be allocated at the end of the recv info
195 lio_alloc_recv_info(int extra_bytes) argument
201 extra_bytes, M_DEVBUF, M_NOWAIT | M_ZERO);
208 if (extra_bytes)
/freebsd-current/contrib/netbsd-tests/net/bpf/
H A Dt_bpf.c112 const size_t extra_bytes = 28; local
113 const size_t total = extra_bytes + UINT_MAX + 1;
/freebsd-current/sys/contrib/xen/hvm/
H A Dhvm_op.h155 uint16_t event, extra_bytes; member in struct:xen_hvm_xentrace
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c1393 u32 extra_bytes; /* Extraneous bytes transferred */ member in struct:sym_ccb
4784 cp->extra_bytes = 0;
5475 resid -= cp->extra_bytes;
6137 cp->extra_bytes += INL (nc_scratcha);
7590 cp->extra_bytes = 0;
/freebsd-current/sys/cam/scsi/
H A Dscsi_all.h3339 uint8_t extra_bytes[14]; member in struct:scsi_sense_data_fixed

Completed in 129 milliseconds