Searched defs:diag (Results 1 - 15 of 15) sorted by relevance

/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/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.h17 unsigned char diag:1; /* allow diagnose */ member in struct:DE_fba_data::__anon3910
/drivers/net/ethernet/brocade/bna/
H A Dbnad.h326 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/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/scsi/bfa/
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.h158 BFA_STATUS_DIAG_BUSY = 71, /* diag busy */
751 #define SFP_DIAGMON_SIZE 10 /* num bytes of diag monitor data */
882 u8 diag[SFP_DIAGMON_SIZE]; member in struct:sfp_diag_ext_s
H A Dbfa_ioc.c1990 * Interface used by diag module to do firmware boot with memory test
4458 struct bfa_diag_s *diag = diag_arg; local
4460 bfa_trc(diag, event);
4461 bfa_trc(diag, diag->block);
4462 bfa_trc(diag, diag->fwping.lock);
4463 bfa_trc(diag, diag->tsensor.lock);
4468 if (diag
4502 struct bfa_diag_s *diag = cbarg; local
4557 diag_fwping_send(struct bfa_diag_s *diag) argument
4588 diag_fwping_comp(struct bfa_diag_s *diag, struct bfi_diag_fwping_rsp_s *diag_rsp) argument
4644 diag_tempsensor_send(struct bfa_diag_s *diag) argument
4658 diag_tempsensor_comp(struct bfa_diag_s *diag, bfi_diag_ts_rsp_t *rsp) argument
4697 diag_ledtest_send(struct bfa_diag_s *diag, struct bfa_diag_ledtest_s *ledtest) argument
4729 diag_ledtest_comp(struct bfa_diag_s *diag, struct bfi_diag_ledtest_rsp_s *msg) argument
4740 diag_portbeacon_send(struct bfa_diag_s *diag, bfa_boolean_t beacon, u32 sec) argument
4755 diag_portbeacon_comp(struct bfa_diag_s *diag) argument
4769 struct bfa_diag_s *diag = diagarg; local
4803 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
4849 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
4898 bfa_diag_tsensor_query(struct bfa_diag_s *diag, struct bfa_diag_results_tempsensor_s *result, bfa_cb_diag_t cbfn, void *cbarg) argument
4933 bfa_diag_ledtest(struct bfa_diag_s *diag, struct bfa_diag_ledtest_s *ledtest) argument
4964 bfa_diag_beacon_port(struct bfa_diag_s *diag, bfa_boolean_t beacon, bfa_boolean_t link_e2e_beacon, uint32_t sec) argument
5004 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
5024 bfa_diag_memclaim(struct bfa_diag_s *diag, u8 *dm_kva, u64 dm_pa) argument
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_bsg.c1480 * lpfc_bsg_diag_mode_enter - process preparing into device diag loopback mode
1483 * This function is responsible for preparing driver for diag loopback
1529 * lpfc_bsg_diag_mode_exit - exit process from device diag loopback mode
1533 * diag loopback mode on device.
1682 * lpfc_sli4_bsg_set_link_diag_state - set sli4 link diag state
1684 * @diag: Flag for set link to diag or nomral operation state.
1687 * link to either diag state or normal operation state.
1690 lpfc_sli4_bsg_set_link_diag_state(struct lpfc_hba *phba, uint32_t diag) argument
1712 diag, phb
[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/usb/misc/
H A Dftdi-elan.c812 char diag[40 *3 + 4]; local
813 char *d = diag;
816 int s = (sizeof(diag) - 1) / 3;
817 diag[0] = 0;
965 char diag[30 *3 + 4]; local
966 char *d = diag;
969 int s = (sizeof(diag) - 1) / 3;
970 diag[0] = 0;
985 packet_bytes, bytes_read, diag);
989 bytes_read, diag);
1058 char diag[30 *3 + 4]; local
1886 char diag[30 *3 + 4]; local
2073 char diag[30 *3 + 4]; local
2182 char diag[30 *3 + 4]; local
[all...]
/drivers/isdn/hisax/
H A Dhisax.h310 u_char diag[6]; member in struct:Param
/drivers/net/fddi/
H A Ddefxx.h967 #define PI_K_LOG_DIAG_SIZE 6 /* Max number of diag longwords */
976 } diag; member in struct:__anon3001

Completed in 316 milliseconds