Searched refs:fru (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/edac/ |
| H A D | ecs.c | 150 u32 fru; in ecs_create_desc() local 163 for (fru = 0; fru < num_media_frus; fru++) { in ecs_create_desc() 164 struct edac_ecs_fru_context *fru_ctx = &ecs_ctx->fru_ctxs[fru]; in ecs_create_desc() 168 fru_ctx->dev_attr[ECS_LOG_ENTRY_TYPE] = EDAC_ECS_ATTR_RW(log_entry_type, fru); in ecs_create_desc() 169 fru_ctx->dev_attr[ECS_MODE] = EDAC_ECS_ATTR_RW(mode, fru); in ecs_create_desc() 170 fru_ctx->dev_attr[ECS_RESET] = EDAC_ECS_ATTR_WO(reset, fru); in ecs_create_desc() 171 fru_ctx->dev_attr[ECS_THRESHOLD] = EDAC_ECS_ATTR_RW(threshold, fru); in ecs_create_desc() 178 sprintf(fru_ctx->name, "%s%d", EDAC_ECS_FRU_NAME, fru); in ecs_create_desc() 183 attr_groups[fru] = group; in ecs_create_desc()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_ioc.c | 6156 struct bfa_fru_s *fru = cbarg; in bfa_fru_notify() local 6158 bfa_trc(fru, event); in bfa_fru_notify() 6163 if (fru->op_busy) { in bfa_fru_notify() 6164 fru->status = BFA_STATUS_IOC_FAILURE; in bfa_fru_notify() 6165 fru->cbfn(fru->cbarg, fru->status); in bfa_fru_notify() 6166 fru->op_busy = 0; in bfa_fru_notify() 6183 struct bfa_fru_s *fru = cbarg; in bfa_fru_write_send() local 6185 (struct bfi_fru_write_req_s *) fru->mb.msg; in bfa_fru_write_send() 6188 msg->offset = cpu_to_be32(fru->addr_off + fru->offset); in bfa_fru_write_send() 6189 len = (fru->residue < BFA_FRU_DMA_BUF_SZ) ? in bfa_fru_write_send() [all …]
|
| H A D | bfa_ioc.h | 763 #define BFA_FRU(__bfa) (&(__bfa)->modules.fru) 766 bfa_status_t bfa_fruvpd_update(struct bfa_fru_s *fru, 769 bfa_status_t bfa_fruvpd_read(struct bfa_fru_s *fru, 772 bfa_status_t bfa_fruvpd_get_max_size(struct bfa_fru_s *fru, u32 *max_size); 773 bfa_status_t bfa_tfru_write(struct bfa_fru_s *fru, 776 bfa_status_t bfa_tfru_read(struct bfa_fru_s *fru, 780 void bfa_fru_attach(struct bfa_fru_s *fru, struct bfa_ioc_s *ioc, 782 void bfa_fru_memclaim(struct bfa_fru_s *fru,
|
| H A D | bfa_modules.h | 41 struct bfa_fru_s fru; /* fru module */ member
|
| H A D | bfa_core.c | 167 struct bfa_fru_s *fru = BFA_FRU(bfa); in bfa_com_fru_attach() local 170 bfa_fru_attach(fru, &bfa->ioc, bfa, bfa->trcmod, mincfg); in bfa_com_fru_attach() 171 bfa_fru_memclaim(fru, fru_dma->kva_curp, fru_dma->dma_curp, mincfg); in bfa_com_fru_attach()
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aiclib.h | 109 uint8_t fru; member
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-inspur-nf5280m6.dts | 199 label = "fru";
|
| H A D | aspeed-bmc-inspur-fp5280g2.dts | 330 label = "fru";
|
| H A D | aspeed-bmc-ampere-mtjefferson.dts | 567 /*B0-B7*/ "","","","","host0-sysreset-n","host0-pmin-n","fru-rd-complete",
|