Searched refs:rsrc_type (Results 1 – 5 of 5) sorted by relevance
/drivers/infiniband/hw/ehca/ |
D | ehca_uverbs.c | 160 u32 rsrc_type) in ehca_mmap_cq() argument 164 switch (rsrc_type) { in ehca_mmap_cq() 189 rsrc_type, cq->cq_number); in ehca_mmap_cq() 197 u32 rsrc_type) in ehca_mmap_qp() argument 201 switch (rsrc_type) { in ehca_mmap_qp() 239 rsrc_type, qp->ib_qp.qp_num); in ehca_mmap_qp() 251 u32 rsrc_type = (fileoffset >> 25) & 0x3; /* sq,rq,cmnd_window */ in ehca_mmap() local 270 ret = ehca_mmap_cq(vma, cq, rsrc_type); in ehca_mmap() 292 ret = ehca_mmap_qp(vma, qp, rsrc_type); in ehca_mmap()
|
/drivers/pci/hotplug/ |
D | ibmphp_ebda.c | 180 __func__, ptr->rsrc_type ,ptr->bus_num, ptr->dev_fun,ptr->start_addr, ptr->end_addr); in print_ebda_pci_rsrc() 994 u8 type, rsrc_type; in ebda_rsrc_rsrc() local 1005 rsrc_type = type & EBDA_RSRC_TYPE_MASK; in ebda_rsrc_rsrc() 1007 if (rsrc_type == EBDA_IO_RSRC_TYPE) { in ebda_rsrc_rsrc() 1013 rsrc_ptr->rsrc_type = type; in ebda_rsrc_rsrc() 1023 …rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_add… in ebda_rsrc_rsrc() 1028 if (rsrc_type == EBDA_MEM_RSRC_TYPE || rsrc_type == EBDA_PFM_RSRC_TYPE) { in ebda_rsrc_rsrc() 1034 rsrc_ptr->rsrc_type = type; in ebda_rsrc_rsrc() 1044 …rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_add… in ebda_rsrc_rsrc()
|
D | ibmphp_res.c | 215 if (!(curr->rsrc_type & PCIDEVMASK)) { in ibmphp_rsrc_init() 222 if (curr->rsrc_type & PRIMARYBUSMASK) { in ibmphp_rsrc_init() 224 if ((curr->rsrc_type & RESTYPE) == MMASK) { in ibmphp_rsrc_init() 247 } else if ((curr->rsrc_type & RESTYPE) == PFMASK) { in ibmphp_rsrc_init() 270 } else if ((curr->rsrc_type & RESTYPE) == IOMASK) { in ibmphp_rsrc_init() 299 if ((curr->rsrc_type & RESTYPE) == MMASK) { in ibmphp_rsrc_init() 322 } else if ((curr->rsrc_type & RESTYPE) == PFMASK) { in ibmphp_rsrc_init() 339 } else if ((curr->rsrc_type & RESTYPE) == IOMASK) { in ibmphp_rsrc_init()
|
D | ibmphp.h | 237 u8 rsrc_type; member
|
/drivers/nubus/ |
D | nubus.c | 352 nubus_find_rsrc(struct nubus_dir* dir, unsigned char rsrc_type, in nubus_find_rsrc() argument 356 if (ent->type == rsrc_type) in nubus_find_rsrc()
|