Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2095 (void) fc_ulp_uninit_packet( in fcsm_alloc_cmd()
2105 (void) fc_ulp_uninit_packet( in fcsm_alloc_cmd()
2117 (void) fc_ulp_uninit_packet( in fcsm_alloc_cmd()
2128 (void) fc_ulp_uninit_packet( in fcsm_alloc_cmd()
2142 (void) fc_ulp_uninit_packet( in fcsm_alloc_cmd()
2168 (void) fc_ulp_uninit_packet( in fcsm_alloc_cmd()
2178 (void) fc_ulp_uninit_packet( in fcsm_alloc_cmd()
2190 (void) fc_ulp_uninit_packet( in fcsm_alloc_cmd()
2201 (void) fc_ulp_uninit_packet( in fcsm_alloc_cmd()
2215 (void) fc_ulp_uninit_packet( in fcsm_alloc_cmd()
[all …]
H A Dfcip.c6447 (void) fc_ulp_uninit_packet(fptr->fcip_port_info->fcipp_handle, fc_pkt); in fcip_pkt_free()
6673 if (fc_ulp_uninit_packet(fport->fcipp_handle, fc_pkt) != FC_SUCCESS) { in fcip_ipkt_free()
H A Dfcp.c5870 rval = fc_ulp_uninit_packet(pptr->port_fp_handle, fpkt); in fcp_icmd_alloc()
5920 (void) fc_ulp_uninit_packet(pptr->port_fp_handle, in fcp_icmd_free()
11515 (void) fc_ulp_uninit_packet(pptr->port_fp_handle, cmd->cmd_fp_pkt); in fcp_pkt_teardown()
16223 (void) fc_ulp_uninit_packet(pptr->port_fp_handle, in fcp_pseudo_destroy_pkt()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h151 int fc_ulp_uninit_packet(opaque_t port_handle, fc_packet_t *pkt);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c883 fc_ulp_uninit_packet(opaque_t port_handle, fc_packet_t *pkt) in fc_ulp_uninit_packet() function
H A Dfp.c2205 (void) fc_ulp_uninit_packet((opaque_t)port, pkt); in fp_free_pkt()