Searched refs:creq (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_rcfw.c710 rc = rcfw->creq.aeq_handler(rcfw, event, qp);
732 rc = rcfw->creq.aeq_handler(rcfw, event, cq);
741 * is always called with creq hwq lock held. So there is no
818 struct bnxt_qplib_creq_ctx *creq = &rcfw->creq; local
821 struct bnxt_qplib_hwq *creq_hwq = &creq->hwq;
838 if (!CREQ_CMP_VALID(creqe, creq->creq_db.dbinfo.flags))
852 creq->stats.creq_qp_event_processed++;
855 rc = rcfw->creq.aeq_handler(rcfw, creqe, NULL);
860 creq
1041 struct bnxt_qplib_creq_ctx *creq; local
1110 struct bnxt_qplib_creq_ctx *creq; local
1141 struct bnxt_qplib_creq_ctx *creq; local
1166 struct bnxt_qplib_creq_ctx *creq; local
1274 struct bnxt_qplib_creq_ctx *creq; local
1299 struct bnxt_qplib_creq_ctx *creq; local
[all...]
H A Dqplib_rcfw.h276 struct bnxt_qplib_creq_ctx creq; member in struct:bnxt_qplib_rcfw
H A Dmain.c3515 bnxt_re_net_ring_free(rdev, rdev->rcfw.creq.ring_id);
3536 struct bnxt_qplib_creq_ctx *creq; local
3580 creq = &rdev->rcfw.creq;
3581 rattr.dma_arr = creq->hwq.pbl[PBL_LVL_0].pg_map_arr;
3582 rattr.pages = creq->hwq.pbl[creq->hwq.level].pg_count;
3587 rc = bnxt_re_net_ring_alloc(rdev, &rattr, &creq->ring_id);
3589 creq->ring_id = 0xffff;
/freebsd-current/crypto/openssl/demos/certs/apps/
H A Dmkacerts.sh18 -key ckey.pem -out creq.pem -new
20 $OPENSSL x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
/freebsd-current/crypto/openssl/demos/certs/
H A Dmkcerts.sh26 -keyout ckey.pem -out creq.pem -newkey rsa:1024
28 $OPENSSL x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
/freebsd-current/sys/dev/acpica/
H A Dacpi_pci_link.c448 struct link_count_request creq; local
462 creq.in_dpf = DPF_OUTSIDE;
463 creq.count = 0;
465 acpi_count_irq_resources, &creq);
468 creq.in_dpf = DPF_OUTSIDE;
469 creq.count = 0;
471 acpi_count_irq_resources, &creq);
480 sc->pl_num_links = creq.count;
481 if (creq.count == 0) {
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_bsd.c605 struct ieee80211chanreq creq; local
628 os_memset(&creq, 0, sizeof(creq));
629 os_strlcpy(creq.i_name, drv->ifname, sizeof(creq.i_name));
630 creq.i_channel = (u_int16_t)channel;
631 return ioctl(drv->global->sock, SIOCS80211CHANNEL, &creq);
/freebsd-current/contrib/ofed/librdmacm/
H A Drsocket.c1230 struct rs_conn_data *creq, cresp; local
1248 creq = (struct rs_conn_data *)
1250 if (creq->version != 1) {
1262 rs_save_conn_data(new_rs, creq);
1288 struct rs_conn_data *creq, *cresp; local
1346 creq = (void *) &cdata + rs_conn_data_offset(rs);
1347 rs_format_conn_data(rs, creq);
1348 param.private_data = (void *) creq - rs_conn_data_offset(rs);
1349 param.private_data_len = sizeof(*creq) + rs_conn_data_offset(rs);

Completed in 391 milliseconds