Searched refs:fcp_icmd_alloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c441 static struct fcp_ipkt *fcp_icmd_alloc(struct fcp_port *pptr,
2551 icmd = fcp_icmd_alloc(pptr, ptgt,
3293 icmd = fcp_icmd_alloc(pptr, ptgt, sizeof (la_els_logi_t),
5096 icmd = fcp_icmd_alloc(pptr, ptgt, alloc, alloc, 0,
5103 * We've exited port_mutex before calling fcp_icmd_alloc,
5175 icmd = fcp_icmd_alloc(pptr, ptgt, alloc, alloc, 0,
5618 if ((icmd = fcp_icmd_alloc(pptr, ptgt, sizeof (la_els_prli_t),
5703 * Function: fcp_icmd_alloc
5729 fcp_icmd_alloc(struct fcp_port *pptr, struct fcp_tgt *ptgt, int cmd_len, function
6539 icmd = fcp_icmd_alloc(ppt
[all...]

Completed in 58 milliseconds