Searched defs:cq_hdl (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_adm.c293 eib_adm_comp_intr(ibt_cq_hdl_t cq_hdl, void *arg) argument
298 if (cq_hdl != chan->ch_cq_hdl) {
300 "cq_hdl(0x%llx) != chan->ch_cq_hdl(0x%llx), "
301 "ignoring completion", cq_hdl, chan->ch_cq_hdl);
H A Deib_ctl.c272 eib_ctl_comp_intr(ibt_cq_hdl_t cq_hdl, void *arg) argument
278 if (cq_hdl != chan->ch_cq_hdl) {
280 "cq_hdl(0x%llx) != chan->ch_cq_hdl(0x%llx), "
281 "ignoring completion", cq_hdl, chan->ch_cq_hdl);
H A Deib_data.c1077 eib_data_rx_comp_intr(ibt_cq_hdl_t cq_hdl, void *arg) argument
1083 if (cq_hdl != chan->ch_rcv_cq_hdl) {
1085 "cq_hdl(0x%llx) != chan->ch_cq_hdl(0x%llx), "
1086 "ignoring completion", cq_hdl, chan->ch_cq_hdl);
1096 eib_data_tx_comp_intr(ibt_cq_hdl_t cq_hdl, void *arg) argument
1102 if (cq_hdl != chan->ch_cq_hdl) {
1104 "cq_hdl(0x%llx) != chan->ch_cq_hdl(0x%llx), "
1105 "ignoring completion", cq_hdl, chan->ch_cq_hdl);
H A Denx_hdlrs.c571 eibnx_comp_intr(ibt_cq_hdl_t cq_hdl, void *arg) argument
575 if (info->ti_cq_hdl != cq_hdl) {
577 "cq_hdl(0x%llx) != info->ti_cq_hdl(0x%llx), "
578 "ignoring completion", cq_hdl, info->ti_cq_hdl);
622 ENX_DPRINTF_WARN("ibt_enable_cq_notify(cq_hdl=0x%llx) "
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cq.c44 static int iser_ib_poll_send_completions(ibt_cq_hdl_t cq_hdl,
46 static int iser_ib_poll_recv_completions(ibt_cq_hdl_t cq_hdl,
50 iser_ib_sendcq_handler(ibt_cq_hdl_t cq_hdl, void *arg) argument
62 status = iser_ib_poll_send_completions(cq_hdl, iser_chan);
67 status = ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
78 cq_hdl, iser_chan);
84 iser_ib_poll_send_completions(ibt_cq_hdl_t cq_hdl, iser_chan_t *iser_chan) argument
101 status = ibt_poll_cq(cq_hdl, wc, ISER_IB_SCQ_POLL_MAX, &npoll);
313 iser_ib_recvcq_handler(ibt_cq_hdl_t cq_hdl, void *arg) argument
325 status = iser_ib_poll_recv_completions(cq_hdl, iser_cha
347 iser_ib_poll_recv_completions(ibt_cq_hdl_t cq_hdl, iser_chan_t *iser_chan) argument
[all...]
H A Diser_ib.c65 ibt_cq_hdl_t *cq_hdl);
1550 iser_ib_setup_cq(ibt_hca_hdl_t hca_hdl, uint_t cq_size, ibt_cq_hdl_t *cq_hdl) argument
1561 status = ibt_alloc_cq(hca_hdl, &cq_attr, cq_hdl, NULL);
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c603 srpt_ch_scq_hdlr(ibt_cq_hdl_t cq_hdl, void *arg) argument
620 status = ibt_poll_cq(cq_hdl, &wc[0], SRPT_SEND_WC_POLL_SIZE,
692 srpt_ch_rcq_hdlr(ibt_cq_hdl_t cq_hdl, void *arg) argument
728 status = ibt_poll_cq(cq_hdl, &wc[0], SRPT_RECV_WC_POLL_SIZE,
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c1737 ibt_cq_hdl_t cq_hdl; local
1746 ret = ibt_alloc_cq(hcap->hca_hdl, &cqattr, &cq_hdl, NULL);
1758 chanargs.rc_scq = cq_hdl;
1759 chanargs.rc_rcq = cq_hdl;
1775 (void) ibt_free_cq(cq_hdl);
1785 (void) ibt_free_cq(cq_hdl);
1793 (void) ibt_free_cq(cq_hdl);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c1786 hermon_ci_notify_cq(ibc_hca_hdl_t hca, ibc_cq_hdl_t cq_hdl, argument
1795 cqhdl = (hermon_cqhdl_t)cq_hdl;
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c2560 tavor_ci_notify_cq(ibc_hca_hdl_t hca, ibc_cq_hdl_t cq_hdl, argument
2578 if (cq_hdl == NULL) {
2587 cqhdl = (tavor_cqhdl_t)cq_hdl;
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1679 ibd_rc_poll_rcq(ibd_rc_chan_t *chan, ibt_cq_hdl_t cq_hdl) argument
1689 while (ibt_poll_cq(cq_hdl, wcs, numwcs, &real_numwcs) == IBT_SUCCESS) {
1716 ibd_rc_rcq_handler(ibt_cq_hdl_t cq_hdl, void *arg) argument
2167 ibd_rc_drain_scq(ibd_rc_chan_t *chan, ibt_cq_hdl_t cq_hdl) argument
2181 while (ibt_poll_cq(cq_hdl, wcs, numwcs, &real_numwcs) == IBT_SUCCESS) {
2297 ibd_rc_scq_handler(ibt_cq_hdl_t cq_hdl, void *arg) argument
H A Dibd.c4288 ibd_rcq_handler(ibt_cq_hdl_t cq_hdl, void *arg) argument
4314 ibd_scq_handler(ibt_cq_hdl_t cq_hdl, void *arg) argument
7503 ibd_drain_scq(ibd_state_t *state, ibt_cq_hdl_t cq_hdl) argument
7513 while (ibt_poll_cq(cq_hdl, wcs, numwcs, &num_polled) == IBT_SUCCESS) {
7558 ibd_drain_rcq(ibd_state_t *state, ibt_cq_hdl_t cq_hdl) argument
7568 while (ibt_poll_cq(cq_hdl, wcs, numwcs, &num_polled) == IBT_SUCCESS) {
7620 ibd_poll_scq(ibd_state_t *state, ibt_cq_hdl_t cq_hdl) argument
7650 ibd_drain_scq(state, cq_hdl);
7660 if (ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION) !=
7665 ibd_drain_scq(state, cq_hdl);
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c2665 * store evd ptr with cq_hdl
8360 daplka_ibt_free_cq(daplka_evd_resource_t *evd_rp, ibt_cq_hdl_t cq_hdl) argument
8367 status = ibt_free_cq(cq_hdl);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c1004 rib_clnt_scq_handler(ibt_cq_hdl_t cq_hdl, void *arg) argument
1017 (void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
1022 ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
1097 rib_svc_scq_handler(ibt_cq_hdl_t cq_hdl, void *arg) argument
1110 (void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
1115 ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
1178 rib_clnt_rcq_handler(ibt_cq_hdl_t cq_hdl, void *arg) argument
1189 (void) ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
1194 ibt_status = ibt_poll_cq(cq_hdl, &wc, 1, NULL);
1315 rib_svc_rcq_handler(ibt_cq_hdl_t cq_hdl, voi argument
[all...]

Completed in 153 milliseconds