Lines Matching refs:ccb
238 struct ccb {
307 ccb->control = /* Table 36.1, CCB Header Format */
318 ccb->completion = 0; /* Completion area address, to be filled in by driver */
320 ccb->input0 = (unsigned long) input; /* primary input address */
322 ccb->access = /* Section 36.2.1.2, Data Access Control */
326 ccb->input1 = 0; /* secondary input address, unused */
328 ccb->op_data = 0; /* scan criteria (value to be matched) */
330 ccb->output = (unsigned long) output; /* output address */
332 ccb->table = 0; /* table address, unused */
338 if (pwrite(fd, ccb, 64, 0) != 64) {
394 ccb->control |= /* Table 36.1, CCB Header Format */
397 ccb->completion = (unsigned long) completion_area; /* Completion area address */
406 hv_rv = sun4v_ccb_submit((unsigned long)ccb, 64,