Home
last modified time | relevance | path

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

/titanic_50/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.c2281 cp = pkt->pkt_data_cookie; in emlxs_pkt_to_bpl()
2310 cp = &pkt->pkt_data_cookie; in emlxs_pkt_to_bpl()
2506 cp_data = pkt->pkt_data_cookie; in emlxs_sli3_bde_setup()
2511 cp_data = &pkt->pkt_data_cookie; in emlxs_sli3_bde_setup()
H A Demlxs_sli4.c2449 cp = pkt->pkt_data_cookie; in emlxs_pkt_to_sgl()
2474 cp = &pkt->pkt_data_cookie; in emlxs_pkt_to_sgl()
2562 cp_data = pkt->pkt_data_cookie; in emlxs_sli4_bde_setup()
2565 cp_data = &pkt->pkt_data_cookie; in emlxs_sli4_bde_setup()
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h167 ddi_dma_cookie_t *pkt_data_cookie; /* data cookie */ member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c508 cp = sp->pkt->pkt_data_cookie; in ql_command_iocb()
740 cp = sp->pkt->pkt_data_cookie; in ql_command_24xx_iocb()
884 cp = sp->pkt->pkt_data_cookie; in ql_cmd_24xx_type_6_iocb()
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5779 fpkt->pkt_data_cookie = (ddi_dma_cookie_t *)((caddr_t)icmd + in fcp_icmd_alloc()
5964 ddi_dma_cookie_t pkt_data_cookie; in fcp_alloc_dma() local
6024 &pkt_data_cookie, &ccount) != DDI_DMA_MAPPED) { in fcp_alloc_dma()
6035 cp = fpkt->pkt_data_cookie; in fcp_alloc_dma()
6036 *cp = pkt_data_cookie; in fcp_alloc_dma()
6041 &pkt_data_cookie); in fcp_alloc_dma()
6042 *cp = pkt_data_cookie; in fcp_alloc_dma()
10504 fpkt->pkt_data_cookie = (ddi_dma_cookie_t *)((caddr_t)cmd + in fcp_kmem_cache_constructor()
14184 fpkt->pkt_data_cookie = cmd->cmd_pkt->pkt_cookies; in fcp_prepare_pkt()
H A Dfcsm.c2006 pkt->pkt_data_cookie = NULL; in fcsm_cmd_cache_constructor()
H A Dfcip.c5884 fc_pkt->pkt_data_cookie = NULL; in fcip_cache_constructor()
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1905 pkt->pkt_data_cookie = NULL; in fp_cache_constructor()