Home
last modified time | relevance | path

Searched refs:pkt_cmd_cookie (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_pkt.c35 ddi_dma_cookie_t pkt_cmd_cookie; member
193 pkt->pkt_cmd_cookie = &pkt_cookie->pkt_cmd_cookie; in emlxs_pkt_alloc()
233 pkt->pkt_cmd_cookie, in emlxs_pkt_alloc()
239 &pkt->pkt_cmd_cookie, &num_cookie) != DDI_DMA_MAPPED) in emlxs_pkt_alloc()
H A Demlxs_sli3.c2271 cp = pkt->pkt_cmd_cookie; in emlxs_pkt_to_bpl()
2300 cp = &pkt->pkt_cmd_cookie; in emlxs_pkt_to_bpl()
2509 cp_cmd = pkt->pkt_cmd_cookie; in emlxs_sli3_bde_setup()
2514 cp_cmd = &pkt->pkt_cmd_cookie; in emlxs_sli3_bde_setup()
3671 cp_cmd = pkt->pkt_cmd_cookie; in emlxs_sli3_prep_fct_iocb()
3673 cp_cmd = &pkt->pkt_cmd_cookie; in emlxs_sli3_prep_fct_iocb()
H A Demlxs_sli4.c2794 cp = pkt->pkt_cmd_cookie; in emlxs_pkt_to_sgl()
2819 cp = &pkt->pkt_cmd_cookie; in emlxs_pkt_to_sgl()
2919 cp_cmd = pkt->pkt_cmd_cookie; in emlxs_sli4_bde_setup()
2922 cp_cmd = &pkt->pkt_cmd_cookie; in emlxs_sli4_bde_setup()
4326 cp_cmd = pkt->pkt_cmd_cookie; in emlxs_sli4_prep_fct_iocb()
4328 cp_cmd = &pkt->pkt_cmd_cookie; in emlxs_sli4_prep_fct_iocb()
4705 cp_cmd = pkt->pkt_cmd_cookie; in emlxs_sli4_prep_els_iocb()
4708 cp_cmd = &pkt->pkt_cmd_cookie; in emlxs_sli4_prep_els_iocb()
H A Demlxs_solaris.c8995 pkt->pkt_cmdlen += pkt->pkt_cmd_cookie[i].dmac_size; in emlxs_send_ip()
8998 pkt->pkt_cmdlen = pkt->pkt_cmd_cookie.dmac_size; in emlxs_send_ip()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h163 ddi_dma_cookie_t *pkt_cmd_cookie; /* command cookie */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1124 cp = sp->pkt->pkt_cmd_cookie; in ql_ms_iocb()
1205 cp = sp->pkt->pkt_cmd_cookie; in ql_ms_24xx_iocb()
1283 cp = sp->pkt->pkt_cmd_cookie; in ql_ip_iocb()
1379 cp = sp->pkt->pkt_cmd_cookie; in ql_ip_24xx_iocb()
H A Dql_api.c18415 els_desc->tx_dsd.addr[0] = LSD(pkt->pkt_cmd_cookie->dmac_laddress); in ql_fca_isp_els_request()
18416 els_desc->tx_dsd.addr[1] = MSD(pkt->pkt_cmd_cookie->dmac_laddress); in ql_fca_isp_els_request()
18417 els_desc->tx_dsd.length = (uint32_t)pkt->pkt_cmd_cookie->dmac_size; in ql_fca_isp_els_request()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c5703 fc_pkt->pkt_cmd_cookie = fc_pkt->pkt_resp_cookie = in fcip_cache_constructor()
6391 cp = fc_pkt->pkt_cmd_cookie = (ddi_dma_cookie_t *)kmem_alloc( in fcip_pkt_alloc()
6435 if (fc_pkt->pkt_cmd_cookie != NULL) { in fcip_pkt_free()
6436 kmem_free(fc_pkt->pkt_cmd_cookie, fc_pkt->pkt_cmd_cookie_cnt * in fcip_pkt_free()
6438 fc_pkt->pkt_cmd_cookie = NULL; in fcip_pkt_free()
6531 cp = fc_pkt->pkt_cmd_cookie = (ddi_dma_cookie_t *)kmem_alloc( in fcip_ipkt_alloc()
6661 if (fc_pkt->pkt_cmd_cookie != NULL) { in fcip_ipkt_free()
6662 kmem_free(fc_pkt->pkt_cmd_cookie, fc_pkt->pkt_cmd_cookie_cnt * in fcip_ipkt_free()
6664 fc_pkt->pkt_cmd_cookie = NULL; in fcip_ipkt_free()
H A Dfcsm.c2004 pkt->pkt_cmd_cookie = pkt->pkt_resp_cookie = in fcsm_cmd_cache_constructor()
2137 cp = pkt->pkt_cmd_cookie = (ddi_dma_cookie_t *)kmem_alloc( in fcsm_alloc_cmd()
2283 if (pkt->pkt_cmd_cookie != NULL) { in fcsm_free_cmd_dma()
2284 kmem_free(pkt->pkt_cmd_cookie, pkt->pkt_cmd_cookie_cnt * in fcsm_free_cmd_dma()
2286 pkt->pkt_cmd_cookie = NULL; in fcsm_free_cmd_dma()
H A Dfcp.c10644 cp = fpkt->pkt_cmd_cookie = (ddi_dma_cookie_t *)kmem_alloc( in fcp_alloc_cmd_resp()
10687 kmem_free(fpkt->pkt_cmd_cookie, in fcp_alloc_cmd_resp()
10698 kmem_free(fpkt->pkt_cmd_cookie, in fcp_alloc_cmd_resp()
10713 kmem_free(fpkt->pkt_cmd_cookie, in fcp_alloc_cmd_resp()
10725 kmem_free(fpkt->pkt_cmd_cookie, in fcp_alloc_cmd_resp()
10742 kmem_free(fpkt->pkt_cmd_cookie, in fcp_alloc_cmd_resp()
10799 if (fpkt->pkt_cmd_cookie) { in fcp_free_cmd_resp()
10800 kmem_free(fpkt->pkt_cmd_cookie, in fcp_free_cmd_resp()
10802 fpkt->pkt_cmd_cookie = NULL; in fcp_free_cmd_resp()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1905 pkt->pkt_cmd_cookie = pkt->pkt_resp_cookie = in fp_cache_constructor()
2049 cp = pkt->pkt_cmd_cookie = (ddi_dma_cookie_t *)kmem_alloc( in fp_alloc_pkt()
2133 if (pkt->pkt_cmd_cookie != NULL) { in fp_alloc_pkt()
2134 kmem_free(pkt->pkt_cmd_cookie, in fp_alloc_pkt()
2136 pkt->pkt_cmd_cookie = NULL; in fp_alloc_pkt()
2180 if (pkt->pkt_cmd_cookie != NULL) { in fp_free_pkt()
2181 kmem_free(pkt->pkt_cmd_cookie, pkt->pkt_cmd_cookie_cnt * in fp_free_pkt()
2183 pkt->pkt_cmd_cookie = NULL; in fp_free_pkt()