/illumos-gate/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_ctx.c | 261 size_t rq_size, rsp_size; in nx_fw_cmd_create_rx_ctx() local 269 rq_size = in nx_fw_cmd_create_rx_ctx() 274 if (unm_pci_alloc_consistent(adapter, rq_size, (caddr_t *)&addr, in nx_fw_cmd_create_rx_ctx() 336 rq_size, in nx_fw_cmd_create_rx_ctx() 402 size_t rq_size, rsp_size; in nx_fw_cmd_create_tx_ctx() local 408 rq_size = SIZEOF_HOSTRQ_TX(nx_hostrq_tx_ctx_t); in nx_fw_cmd_create_tx_ctx() 409 if (unm_pci_alloc_consistent(adapter, rq_size, (caddr_t *)&rq_addr, in nx_fw_cmd_create_tx_ctx() 422 (void) memset(rq_addr, 0, rq_size); in nx_fw_cmd_create_tx_ctx() 457 rq_size, in nx_fw_cmd_create_tx_ctx()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_ib.c | 61 static void iser_ib_init_qp(iser_chan_t *chan, uint_t sq_size, uint_t rq_size); 68 ibt_cq_hdl_t rcq_hdl, uint_t sq_size, uint_t rq_size, 471 uint_t sq_size, rq_size; in iser_ib_alloc_rc_channel() local 488 rq_size = min(hca->hca_attr.hca_max_chan_sz, ISER_IB_RECVQ_SIZE); in iser_ib_alloc_rc_channel() 502 if (hca->hca_attr.hca_max_cq_sz >= (rq_size + 1)) { in iser_ib_alloc_rc_channel() 503 chan->ic_recvcq_sz = rq_size + 1; in iser_ib_alloc_rc_channel() 506 rq_size = chan->ic_recvcq_sz - 1; in iser_ib_alloc_rc_channel() 510 iser_ib_init_qp(chan, sq_size, rq_size); in iser_ib_alloc_rc_channel() 541 sq_size, rq_size, hca->hca_pdhdl, &chanargs); in iser_ib_alloc_rc_channel() 1577 ibt_cq_hdl_t rcq_hdl, uint_t sq_size, uint_t rq_size, in iser_ib_setup_chanargs() argument [all …]
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | drctl.c | 381 int count, drctl_resp_t **rbuf, size_t *rsize, size_t *rq_size) in drctl_config_common() argument 424 bufp = pack_message(cmd, flags, count, (void *)res, &size, rq_size); in drctl_config_common() 451 size_t rq_size; in drctl_config_init() local 476 rv = drctl_config_common(cmd, flags, res, count, rbuf, rsize, &rq_size); in drctl_config_init() 483 count, *rbuf, rq_size, *rsize)) != 0) { in drctl_config_init() 527 size_t rq_size; in drctl_config_fini() local 576 flags, res, count, NULL, 0, &rq_size); in drctl_config_fini()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_qp.c | 86 uint32_t sq_size, rq_size; in hermon_qp_alloc() local 465 rq_size = 0; in hermon_qp_alloc() 469 rq_size = rq_depth * rq_wqe_size; in hermon_qp_alloc() 472 qp->qp_wqinfo.qa_size = sq_size + rq_size; in hermon_qp_alloc() 506 sq_buf = (uint32_t *)((uintptr_t)rq_buf + rq_size); in hermon_qp_alloc() 507 qp->qp_sq_baseaddr = rq_size; in hermon_qp_alloc() 786 uint32_t sq_size, rq_size, max_sgl; in hermon_special_qp_alloc() local 1001 rq_size = (1 << log_qp_rq_size) * rq_wqe_size; in hermon_special_qp_alloc() 1003 qp->qp_wqinfo.qa_size = sq_size + rq_size; in hermon_special_qp_alloc() 1027 sq_buf = (uint32_t *)((uintptr_t)rq_buf + rq_size); in hermon_special_qp_alloc() [all …]
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_qp.c | 83 uint32_t sq_size, rq_size; in tavor_qp_alloc() local 370 rq_size = 0; in tavor_qp_alloc() 373 rq_size = (1 << log_qp_rq_size) * rq_wqe_size; in tavor_qp_alloc() 376 qp->qp_wqinfo.qa_size = sq_size + rq_size; in tavor_qp_alloc() 400 sq_buf = (uint32_t *)((uintptr_t)rq_buf + rq_size); in tavor_qp_alloc() 622 uint32_t sq_size, rq_size, max_sgl; in tavor_special_qp_alloc() local 818 rq_size = (1 << log_qp_rq_size) * rq_wqe_size; in tavor_special_qp_alloc() 819 qp->qp_wqinfo.qa_size = sq_size + rq_size; in tavor_special_qp_alloc() 832 sq_buf = (uint32_t *)((uintptr_t)rq_buf + rq_size); in tavor_special_qp_alloc()
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/ |
H A D | iser_ib.h | 106 uint_t rq_size; member
|