Home
last modified time | relevance | path

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.c445 static struct fcp_ipkt *fcp_icmd_alloc(struct fcp_port *pptr,
2555 icmd = fcp_icmd_alloc(pptr, ptgt, in fcp_send_scsi_ioctl()
3297 icmd = fcp_icmd_alloc(pptr, ptgt, sizeof (la_els_logi_t), in fcp_tgt_send_plogi()
5101 icmd = fcp_icmd_alloc(pptr, ptgt, alloc, alloc, 0, in fcp_handle_mapflags()
5180 icmd = fcp_icmd_alloc(pptr, ptgt, alloc, alloc, 0, in fcp_send_els()
5623 if ((icmd = fcp_icmd_alloc(pptr, ptgt, sizeof (la_els_prli_t), in fcp_unsol_prli()
5734 fcp_icmd_alloc(struct fcp_port *pptr, struct fcp_tgt *ptgt, int cmd_len, in fcp_icmd_alloc() function
6544 icmd = fcp_icmd_alloc(pptr, ptgt, sizeof (struct fcp_cmd), in fcp_send_scsi()