Searched refs:mfs (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/netmap/ |
H A D | netmap_offloadings.c | 347 dst_na->mfs); in bdg_mismatch_datapath() 369 if (gso_bytes + copy > dst_na->mfs) in bdg_mismatch_datapath() 370 copy = dst_na->mfs - gso_bytes; in bdg_mismatch_datapath() 378 if (gso_bytes >= dst_na->mfs || in bdg_mismatch_datapath()
|
H A D | netmap_vale.c | 883 if (dst_na->mfs < na->mfs) { in nm_vale_flush() 894 KASSERT(dst_na->mfs > 0, ("vpna->mfs is 0")); in nm_vale_flush() 895 needed = (needed * na->mfs) / in nm_vale_flush() 896 (dst_na->mfs - WORST_CASE_GSO_HEADER) + 1; in nm_vale_flush() 897 nm_prdis(3, "srcmtu=%u, dstmtu=%u, x=%u", na->mfs, dst_na->mfs, needed); in nm_vale_flush() 1189 vpna->mfs = NM_BDG_MFS_DEFAULT; in netmap_vale_vp_create() 1194 nm_prinf("max frame size %u", vpna->mfs); in netmap_vale_vp_create() 1296 bna->up.mfs = NM_BDG_MFS_DEFAULT; in netmap_vale_bwrap_attach() 1301 bna->host.mfs = NM_BDG_MFS_DEFAULT; in netmap_vale_bwrap_attach()
|
H A D | netmap_kern.h | 1015 u_int mfs; member
|
H A D | netmap.c | 3022 vpna->mfs = NETMAP_BUF_SIZE(na); in netmap_ioctl()
|
/freebsd/sys/dev/md/ |
H A D | embedfs.S | 35 .section mfs, "a", %progbits
|
/freebsd/sbin/bsdlabel/ |
H A D | disktab | 174 minimum:ty=mfs:se#512:nt#1:rm#300:\ 179 minimum2:ty=mfs:se#512:nt#1:rm#300:\ 184 minimum3:ty=mfs:se#512:nt#1:rm#300:\
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.h | 204 __be16 mfs; member
|
H A D | t4_keyctx.c | 664 kwr->mfs = htobe16(tls->params.max_frame_len); in t4_write_tlskey_wr()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_config.c | 5769 static char mfs[1024]; build_mflags() local
|
/freebsd/share/doc/smm/01.setup/ |
H A D | spell.ok | 380 mfs
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tls.c | 373 txwr->mfs = htobe16(tls_ofld->frag_size); in write_tlstx_wr()
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 3836 __be16 mfs; member
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 19264 OLD_FILES+=usr/include/ufs/mfs/mfs_extern.h 19265 OLD_FILES+=usr/include/ufs/mfs/mfsnode.h 19681 OLD_DIRS+=usr/include/ufs/mfs
|