Home
last modified time | relevance | path

Searched refs:hca_conn_send_sgl_sz (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h382 uint_t hca_conn_send_sgl_sz; member
477 uint_t hca_conn_send_sgl_sz; member
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h538 uint_t hca_conn_send_sgl_sz; member
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2945 (x)->hca_conn_send_sgl_sz = (y)->hca_conn_send_sgl_sz; \
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c338 max_sgl = state->hs_ibtfinfo.hca_attr->hca_conn_send_sgl_sz; in hermon_qp_alloc()
H A Dhermon.c2502 hca_attr->hca_conn_send_sgl_sz = (max_send_wqe_bytes / 16) - 1; in hermon_soft_state_init()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2484 state->rc_tx_max_sqseg = hca_attrs.hca_conn_send_sgl_sz; in ibd_record_capab()