Searched refs:sccb (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_sdias.c61 static struct sdias_sccb sccb __attribute__((aligned(4096))); variable in typeref:struct:sdias_sccb
71 cbsccb = (struct sdias_sccb *) request->sccb;
116 memset(&sccb, 0, sizeof(sccb));
119 sccb.hdr.length = sizeof(sccb);
120 sccb.evbuf.hdr.length = sizeof(struct sdias_evbuf);
121 sccb.evbuf.hdr.type = EVTYP_SDIAS;
122 sccb.evbuf.event_qual = EQ_SIZE;
123 sccb
[all...]
H A Dsclp_rw.c46 struct write_sccb *sccb; local
48 sccb = (struct write_sccb *) page;
51 * of the sccb page.
53 buffer = ((struct sclp_buffer *) ((addr_t) sccb + PAGE_SIZE)) - 1;
54 buffer->sccb = sccb;
63 /* initialize sccb */
64 memset(sccb, 0, sizeof(struct write_sccb));
65 sccb->header.length = sizeof(struct write_sccb);
66 sccb
95 struct write_sccb *sccb; local
133 struct write_sccb *sccb; local
377 struct write_sccb *sccb; local
444 struct write_sccb *sccb; local
[all...]
H A Dsclp_info.c19 struct sccb_header *sccb; local
24 sccb = &s390_readinfo_sccb.header;
30 sccb->length = sizeof(s390_readinfo_sccb);
31 sccb->control_mask[2] = 0x80;
45 response = sccb->response_code;
H A Dsclp_chp.c48 struct chp_cfg_sccb sccb; member in struct:chp_cfg_data
58 /* Prepare sccb. */
62 data->sccb.header.length = sizeof(struct chp_cfg_sccb);
64 data->req.sccb = &(data->sccb);
83 switch (data->sccb.header.response_code) {
92 data->sccb.header.response_code);
137 struct chp_info_sccb sccb; member in struct:chp_info_data
155 /* Prepare sccb. */
159 data->sccb
[all...]
H A Dsclp_vt220.c121 page = request->sclp_req.sccb;
153 struct sclp_vt220_sccb *sccb; local
160 sccb = (struct sclp_vt220_sccb *) vt220_request->sclp_req.sccb;
163 switch (sccb->header.response_code) {
174 if (sclp_remove_processed((struct sccb_header *) sccb) > 0) {
176 sccb->header.response_code = 0x0000;
186 sccb->header.response_code = 0x0000;
244 struct sclp_vt220_sccb *sccb; local
249 sccb
274 struct sclp_vt220_sccb *sccb; local
296 struct sclp_vt220_sccb *sccb; local
305 struct sclp_vt220_sccb *sccb; local
318 struct sclp_vt220_sccb *sccb; local
[all...]
H A Dsclp.c101 sclp_service_call(sclp_cmdw_t command, void *sccb) argument
109 : "=&d" (cc) : "d" (command), "a" (__pa(sccb))
177 rc = sclp_service_call(req->command, req->sccb);
270 sclp_dispatch_evbufs(struct sccb_header *sccb) argument
281 for (offset = sizeof(struct sccb_header); offset < sccb->length;
284 evbuf = (struct evbuf_header *) ((addr_t) sccb + offset);
309 struct sccb_header *sccb; local
311 sccb = (struct sccb_header *) req->sccb;
312 if (req->status == SCLP_REQ_DONE && (sccb
324 struct sccb_header *sccb; local
342 __sclp_find_req(u32 sccb) argument
587 sclp_remove_processed(struct sccb_header *sccb) argument
627 struct init_sccb *sccb; local
653 struct init_sccb *sccb = (struct init_sccb *) sclp_init_sccb; local
819 struct init_sccb *sccb; local
[all...]
H A Dsclp_cpi.c129 struct cpi_sccb *sccb; local
135 sccb = (struct cpi_sccb *) __get_free_page(GFP_KERNEL | GFP_DMA);
136 if (sccb == NULL) {
140 memset(sccb, 0, sizeof(struct cpi_sccb));
143 sccb->header.length = sizeof(struct cpi_sccb);
144 sccb->cpi_evbuf.header.length = sizeof(struct cpi_evbuf);
145 sccb->cpi_evbuf.header.type = 0x0B;
146 evb = &sccb->cpi_evbuf;
173 req->sccb = sccb;
[all...]
H A Dsclp.h95 void *sccb; /* pointer to the sccb to execute */ member in struct:sclp_req
130 int sclp_remove_processed(struct sccb_header *sccb);
133 int sclp_service_call(sclp_cmdw_t command, void *sccb);
H A Dsclp_rw.h61 /* The number of empty mto buffers that can be contained in a single sccb. */
72 struct write_sccb *sccb; member in struct:sclp_buffer
80 unsigned int mto_char_sum; /* # chars in sccb */
81 unsigned int mto_number; /* # mtos in sccb */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dearly.c178 struct sclp_readinfo_sccb *sccb; local
181 sccb = &s390_readinfo_sccb;
183 if (sccb->header.response_code != 0x10)
186 if (sccb->rnsize)
187 memsize = sccb->rnsize << 20;
189 memsize = sccb->rnsize2 << 20;
190 if (sccb->rnmax)
191 memsize *= sccb->rnmax;
193 memsize *= sccb->rnmax2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DFlashPoint.c31 struct sccb;
32 typedef void (*CALL_BK_FN) (struct sccb *);
77 struct sccb { struct
111 struct sccb *Sccb_forwardlink;
112 struct sccb *Sccb_backlink;
215 struct sccb *TarSelQ_Head;
216 struct sccb *TarSelQ_Tail;
246 struct sccb *currentSCCB;
259 struct sccb *discQ_Tbl[QUEUE_DEPTH];
792 struct sccb *pCurrSCC
[all...]

Completed in 79 milliseconds