Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c2396 int max_send_wqe_bytes; in hermon_soft_state_init() local
2499 max_send_wqe_bytes = state->hs_devlim.max_desc_sz_sq; in hermon_soft_state_init()
2501 hca_attr->hca_ud_send_sgl_sz = (max_send_wqe_bytes / 16) - 4; in hermon_soft_state_init()
2502 hca_attr->hca_conn_send_sgl_sz = (max_send_wqe_bytes / 16) - 1; in hermon_soft_state_init()
2504 hca_attr->hca_conn_rdma_write_sgl_sz = (max_send_wqe_bytes / 16) - 2; in hermon_soft_state_init()