Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dib.h72 #define DSEG_MAX 2 macro
288 uint64_t sbufaddr[DSEG_MAX]; /* posted send buffers */
H A Drpcib.c1638 qp_attr.rc_sizes.cs_sq_sgl = DSEG_MAX; in rib_svc_create_chan()
1845 qp_attr.rc_sizes.cs_sq_sgl = DSEG_MAX; in rib_conn_to_srv()
2314 ibt_wr_ds_t sgl[DSEG_MAX]; in rib_send_and_wait()
2328 if (nds >= DSEG_MAX) { in rib_send_and_wait()
2482 ibt_wr_ds_t sgl[DSEG_MAX]; in rib_clnt_post()
2493 if (nds >= DSEG_MAX) { in rib_clnt_post()
2566 ibt_wr_ds_t sgl[DSEG_MAX]; in rib_svc_post()
2572 if (nds >= DSEG_MAX) { in rib_svc_post()
2753 ibt_wr_ds_t sgl[DSEG_MAX]; in rib_write()