Lines Matching defs:nodma
443 int nodma, int lcount, int tcount, int cause, uint32_t rscn_count);
446 int nodma, int flags);
2300 int nodma;
2402 nodma = (pptr->port_fcp_dma == FC_NO_DVMA_SPACE)
2555 nodma,
2586 if (nodma) {
2639 if (!nodma) {
5719 * nodma Indicates weither the command and response.
5730 int resp_len, int data_len, int nodma, int lcount, int tcount, int cause,
5749 icmd->ipkt_nodma = nodma;
5824 if (fcp_alloc_dma(pptr, icmd, nodma, KM_NOSLEEP) != FC_SUCCESS) {
5948 * nodma Indicates if the Cmd and Resp will be DMAed.
5956 int nodma, int flags)
5973 icmd->ipkt_nodma = nodma;
5975 if (nodma) {
6075 if (nodma) {
6516 int nodma;
6538 nodma = (pptr->port_fcp_dma == FC_NO_DVMA_SPACE) ? 1 : 0;
6540 FCP_MAX_RSP_IU_SIZE, alloc_len, nodma, lcount, tcount, cause,
6553 if (nodma) {
6660 if (!nodma) {