Searched refs:nodma (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 447 int nodma, int lcount, int tcount, int cause, uint32_t rscn_count); 450 int nodma, int flags); 2304 int nodma; in fcp_send_scsi_ioctl() local 2406 nodma = (pptr->port_fcp_dma == FC_NO_DVMA_SPACE) in fcp_send_scsi_ioctl() 2559 nodma, in fcp_send_scsi_ioctl() 2590 if (nodma) { in fcp_send_scsi_ioctl() 2643 if (!nodma) { in fcp_send_scsi_ioctl() 5735 int resp_len, int data_len, int nodma, int lcount, int tcount, int cause, in fcp_icmd_alloc() argument 5754 icmd->ipkt_nodma = nodma; in fcp_icmd_alloc() 5829 if (fcp_alloc_dma(pptr, icmd, nodma, KM_NOSLEEP) != FC_SUCCESS) { in fcp_icmd_alloc() [all …]
|