sg_head 801 dev/ic/adv.c ccb->scsiq.sg_head = &ccb->sghead; sg_head 1304 dev/ic/advlib.c ASC_MIN_SG_HEAD sg_head; sg_head 1306 dev/ic/advlib.c sg_head.entry_cnt = ASC_MIN_SG_LIST; sg_head 1307 dev/ic/advlib.c if (AscGetSGList(sc, buf_addr, buf_size, (ASC_SG_HEAD *) & sg_head) != sg_head 1311 dev/ic/advlib.c if (sg_head.entry_cnt > 1) { sg_head 1314 dev/ic/advlib.c return (sg_head.sg_list[0].addr); sg_head 2477 dev/ic/advlib.c ASC_SG_HEAD *sg_head = scsiq->sg_head; sg_head 2517 dev/ic/advlib.c sg_entry_cnt = sg_head->entry_cnt; sg_head 2527 dev/ic/advlib.c scsiq->q1.data_addr = sg_head->sg_list[0].addr; sg_head 2528 dev/ic/advlib.c scsiq->q1.data_cnt = sg_head->sg_list[0].bytes; sg_head 2540 dev/ic/advlib.c data_cnt += sg_head->sg_list[i].bytes; sg_head 2574 dev/ic/advlib.c addr = sg_head->sg_list[sg_entry_cnt_minus_one].addr + sg_head 2575 dev/ic/advlib.c sg_head->sg_list[sg_entry_cnt_minus_one].bytes; sg_head 2581 dev/ic/advlib.c sg_head->sg_list[sg_entry_cnt_minus_one].bytes -= sg_head 2587 dev/ic/advlib.c sg_head->entry_to_copy = sg_head->entry_cnt; sg_head 2645 dev/ic/advlib.c scsiq->sg_head->queue_cnt = n_q_required - 1; sg_head 2669 dev/ic/advlib.c ASC_SG_HEAD *sg_head; sg_head 2683 dev/ic/advlib.c if ((sg_head = scsiq->sg_head) != 0) { sg_head 2684 dev/ic/advlib.c scsiq->q1.data_addr = sg_head->sg_list[0].addr; sg_head 2685 dev/ic/advlib.c scsiq->q1.data_cnt = sg_head->sg_list[0].bytes; sg_head 2686 dev/ic/advlib.c sg_entry_cnt = sg_head->entry_cnt - 1; sg_head 2690 dev/ic/advlib.c scsiq->q1.sg_queue_cnt = sg_head->queue_cnt; sg_head 2694 dev/ic/advlib.c for (i = 0; i < sg_head->queue_cnt; i++) { sg_head 2734 dev/ic/advlib.c (u_int32_t *) & sg_head->sg_list[sg_index], sg_head 599 dev/ic/advlib.h ASC_SG_HEAD *sg_head; /* pointer to SG list */ sg_head 607 dev/ic/advlib.h ASC_SG_HEAD *sg_head; sg_head 619 dev/ic/advlib.h ASC_SG_HEAD *sg_head;