Home
last modified time | relevance | path

Searched refs:pkt_data_cookie (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_pkt.c37 ddi_dma_cookie_t pkt_data_cookie; member
195 pkt->pkt_data_cookie = &pkt_cookie->pkt_data_cookie; in emlxs_pkt_alloc()
358 NULL, pkt->pkt_data_cookie, in emlxs_pkt_alloc()
364 NULL, &pkt->pkt_data_cookie, in emlxs_pkt_alloc()
H A Demlxs_sli3.c2286 cp = pkt->pkt_data_cookie; in emlxs_pkt_to_bpl()
2315 cp = &pkt->pkt_data_cookie; in emlxs_pkt_to_bpl()
2511 cp_data = pkt->pkt_data_cookie; in emlxs_sli3_bde_setup()
2516 cp_data = &pkt->pkt_data_cookie; in emlxs_sli3_bde_setup()
H A Demlxs_sli4.c2807 cp = pkt->pkt_data_cookie; in emlxs_pkt_to_sgl()
2832 cp = &pkt->pkt_data_cookie; in emlxs_pkt_to_sgl()
2920 cp_data = pkt->pkt_data_cookie; in emlxs_sli4_bde_setup()
2923 cp_data = &pkt->pkt_data_cookie; in emlxs_sli4_bde_setup()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h169 ddi_dma_cookie_t *pkt_data_cookie; /* data cookie */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c533 cp = sp->pkt->pkt_data_cookie; in ql_command_iocb()
797 cp = sp->pkt->pkt_data_cookie; in ql_command_24xx_iocb()
959 cp = sp->pkt->pkt_data_cookie; in ql_cmd_24xx_type_6_iocb()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5784 fpkt->pkt_data_cookie = (ddi_dma_cookie_t *)((caddr_t)icmd + in fcp_icmd_alloc()
5969 ddi_dma_cookie_t pkt_data_cookie; in fcp_alloc_dma() local
6029 &pkt_data_cookie, &ccount) != DDI_DMA_MAPPED) { in fcp_alloc_dma()
6040 cp = fpkt->pkt_data_cookie; in fcp_alloc_dma()
6041 *cp = pkt_data_cookie; in fcp_alloc_dma()
6046 &pkt_data_cookie); in fcp_alloc_dma()
6047 *cp = pkt_data_cookie; in fcp_alloc_dma()
10493 fpkt->pkt_data_cookie = (ddi_dma_cookie_t *)((caddr_t)cmd + in fcp_kmem_cache_constructor()
14171 fpkt->pkt_data_cookie = cmd->cmd_pkt->pkt_cookies; in fcp_prepare_pkt()
H A Dfcsm.c2005 pkt->pkt_data_cookie = NULL; in fcsm_cmd_cache_constructor()
H A Dfcip.c5704 fc_pkt->pkt_data_cookie = NULL; in fcip_cache_constructor()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1906 pkt->pkt_data_cookie = NULL; in fp_cache_constructor()