Home
last modified time | relevance | path

Searched refs:round_len (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_rdma.c1381 uint_t round_len; in rdma_setup_read_chunks() local
1418 round_len = *wcl_len - data_len; in rdma_setup_read_chunks()
1420 if (round_len) { in rdma_setup_read_chunks()
1426 if (avail_len >= round_len) { in rdma_setup_read_chunks()
1427 wcl->c_len += round_len; in rdma_setup_read_chunks()
1433 if ((wcl == NULL) || (wcl->c_len < round_len)) { in rdma_setup_read_chunks()
1436 int, round_len); in rdma_setup_read_chunks()
1439 wcl->c_len = round_len; in rdma_setup_read_chunks()
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c3783 uint64_t round_answer, round_len; in pcicfg_probe_bridge() local
4065 &round_answer, &round_len, NDI_RA_TYPE_PCI_PREFETCH_MEM, in pcicfg_probe_bridge()
4103 &round_answer, &round_len, NDI_RA_TYPE_MEM, NDI_RA_PASS); in pcicfg_probe_bridge()
4145 &round_answer, &round_len, NDI_RA_TYPE_IO, NDI_RA_PASS); in pcicfg_probe_bridge()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c5867 uint_t bytes, round_len; in rfs4_op_write() local
5871 round_len = roundup(args->data_len, BYTES_PER_XDR_UNIT); in rfs4_op_write()
5873 m != NULL && bytes < round_len; in rfs4_op_write()
5880 if (bytes != round_len) { in rfs4_op_write()
5882 bytes, round_len, args->data_len); in rfs4_op_write()
5885 ASSERT(bytes == round_len); in rfs4_op_write()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c4905 uint64_t round_answer, round_len; in pcicfg_probe_bridge() local
5130 &round_answer, &round_len, NDI_RA_TYPE_MEM, NDI_RA_PASS); in pcicfg_probe_bridge()
5172 &round_answer, &round_len, NDI_RA_TYPE_IO, NDI_RA_PASS); in pcicfg_probe_bridge()