/drivers/infiniband/hw/ehca/ |
H A D | ehca_uverbs.c | 162 u32 rsrc_type) 166 switch (rsrc_type) { 191 rsrc_type, cq->cq_number); 199 u32 rsrc_type) 203 switch (rsrc_type) { 241 rsrc_type, qp->ib_qp.qp_num); 253 u32 rsrc_type = (fileoffset >> 25) & 0x3; /* sq,rq,cmnd_window */ local 272 ret = ehca_mmap_cq(vma, cq, rsrc_type); 294 ret = ehca_mmap_qp(vma, qp, rsrc_type); 161 ehca_mmap_cq(struct vm_area_struct *vma, struct ehca_cq *cq, u32 rsrc_type) argument 198 ehca_mmap_qp(struct vm_area_struct *vma, struct ehca_qp *qp, u32 rsrc_type) argument
|
/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_lan_hmc.h | 149 u32 rsrc_type; member in struct:i40e_hmc_lan_create_obj_info 158 u32 rsrc_type; member in struct:i40e_hmc_lan_delete_obj_info
|
H A D | i40e_lan_hmc.c | 329 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) { 336 info->hmc_info->hmc_obj[info->rsrc_type].cnt) { 344 I40E_FIND_SD_INDEX_LIMIT(info->hmc_info, info->rsrc_type, 353 I40E_FIND_PD_INDEX_LIMIT(info->hmc_info, info->rsrc_type, 471 info.rsrc_type = I40E_HMC_LAN_FULL; 582 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) { 590 info->hmc_info->hmc_obj[info->rsrc_type].cnt) { 597 I40E_FIND_PD_INDEX_LIMIT(info->hmc_info, info->rsrc_type, 620 I40E_FIND_SD_INDEX_LIMIT(info->hmc_info, info->rsrc_type, 664 info.rsrc_type 999 i40e_hmc_get_object_va(struct i40e_hmc_info *hmc_info, u8 **object_base, enum i40e_hmc_lan_rsrc_type rsrc_type, u32 obj_idx) argument [all...] |
/drivers/net/ethernet/intel/i40evf/ |
H A D | i40e_lan_hmc.h | 149 u32 rsrc_type; member in struct:i40e_hmc_lan_create_obj_info 158 u32 rsrc_type; member in struct:i40e_hmc_lan_delete_obj_info
|
/drivers/pci/hotplug/ |
H A D | ibmphp_ebda.c | 180 __func__, ptr->rsrc_type ,ptr->bus_num, ptr->dev_fun,ptr->start_addr, ptr->end_addr); 1010 u8 type, rsrc_type; local 1021 rsrc_type = type & EBDA_RSRC_TYPE_MASK; 1023 if (rsrc_type == EBDA_IO_RSRC_TYPE) { 1029 rsrc_ptr->rsrc_type = type; 1039 rsrc_ptr->rsrc_type, rsrc_ptr->bus_num, rsrc_ptr->dev_fun, rsrc_ptr->start_addr, rsrc_ptr->end_addr); 1044 if (rsrc_type == EBDA_MEM_RSRC_TYPE || rsrc_type == EBDA_PFM_RSRC_TYPE) { 1050 rsrc_ptr->rsrc_type = type; 1060 rsrc_ptr->rsrc_type, rsrc_pt [all...] |
H A D | ibmphp_res.c | 215 if (!(curr->rsrc_type & PCIDEVMASK)) { 222 if (curr->rsrc_type & PRIMARYBUSMASK) { 224 if ((curr->rsrc_type & RESTYPE) == MMASK) { 249 } else if ((curr->rsrc_type & RESTYPE) == PFMASK) { 274 } else if ((curr->rsrc_type & RESTYPE) == IOMASK) { 305 if ((curr->rsrc_type & RESTYPE) == MMASK) { 328 } else if ((curr->rsrc_type & RESTYPE) == PFMASK) { 345 } else if ((curr->rsrc_type & RESTYPE) == IOMASK) {
|
H A D | ibmphp.h | 237 u8 rsrc_type; member in struct:ebda_pci_rsrc
|
/drivers/nubus/ |
H A D | nubus.c | 351 nubus_find_rsrc(struct nubus_dir* dir, unsigned char rsrc_type, argument 355 if (ent->type == rsrc_type)
|
/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 1859 * @rsrc_type: the resource extent type. 1871 uint16_t exts_count, uint16_t rsrc_type, bool emb) 1893 rsrc_type); 1897 n_rsrc_extnt, rsrc_type); 1870 lpfc_sli4_mbox_rsrc_extent(struct lpfc_hba *phba, struct lpfcMboxq *mbox, uint16_t exts_count, uint16_t rsrc_type, bool emb) argument
|