Home
last modified time | relevance | path

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

/titanic_41/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.c2274 cookie_cnt = pkt->pkt_resp_cookie_cnt; in emlxs_pkt_to_bpl()
2497 (pkt->pkt_resp_cookie_cnt > 1) || in emlxs_sli3_bde_setup()
2498 ((pkt->pkt_cmd_cookie_cnt + pkt->pkt_resp_cookie_cnt + in emlxs_sli3_bde_setup()
H A Demlxs_sli4.c2443 cookie_cnt = pkt->pkt_resp_cookie_cnt; in emlxs_pkt_to_sgl()
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h169 uint_t pkt_resp_cookie_cnt; member
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2003 pkt->pkt_cmd_cookie_cnt = pkt->pkt_resp_cookie_cnt = in fcsm_cmd_cache_constructor()
2188 callback, NULL, &pkt_cookie, &pkt->pkt_resp_cookie_cnt); in fcsm_alloc_cmd()
2200 if (pkt->pkt_resp_cookie_cnt > in fcsm_alloc_cmd()
2209 ASSERT(pkt->pkt_resp_cookie_cnt != 0); in fcsm_alloc_cmd()
2212 pkt->pkt_resp_cookie_cnt * sizeof (pkt_cookie), in fcsm_alloc_cmd()
2225 for (cnt = 1; cnt < pkt->pkt_resp_cookie_cnt; cnt++, cp++) { in fcsm_alloc_cmd()
2291 kmem_free(pkt->pkt_resp_cookie, pkt->pkt_resp_cookie_cnt * in fcsm_free_cmd_dma()
H A Dfcip.c5881 fc_pkt->pkt_cmd_cookie_cnt = fc_pkt->pkt_resp_cookie_cnt = in fcip_cache_constructor()
6750 &pkt_cookie, &fc_pkt->pkt_resp_cookie_cnt) != in fcip_ipkt_alloc()
6758 if (fc_pkt->pkt_resp_cookie_cnt > in fcip_ipkt_alloc()
6763 ASSERT(fc_pkt->pkt_resp_cookie_cnt != 0); in fcip_ipkt_alloc()
6766 fc_pkt->pkt_resp_cookie_cnt * sizeof (pkt_cookie), in fcip_ipkt_alloc()
6775 for (cnt = 1; cnt < fc_pkt->pkt_resp_cookie_cnt; cnt++, cp++) { in fcip_ipkt_alloc()
6848 kmem_free(fc_pkt->pkt_resp_cookie, fc_pkt->pkt_resp_cookie_cnt * in fcip_ipkt_free()
H A Dfcp.c10716 cb, NULL, &pkt_cookie, &fpkt->pkt_resp_cookie_cnt); in fcp_alloc_cmd_resp()
10729 if (fpkt->pkt_resp_cookie_cnt > in fcp_alloc_cmd_resp()
10741 ASSERT(fpkt->pkt_resp_cookie_cnt != 0); in fcp_alloc_cmd_resp()
10744 fpkt->pkt_resp_cookie_cnt * sizeof (pkt_cookie), in fcp_alloc_cmd_resp()
10761 for (cnt = 1; cnt < fpkt->pkt_resp_cookie_cnt; cnt++, cp++) { in fcp_alloc_cmd_resp()
10800 fpkt->pkt_resp_cookie_cnt * sizeof (ddi_dma_cookie_t)); in fcp_free_cmd_resp()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1013 seg_cnt = (uint16_t)(sp->pkt->pkt_resp_cookie_cnt + 1); in ql_ms_iocb()
1092 seg_cnt = (uint16_t)sp->pkt->pkt_resp_cookie_cnt; in ql_ms_24xx_iocb()
H A Dql_api.c7285 if (pkt->pkt_resp_cookie_cnt > MS_DATA_SEGMENTS) { in ql_fc_services()
7286 cnt = pkt->pkt_resp_cookie_cnt - MS_DATA_SEGMENTS; in ql_fc_services()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1902 pkt->pkt_cmd_cookie_cnt = pkt->pkt_resp_cookie_cnt = in fp_cache_constructor()
2088 &pkt_cookie, &pkt->pkt_resp_cookie_cnt); in fp_alloc_pkt()
2096 if (pkt->pkt_resp_cookie_cnt > in fp_alloc_pkt()
2104 pkt->pkt_resp_cookie_cnt * sizeof (pkt_cookie), in fp_alloc_pkt()
2113 for (cnt = 1; cnt < pkt->pkt_resp_cookie_cnt; cnt++, cp++) { in fp_alloc_pkt()
2140 pkt->pkt_resp_cookie_cnt * sizeof (ddi_dma_cookie_t)); in fp_alloc_pkt()
2186 kmem_free(pkt->pkt_resp_cookie, pkt->pkt_resp_cookie_cnt * in fp_free_pkt()