Searched refs:iounit (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/sparc/mm/ |
| H A D | io-unit.c | 43 struct iounit_struct *iounit; in iounit_iommu_init() local 47 iounit = kzalloc_obj(struct iounit_struct, GFP_ATOMIC); in iounit_iommu_init() 48 if (!iounit) { in iounit_iommu_init() 53 iounit->limit[0] = IOUNIT_BMAP1_START; in iounit_iommu_init() 54 iounit->limit[1] = IOUNIT_BMAP2_START; in iounit_iommu_init() 55 iounit->limit[2] = IOUNIT_BMAPM_START; in iounit_iommu_init() 56 iounit->limit[3] = IOUNIT_BMAPM_END; in iounit_iommu_init() 57 iounit->rotor[1] = IOUNIT_BMAP2_START; in iounit_iommu_init() 58 iounit->rotor[2] = IOUNIT_BMAPM_START; in iounit_iommu_init() 66 op->dev.archdata.iommu = iounit; in iounit_iommu_init() [all …]
|
| /linux/net/9p/ |
| H A D | client.c | 1115 int iounit; in p9_client_open() 1133 err = p9pdu_readf(&req->rc, clnt->proto_version, "Qd", &qid, &iounit); in p9_client_open() 1139 p9_debug(P9_DEBUG_9P, "<<< %s qid %x.%llx.%x iounit %x\n", in p9_client_open() 1141 qid.path, qid.version, iounit); in p9_client_open() 1145 fid->iounit = iounit; in p9_client_open() 1160 int iounit; in p9_client_create_dotl() 1178 err = p9pdu_readf(&req->rc, clnt->proto_version, "Qd", qid, &iounit); in p9_client_create_dotl() 1184 p9_debug(P9_DEBUG_9P, "<<< RLCREATE qid %x.%llx.%x iounit %x\n", in p9_client_create_dotl() 1185 qid->type, qid->path, qid->version, iounit); in p9_client_create_dotl() 1112 int iounit; p9_client_open() local 1157 int iounit; p9_client_create_dotl() local 1202 int iounit; p9_client_fcreate() local [all...] |
| /linux/include/net/9p/ |
| H A D | client.h | 233 * @iounit: the server reported maximum transaction size for this file 252 u32 iounit; 250 u32 iounit; global() member
|