Home
last modified time | relevance | path

Searched refs:pkt_resp_cookie_cnt (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_pkt.c299 &pkt->pkt_resp_cookie_cnt) != DDI_DMA_MAPPED) in emlxs_pkt_alloc()
315 if (pkt->pkt_resp_cookie_cnt != 1) in emlxs_pkt_alloc()
H A Demlxs_sli3.c2279 cookie_cnt = pkt->pkt_resp_cookie_cnt; in emlxs_pkt_to_bpl()
2502 (pkt->pkt_resp_cookie_cnt > 1) || in emlxs_sli3_bde_setup()
2503 ((pkt->pkt_cmd_cookie_cnt + pkt->pkt_resp_cookie_cnt + in emlxs_sli3_bde_setup()
H A Demlxs_sli4.c2801 cookie_cnt = pkt->pkt_resp_cookie_cnt; in emlxs_pkt_to_sgl()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h171 uint_t pkt_resp_cookie_cnt; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2002 pkt->pkt_cmd_cookie_cnt = pkt->pkt_resp_cookie_cnt = in fcsm_cmd_cache_constructor()
2187 callback, NULL, &pkt_cookie, &pkt->pkt_resp_cookie_cnt); in fcsm_alloc_cmd()
2199 if (pkt->pkt_resp_cookie_cnt > in fcsm_alloc_cmd()
2208 ASSERT(pkt->pkt_resp_cookie_cnt != 0); in fcsm_alloc_cmd()
2211 pkt->pkt_resp_cookie_cnt * sizeof (pkt_cookie), in fcsm_alloc_cmd()
2224 for (cnt = 1; cnt < pkt->pkt_resp_cookie_cnt; cnt++, cp++) { in fcsm_alloc_cmd()
2290 kmem_free(pkt->pkt_resp_cookie, pkt->pkt_resp_cookie_cnt * in fcsm_free_cmd_dma()
H A Dfcip.c5701 fc_pkt->pkt_cmd_cookie_cnt = fc_pkt->pkt_resp_cookie_cnt = in fcip_cache_constructor()
6570 &pkt_cookie, &fc_pkt->pkt_resp_cookie_cnt) != in fcip_ipkt_alloc()
6578 if (fc_pkt->pkt_resp_cookie_cnt > in fcip_ipkt_alloc()
6583 ASSERT(fc_pkt->pkt_resp_cookie_cnt != 0); in fcip_ipkt_alloc()
6586 fc_pkt->pkt_resp_cookie_cnt * sizeof (pkt_cookie), in fcip_ipkt_alloc()
6595 for (cnt = 1; cnt < fc_pkt->pkt_resp_cookie_cnt; cnt++, cp++) { in fcip_ipkt_alloc()
6668 kmem_free(fc_pkt->pkt_resp_cookie, fc_pkt->pkt_resp_cookie_cnt * in fcip_ipkt_free()
H A Dfcp.c10705 cb, NULL, &pkt_cookie, &fpkt->pkt_resp_cookie_cnt); in fcp_alloc_cmd_resp()
10718 if (fpkt->pkt_resp_cookie_cnt > in fcp_alloc_cmd_resp()
10730 ASSERT(fpkt->pkt_resp_cookie_cnt != 0); in fcp_alloc_cmd_resp()
10733 fpkt->pkt_resp_cookie_cnt * sizeof (pkt_cookie), in fcp_alloc_cmd_resp()
10750 for (cnt = 1; cnt < fpkt->pkt_resp_cookie_cnt; cnt++, cp++) { in fcp_alloc_cmd_resp()
10789 fpkt->pkt_resp_cookie_cnt * sizeof (ddi_dma_cookie_t)); in fcp_free_cmd_resp()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1111 seg_cnt = (uint16_t)(sp->pkt->pkt_resp_cookie_cnt + 1); in ql_ms_iocb()
1192 seg_cnt = (uint16_t)sp->pkt->pkt_resp_cookie_cnt; in ql_ms_24xx_iocb()
H A Dql_api.c7685 if (pkt->pkt_resp_cookie_cnt > MS_DATA_SEGMENTS) { in ql_fc_services()
7686 cnt = pkt->pkt_resp_cookie_cnt - MS_DATA_SEGMENTS; in ql_fc_services()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1903 pkt->pkt_cmd_cookie_cnt = pkt->pkt_resp_cookie_cnt = in fp_cache_constructor()
2089 &pkt_cookie, &pkt->pkt_resp_cookie_cnt); in fp_alloc_pkt()
2097 if (pkt->pkt_resp_cookie_cnt > in fp_alloc_pkt()
2105 pkt->pkt_resp_cookie_cnt * sizeof (pkt_cookie), in fp_alloc_pkt()
2114 for (cnt = 1; cnt < pkt->pkt_resp_cookie_cnt; cnt++, cp++) { in fp_alloc_pkt()
2141 pkt->pkt_resp_cookie_cnt * sizeof (ddi_dma_cookie_t)); in fp_alloc_pkt()
2187 kmem_free(pkt->pkt_resp_cookie, pkt->pkt_resp_cookie_cnt * in fp_free_pkt()