Home
last modified time | relevance | path

Searched refs:num_sgl (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c44 static void hermon_srq_sgl_to_logwqesz(hermon_state_t *state, uint_t num_sgl,
964 hermon_srq_sgl_to_logwqesz(hermon_state_t *state, uint_t num_sgl, in hermon_srq_sgl_to_logwqesz() argument
976 max_size = (HERMON_QP_WQE_MLX_SRQ_HDRS + (num_sgl << 4)); in hermon_srq_sgl_to_logwqesz()
H A Dhermon_qp.c52 static void hermon_qp_sgl_to_logwqesz(hermon_state_t *state, uint_t num_sgl,
2817 hermon_qp_sgl_to_logwqesz(hermon_state_t *state, uint_t num_sgl, in hermon_qp_sgl_to_logwqesz() argument
2830 max_size = (HERMON_QP_WQE_MLX_SND_HDRS + (num_sgl << 4)); in hermon_qp_sgl_to_logwqesz()
2850 max_size = (HERMON_QP_WQE_MLX_SND_HDRS + (num_sgl << 4)); in hermon_qp_sgl_to_logwqesz()
2867 max_size = (HERMON_QP_WQE_MLX_RCV_HDRS + (num_sgl << 4)); in hermon_qp_sgl_to_logwqesz()
2887 max_size = (HERMON_QP_WQE_MLX_QP0_HDRS + (num_sgl << 4)); in hermon_qp_sgl_to_logwqesz()
2909 max_size = (HERMON_QP_WQE_MLX_QP1_HDRS + (num_sgl << 4)); in hermon_qp_sgl_to_logwqesz()
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c53 static void tavor_qp_sgl_to_logwqesz(tavor_state_t *state, uint_t num_sgl,
1978 tavor_qp_sgl_to_logwqesz(tavor_state_t *state, uint_t num_sgl, in tavor_qp_sgl_to_logwqesz() argument
1992 max_size = (TAVOR_QP_WQE_MLX_SND_HDRS + (num_sgl << 4)); in tavor_qp_sgl_to_logwqesz()
2009 max_size = (TAVOR_QP_WQE_MLX_RCV_HDRS + (num_sgl << 4)); in tavor_qp_sgl_to_logwqesz()
2029 max_size = (TAVOR_QP_WQE_MLX_QP0_HDRS + (num_sgl << 4)); in tavor_qp_sgl_to_logwqesz()
2051 max_size = (TAVOR_QP_WQE_MLX_QP1_HDRS + (num_sgl << 4)); in tavor_qp_sgl_to_logwqesz()
H A Dtavor_srq.c45 static void tavor_srq_sgl_to_logwqesz(tavor_state_t *state, uint_t num_sgl,
1087 tavor_srq_sgl_to_logwqesz(tavor_state_t *state, uint_t num_sgl, in tavor_srq_sgl_to_logwqesz() argument
1101 max_size = (TAVOR_QP_WQE_MLX_RCV_HDRS + (num_sgl << 4)); in tavor_srq_sgl_to_logwqesz()
/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c882 int num_sgl; in rdsv3_ib_dma_unmap_sg_rdma() local
900 num_sgl = (scat[i].iovec.bytes / PAGESIZE) + 2; in rdsv3_ib_dma_unmap_sg_rdma()
902 (num_sgl * sizeof (ibt_wr_ds_t))); in rdsv3_ib_dma_unmap_sg_rdma()