Searched refs:rsrc_type (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_uverbs.c | 162 u32 rsrc_type) in ehca_mmap_cq() argument 166 switch (rsrc_type) { in ehca_mmap_cq() 191 rsrc_type, cq->cq_number); in ehca_mmap_cq() 199 u32 rsrc_type) in ehca_mmap_qp() argument 203 switch (rsrc_type) { in ehca_mmap_qp() 241 rsrc_type, qp->ib_qp.qp_num); in ehca_mmap_qp() 253 u32 rsrc_type = (fileoffset >> 25) & 0x3; /* sq,rq,cmnd_window */ in ehca_mmap() local 272 ret = ehca_mmap_cq(vma, cq, rsrc_type); in ehca_mmap() 294 ret = ehca_mmap_qp(vma, qp, rsrc_type); in ehca_mmap()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_lan_hmc.c | 329 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) { in i40e_create_lan_hmc_object() 336 info->hmc_info->hmc_obj[info->rsrc_type].cnt) { in i40e_create_lan_hmc_object() 344 I40E_FIND_SD_INDEX_LIMIT(info->hmc_info, info->rsrc_type, in i40e_create_lan_hmc_object() 353 I40E_FIND_PD_INDEX_LIMIT(info->hmc_info, info->rsrc_type, in i40e_create_lan_hmc_object() 470 info.rsrc_type = I40E_HMC_LAN_FULL; in i40e_configure_lan_hmc() 581 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) { in i40e_delete_lan_hmc_object() 589 info->hmc_info->hmc_obj[info->rsrc_type].cnt) { in i40e_delete_lan_hmc_object() 596 I40E_FIND_PD_INDEX_LIMIT(info->hmc_info, info->rsrc_type, in i40e_delete_lan_hmc_object() 619 I40E_FIND_SD_INDEX_LIMIT(info->hmc_info, info->rsrc_type, in i40e_delete_lan_hmc_object() 663 info.rsrc_type = I40E_HMC_LAN_FULL; in i40e_shutdown_lan_hmc() [all …]
|
D | i40e_lan_hmc.h | 149 u32 rsrc_type; member 158 u32 rsrc_type; member
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_lan_hmc.h | 149 u32 rsrc_type; member 158 u32 rsrc_type; member
|
/linux-4.4.14/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() 1010 u8 type, rsrc_type; in ebda_rsrc_rsrc() local 1021 rsrc_type = type & EBDA_RSRC_TYPE_MASK; in ebda_rsrc_rsrc() 1023 if (rsrc_type == EBDA_IO_RSRC_TYPE) { in ebda_rsrc_rsrc() 1029 rsrc_ptr->rsrc_type = type; in ebda_rsrc_rsrc() 1039 …rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_add… in ebda_rsrc_rsrc() 1044 if (rsrc_type == EBDA_MEM_RSRC_TYPE || rsrc_type == EBDA_PFM_RSRC_TYPE) { in ebda_rsrc_rsrc() 1050 rsrc_ptr->rsrc_type = type; in ebda_rsrc_rsrc() 1060 …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() 249 } else if ((curr->rsrc_type & RESTYPE) == PFMASK) { in ibmphp_rsrc_init() 274 } else if ((curr->rsrc_type & RESTYPE) == IOMASK) { in ibmphp_rsrc_init() 305 if ((curr->rsrc_type & RESTYPE) == MMASK) { in ibmphp_rsrc_init() 328 } else if ((curr->rsrc_type & RESTYPE) == PFMASK) { in ibmphp_rsrc_init() 345 } else if ((curr->rsrc_type & RESTYPE) == IOMASK) { in ibmphp_rsrc_init()
|
D | ibmphp.h | 237 u8 rsrc_type; member
|
/linux-4.4.14/include/linux/ |
D | nubus.h | 121 unsigned char rsrc_type,
|
/linux-4.4.14/drivers/nubus/ |
D | nubus.c | 351 nubus_find_rsrc(struct nubus_dir* dir, unsigned char rsrc_type, in nubus_find_rsrc() argument 355 if (ent->type == rsrc_type) in nubus_find_rsrc()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 1876 uint16_t exts_count, uint16_t rsrc_type, bool emb) in lpfc_sli4_mbox_rsrc_extent() argument 1898 rsrc_type); in lpfc_sli4_mbox_rsrc_extent() 1902 n_rsrc_extnt, rsrc_type); in lpfc_sli4_mbox_rsrc_extent()
|