Searched defs:nodma (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c443 int nodma, int lcount, int tcount, int cause, uint32_t rscn_count);
446 int nodma, int flags);
2300 int nodma; local
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;
5729 fcp_icmd_alloc(struct fcp_port *pptr, struct fcp_tgt *ptgt, int cmd_len, int resp_len, int data_len, int nodma, int lcount, int tcount, int cause, uint32_t rscn_count) argument
5955 fcp_alloc_dma(struct fcp_port *pptr, struct fcp_ipkt *icmd, int nodma, int flags) argument
6516 int nodma; local
[all...]

Completed in 107 milliseconds