Lines Matching refs:SG
344 chain_sg = &c->SG[h->max_cmd_sgentries - 1]; in cciss_unmap_sg_chain_block()
356 chain_sg = &c->SG[h->max_cmd_sgentries - 1]; in cciss_map_sg_chain_block()
1539 c->SG[0].Addr.lower = temp64.val32.lower; in cciss_passthru()
1540 c->SG[0].Addr.upper = temp64.val32.upper; in cciss_passthru()
1541 c->SG[0].Len = iocommand.buf_size; in cciss_passthru()
1542 c->SG[0].Ext = 0; /* we are not chaining */ in cciss_passthru()
1550 temp64.val32.lower = c->SG[0].Addr.lower; in cciss_passthru()
1551 temp64.val32.upper = c->SG[0].Addr.upper; in cciss_passthru()
1667 c->SG[i].Addr.lower = temp64.val32.lower; in cciss_bigpassthru()
1668 c->SG[i].Addr.upper = temp64.val32.upper; in cciss_bigpassthru()
1669 c->SG[i].Len = buff_size[i]; in cciss_bigpassthru()
1670 c->SG[i].Ext = 0; /* we are not chaining */ in cciss_bigpassthru()
1677 temp64.val32.lower = c->SG[i].Addr.lower; in cciss_bigpassthru()
1678 temp64.val32.upper = c->SG[i].Addr.upper; in cciss_bigpassthru()
1832 SGDescriptor_struct *curr_sg = c->SG; in cciss_softirq_done()
2676 c->SG[0].Addr.lower = buff_dma_handle.val32.lower; in fill_cmd()
2677 c->SG[0].Addr.upper = buff_dma_handle.val32.upper; in fill_cmd()
2678 c->SG[0].Len = size; in fill_cmd()
2679 c->SG[0].Ext = 0; /* we are not chaining */ in fill_cmd()
2830 buff_dma_handle.val32.lower = c->SG[0].Addr.lower; in sendcmd_withirq_core()
2831 buff_dma_handle.val32.upper = c->SG[0].Addr.upper; in sendcmd_withirq_core()
2833 c->SG[0].Len, PCI_DMA_BIDIRECTIONAL); in sendcmd_withirq_core()
3364 curr_sg = c->SG; in do_cciss_request()