Home
last modified time | relevance | path

Searched refs:fc_ulp_init_packet (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h150 int fc_ulp_init_packet(opaque_t port_handle, fc_packet_t *pkt, int sleep);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4027 if (fc_ulp_init_packet((opaque_t)fport->fcipp_handle, in fcip_start()
6610 if (fc_ulp_init_packet((opaque_t)fport->fcipp_handle, in fcip_ipkt_alloc()
H A Dfcp.c5844 if (fc_ulp_init_packet(pptr->port_fp_handle, fpkt, KM_NOSLEEP) in fcp_icmd_alloc()
5854 if (fc_ulp_init_packet(pptr->port_fp_handle, fpkt, KM_NOSLEEP) in fcp_icmd_alloc()
11431 if (fc_ulp_init_packet(pptr->port_fp_handle, fpkt, kf) in fcp_pkt_setup()
16252 (void) fc_ulp_init_packet(pptr->port_fp_handle, cmd->cmd_fp_pkt, 1); in fcp_pseudo_start()
H A Dfcsm.c2080 if (fc_ulp_init_packet((opaque_t)pinfo->port_handle, pkt, sleep) in fcsm_alloc_cmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c845 fc_ulp_init_packet(opaque_t port_handle, fc_packet_t *pkt, int sleep) in fc_ulp_init_packet() function
H A Dfp.c2010 if (fc_ulp_init_packet((opaque_t)port, pkt, kmflags) != FC_SUCCESS) { in fp_alloc_pkt()