[go: nahoru, domu]

Searched refs:diag (Results 1 - 25 of 27) sorted by relevance

12

/drivers/scsi/bfa/
H A Dbfa_ioc.c2222 * Interface used by diag module to do firmware boot with memory test
4727 struct bfa_diag_s *diag = diag_arg; local
4729 bfa_trc(diag, event);
4730 bfa_trc(diag, diag->block);
4731 bfa_trc(diag, diag->fwping.lock);
4732 bfa_trc(diag, diag->tsensor.lock);
4737 if (diag
4771 struct bfa_diag_s *diag = cbarg; local
4826 diag_fwping_send(struct bfa_diag_s *diag) argument
4857 diag_fwping_comp(struct bfa_diag_s *diag, struct bfi_diag_fwping_rsp_s *diag_rsp) argument
4913 diag_tempsensor_send(struct bfa_diag_s *diag) argument
4927 diag_tempsensor_comp(struct bfa_diag_s *diag, bfi_diag_ts_rsp_t *rsp) argument
4969 diag_ledtest_send(struct bfa_diag_s *diag, struct bfa_diag_ledtest_s *ledtest) argument
5001 diag_ledtest_comp(struct bfa_diag_s *diag, struct bfi_diag_ledtest_rsp_s *msg) argument
5012 diag_portbeacon_send(struct bfa_diag_s *diag, bfa_boolean_t beacon, u32 sec) argument
5027 diag_portbeacon_comp(struct bfa_diag_s *diag) argument
5041 struct bfa_diag_s *diag = diagarg; local
5075 bfa_diag_memtest(struct bfa_diag_s *diag, struct bfa_diag_memtest_s *memtest, u32 pattern, struct bfa_diag_memtest_result *result, bfa_cb_diag_t cbfn, void *cbarg) argument
5121 bfa_diag_fwping(struct bfa_diag_s *diag, u32 cnt, u32 data, struct bfa_diag_results_fwping *result, bfa_cb_diag_t cbfn, void *cbarg) argument
5170 bfa_diag_tsensor_query(struct bfa_diag_s *diag, struct bfa_diag_results_tempsensor_s *result, bfa_cb_diag_t cbfn, void *cbarg) argument
5206 bfa_diag_ledtest(struct bfa_diag_s *diag, struct bfa_diag_ledtest_s *ledtest) argument
5237 bfa_diag_beacon_port(struct bfa_diag_s *diag, bfa_boolean_t beacon, bfa_boolean_t link_e2e_beacon, uint32_t sec) argument
5277 bfa_diag_attach(struct bfa_diag_s *diag, struct bfa_ioc_s *ioc, void *dev, bfa_cb_diag_beacon_t cbfn_beacon, struct bfa_trc_mod_s *trcmod) argument
5297 bfa_diag_memclaim(struct bfa_diag_s *diag, u8 *dm_kva, u64 dm_pa) argument
[all...]
H A Dbfa_ioc.h455 void bfa_sfp_memclaim(struct bfa_sfp_s *diag, u8 *dm_kva, u64 dm_pa);
635 void bfa_diag_memclaim(struct bfa_diag_s *diag, u8 *dm_kva, u64 dm_pa);
636 void bfa_diag_attach(struct bfa_diag_s *diag, struct bfa_ioc_s *ioc, void *dev,
639 bfa_status_t bfa_diag_reg_read(struct bfa_diag_s *diag, u32 offset,
641 bfa_status_t bfa_diag_reg_write(struct bfa_diag_s *diag, u32 offset,
643 bfa_status_t bfa_diag_tsensor_query(struct bfa_diag_s *diag,
646 bfa_status_t bfa_diag_fwping(struct bfa_diag_s *diag, u32 cnt,
649 bfa_status_t bfa_diag_sfpshow(struct bfa_diag_s *diag,
652 bfa_status_t bfa_diag_memtest(struct bfa_diag_s *diag,
656 bfa_status_t bfa_diag_ledtest(struct bfa_diag_s *diag,
[all...]
H A Dbfa_core.c151 struct bfa_diag_s *diag = BFA_DIAG_MOD(bfa); local
154 bfa_diag_attach(diag, &bfa->ioc, bfa, bfa_fcport_beacon, bfa->trcmod);
155 bfa_diag_memclaim(diag, diag_dma->kva_curp, diag_dma->dma_curp);
H A Dbfa_defs.h161 BFA_STATUS_DIAG_BUSY = 71, /* diag busy */
808 #define SFP_DIAGMON_SIZE 10 /* num bytes of diag monitor data */
939 u8 diag[SFP_DIAGMON_SIZE]; member in struct:sfp_diag_ext_s
/drivers/s390/char/
H A Dsclp_ftp.c50 struct sclp_diag_evbuf *diag = (struct sclp_diag_evbuf *) evbuf; local
56 diag->route != SCLP_DIAG_FTP_ROUTE ||
57 diag->mdd.ftp.pcx != SCLP_DIAG_FTP_XPCX ||
71 sclp_ftp_ldflg = diag->mdd.ftp.ldflg;
72 sclp_ftp_fsize = diag->mdd.ftp.fsize;
73 sclp_ftp_length = diag->mdd.ftp.length;
H A Dvmur.c22 #include <asm/diag.h>
H A Draw3270.c22 #include <asm/diag.h>
/drivers/s390/cio/
H A Ddevice_id.c17 #include <asm/diag.h>
30 * diag210_to_senseid - convert diag 0x210 data to sense id information
32 * @diag: diag 0x210 data
36 static int diag210_to_senseid(struct senseid *senseid, struct diag210 *diag) argument
74 if (diag->vrdcvcla == 0x02 && diag->vrdcvtyp == 0x20) {
81 if (diag->vrdcvcla == vm_devices[i].class &&
82 diag->vrdcvtyp == vm_devices[i].type) {
93 * diag_get_dev_info - retrieve device information via diag
[all...]
/drivers/s390/block/
H A Ddasd_fba.h16 unsigned char diag:1; /* allow diagnose */ member in struct:DE_fba_data::__anon4942
H A Ddasd_diag.c28 #include <asm/diag.h>
33 #define PRINTK_HEADER "dasd(diag):"
80 " diag 2,%2,0x250\n"
/drivers/atm/
H A Didt77105.c160 int diag; local
162 diag = GET(DIAG) & ~IDT77105_DIAG_LCMASK;
167 diag |= IDT77105_DIAG_LC_PHY_LOOPBACK;
170 diag |= IDT77105_DIAG_LC_LINE_LOOPBACK;
175 PUT(diag,DIAG);
H A Dfore200e.c316 fore200e_reset(struct fore200e* fore200e, int diag) argument
326 if (diag) {
/drivers/pcmcia/
H A Dti113x.h891 u8 old, diag; local
894 diag = old & ~(TI1250_DIAG_PCI_CSC | TI1250_DIAG_PCI_IREQ);
896 diag |= TI1250_DIAG_PCI_CSC | TI1250_DIAG_PCI_IREQ;
898 if (diag != old) {
901 old, diag);
902 config_writeb(socket, TI1250_DIAGNOSTIC, diag);
/drivers/usb/misc/
H A Dftdi-elan.c808 char diag[40 *3 + 4]; local
809 char *d = diag;
812 int s = (sizeof(diag) - 1) / 3;
813 diag[0] = 0;
960 char diag[30 *3 + 4]; local
961 char *d = diag;
964 int s = (sizeof(diag) - 1) / 3;
965 diag[0] = 0;
979 packet_bytes, bytes_read, diag);
983 bytes_read, diag);
1049 char diag[30 *3 + 4]; local
1877 char diag[30 *3 + 4]; local
2054 char diag[30 *3 + 4]; local
2156 char diag[30 *3 + 4]; local
[all...]
/drivers/scsi/
H A Dwd7000.c582 IcbDiag diag; /* format for execute diagnostics */ member in union:icb
1190 int diag; local
1205 if ((diag = inb(host->iobase + ASC_INTR_STAT)) != 1) {
1208 switch (diag) {
1228 printk(KERN_ERR "diagnostic code 0x%02Xh received.\n", diag);
/drivers/gpu/drm/savage/
H A Dsavage_drv.h446 #define BCI_LINE_STEPS(diag, axi) (((axi) << 16) | ((diag) & 0xFFFF))
/drivers/misc/
H A Dioc4.c165 int_out.fields.diag = 0;
/drivers/net/ethernet/brocade/bna/
H A Dbnad.h353 struct bnad_diag *diag; member in struct:bnad
/drivers/parport/
H A Dparport_ip32.c637 u64 diag; local
665 diag = readq(&mace->perif.ctrl.parport.diagnostic);
674 if (diag & MACEPAR_DIAG_DMACTIVE)
675 res[(diag & MACEPAR_DIAG_CTXINUSE) != 0] =
676 1 + ((diag & MACEPAR_DIAG_CTRMASK) >>
/drivers/isdn/hisax/
H A Dhisax.h310 u_char diag[6]; member in struct:Param
H A Dl3dss1.c917 pc->para.diag[i++] = *p++;
/drivers/scsi/esas2r/
H A Datioctl.h1160 struct atto_ioctl_vda_diag_cmd diag; member in union:atto_ioctl_vda::__anon5331
H A Datvda.h1220 struct atto_vda_diag_req diag; member in union:atto_vda_req
/drivers/net/fddi/
H A Ddefxx.h967 #define PI_K_LOG_DIAG_SIZE 6 /* Max number of diag longwords */
976 } diag; member in struct:__anon3969
/drivers/scsi/lpfc/
H A Dlpfc_bsg.c1675 * lpfc_bsg_diag_mode_enter - process preparing into device diag loopback mode
1678 * This function is responsible for preparing driver for diag loopback
1724 * lpfc_bsg_diag_mode_exit - exit process from device diag loopback mode
1728 * diag loopback mode on device.
1877 * lpfc_sli4_bsg_set_link_diag_state - set sli4 link diag state
1879 * @diag: Flag for set link to diag or nomral operation state.
1882 * link to either diag state or normal operation state.
1885 lpfc_sli4_bsg_set_link_diag_state(struct lpfc_hba *phba, uint32_t diag) argument
1907 diag, phb
[all...]

Completed in 527 milliseconds

12