Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp_with_fctl.wlcmd29 FCTL_ULP_FUNCTIONS="fc_ulp_add fc_ulp_remove fc_ulp_init_packet\
H A Dfctl.c844 fc_ulp_init_packet(opaque_t port_handle, fc_packet_t *pkt, int sleep) in fc_ulp_init_packet() function
H A Dfp.c2009 if (fc_ulp_init_packet((opaque_t)port, pkt, kmflags) != FC_SUCCESS) { in fp_alloc_pkt()
/titanic_41/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);
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5839 if (fc_ulp_init_packet(pptr->port_fp_handle, fpkt, KM_NOSLEEP) in fcp_icmd_alloc()
5849 if (fc_ulp_init_packet(pptr->port_fp_handle, fpkt, KM_NOSLEEP) in fcp_icmd_alloc()
11442 if (fc_ulp_init_packet(pptr->port_fp_handle, fpkt, kf) in fcp_pkt_setup()
16259 (void) fc_ulp_init_packet(pptr->port_fp_handle, cmd->cmd_fp_pkt, 1); in fcp_pseudo_start()
H A Dfcip.c4165 if (fc_ulp_init_packet((opaque_t)fport->fcipp_handle, in fcip_start()
6790 if (fc_ulp_init_packet((opaque_t)fport->fcipp_handle, in fcip_ipkt_alloc()
H A Dfcsm.c2081 if (fc_ulp_init_packet((opaque_t)pinfo->port_handle, pkt, sleep) in fcsm_alloc_cmd()