Searched refs:pdqdb_command_requests (Results 1 – 2 of 2) sorted by relevance
479 dbp->pdqdb_command_requests[ci->ci_request_producer].txd_seg_len = cmdlen; in pdq_queue_commands()480 PDQ_ADVANCE(ci->ci_request_producer, 1, PDQ_RING_MASK(dbp->pdqdb_command_requests)); in pdq_queue_commands()580 PDQ_ADVANCE(ci->ci_request_completion, 1, PDQ_RING_MASK(dbp->pdqdb_command_requests)); in pdq_process_command_responses()1430 …RINTF((" Command Request Queue = " PDQ_OS_PTR_FMT "\n", pdq->pdq_dbp->pdqdb_command_requests)); in pdq_initialize()1481 …for (idx = 0; idx < sizeof(pdq->pdq_dbp->pdqdb_command_requests)/sizeof(pdq->pdq_dbp->pdqdb_comman… in pdq_initialize()1482 pdq_txdesc_t *txd = &pdq->pdq_dbp->pdqdb_command_requests[idx]; in pdq_initialize()
358 pdq_txdesc_t pdqdb_command_requests[16]; /* 128; 0x1300..0x137F */ member