Lines Matching refs:ccb
231 struct ccb {
300 ccb->control = /* Table 36.1, CCB Header Format */
311 ccb->completion = 0; /* Completion area address, to be filled in by driver */
313 ccb->input0 = (unsigned long) input; /* primary input address */
315 ccb->access = /* Section 36.2.1.2, Data Access Control */
319 ccb->input1 = 0; /* secondary input address, unused */
321 ccb->op_data = 0; /* scan criteria (value to be matched) */
323 ccb->output = (unsigned long) output; /* output address */
325 ccb->table = 0; /* table address, unused */
331 if (pwrite(fd, ccb, 64, 0) != 64) {
386 ccb->control |= /* Table 36.1, CCB Header Format */
389 ccb->completion = (unsigned long) completion_area; /* Completion area address */
396 hv_rv = sun4v_ccb_submit((unsigned long)ccb, 64,