Home
last modified time | relevance | path

Searched refs:chpid (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/s390/
Ds390io.c207 int s390_vary_chpid( __u8 chpid, int on );
4763 (ioinfo[irq]->schib.pmcw.chpid[chp], in s390_validate_subchannel()
4770 clear_bit(ioinfo[irq]->schib.pmcw.chpid[chp], in s390_validate_subchannel()
5483 if (!test_bit(ioinfo[irq]->schib.pmcw.chpid[i], in s390_do_path_verification()
5618 (!test_bit(ioinfo[irq]->schib.pmcw.chpid[i], in s390_do_path_verification()
5691 if (!test_bit(ioinfo[irq]->schib.pmcw.chpid[0], in s390_DevicePathVerification()
5750 &&(!test_bit(ioinfo[irq]->schib.pmcw.chpid[chp], in s390_DevicePathVerification()
6738 response_block_data.ssd_res.chpid[j]) in chsc_get_sch_desc_irq()
6743 ssd_res.chpid[j], in chsc_get_sch_desc_irq()
6749 ssd_res.chpid[j], in chsc_get_sch_desc_irq()
[all …]
/linux-2.4.37.9/Documentation/s390/
DCommonIO162 To toggle a known chpid logically offline, do an
163 echo off <chpid> > /proc/chpids
164 <chpid> is interpreted as hex, even if you omit the '0x'.
165 The chpid will be treated by Linux as if it were not online, which can mean
168 You can toggle a logically offline chpid online again by
169 echo on <chpid> > /proc/chpids
170 If devices became unavailable by toggling the chpid logically offline, they
171 will become available again after you toggle the chpid online again.
/linux-2.4.37.9/include/asm-s390/
Dirq.h42 __u8 chpid[8]; /* CHPID 0-7 (if available) */ member
369 __u8 chpid[8]; /* chpids */ member
436 __u8 chpid[8]; /* chpids 0-7 */ member
873 extern __inline__ int rchp(int chpid) in rchp() argument
883 : "d" (chpid) in rchp()
Dchandev.h51 u8 chpid[8]; /* CHPID 0-7 (if available) */ member
/linux-2.4.37.9/include/asm-s390x/
Dirq.h42 __u8 chpid[8]; /* CHPID 0-7 (if available) */ member
370 __u8 chpid[8]; /* chpids */ member
437 __u8 chpid[8]; /* chpids 0-7 */ member
874 extern __inline__ int rchp(int chpid) in rchp() argument
884 : "d" (chpid) in rchp()
Dchandev.h51 u8 chpid[8]; /* CHPID 0-7 (if available) */ member
/linux-2.4.37.9/drivers/s390/misc/
Dchandev.c772 memcpy(&sch->chpid,&new_schib->pmcw.chpid,sizeof(sch->chpid)); in chandev_add_schib_info()
1624 return (chan1->pim!=chan2->pim || *chan1->chpid!=*chan2->chpid); in chandev_compare_chpid_info()
1643 (*chan1->chpid == *chan2->chpid)); in chandev_compare_subchannel_info()
3101 *(long long *)(curr_schib ? &curr_schib->pmcw.chpid[0] : 0), in chandev_read_proc()
/linux-2.4.37.9/drivers/s390/net/
Dqeth.h958 unsigned short chpid; member
Dqeth.c941 card->dev_name,card->chpid); in qeth_get_cards_problem()
5448 card->dev_name,card->chpid,result, in qeth_softsetup_card()
6007 card->dev_name,card->chpid); in qeth_recover()
7980 card->chpid = prcd[30]; in qeth_get_unitaddr()
7988 sprintf(dbf_text,"chpid:%02x",card->chpid); in qeth_get_unitaddr()
9288 read_chpid=probeinfo->read.chpid[nr]; in qeth_attach_handler()
9297 write_chpid=probeinfo->write.chpid[nr]; in qeth_attach_handler()
9306 data_chpid=probeinfo->data.chpid[nr]; in qeth_attach_handler()
9378 card->chpid=read_chpid; in qeth_attach_handler()
10052 card->chpid, in qeth_procfile_open()
[all …]