Searched refs:ctxptr (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/sys/dev/liquidio/base/ |
| H A D | lio_ctrl.c | 59 nctrl = (struct lio_ctrl_pkt *)sc->ctxptr; in lio_ctrl_callback() 92 memcpy(sc->ctxptr, nctrl, sizeof(struct lio_ctrl_pkt)); in lio_alloc_ctrl_pkt_sc()
|
| H A D | lio_response_manager.c | 70 ctq->ctxptr = oct; in lio_setup_response_list() 204 struct octeon_device *oct = (struct octeon_device *)ctq->ctxptr; in lio_poll_req_completion()
|
| H A D | lio_device.h | 282 void *ctxptr; member 291 void *ctxptr; member
|
| H A D | lio_iq.h | 254 void *ctxptr; member
|
| H A D | lio_request_manager.c | 172 db_tq->ctxptr = oct; in lio_init_instr_queue() 584 struct octeon_device *oct = db_tq->ctxptr; in lio_check_db_timeout() 819 sc->ctxptr = (uint8_t *)sc + offset; in lio_alloc_soft_command()
|
| H A D | lio_console.c | 520 (struct octeon_device *)console_callout->ctxptr; in lio_check_console() 658 oct->console_timer[console_num].ctxptr = (void *)oct; in lio_add_console()
|
| /freebsd-13.1/sys/dev/liquidio/ |
| H A D | lio_ioctl.c | 316 mtu_sc_ctx = sc->ctxptr; in lio_mtu_ctl_callback() 370 mtu_sc_ctx = sc->ctxptr; in lio_change_mtu()
|
| H A D | lio_main.c | 1257 ctx = (struct lio_if_cfg_context *)sc->ctxptr; in lio_setup_nic_devices() 1564 ctx = (struct lio_if_cfg_context *)sc->ctxptr; in lio_if_cfg_callback() 1846 struct lio *lio = rx_status_tq->ctxptr; in lio_poll_check_rx_oom_status() 1875 rx_status_tq->ctxptr = lio; in lio_setup_rx_oom_poll_fn() 2003 ctx = (struct lio_rx_ctl_context *)sc->ctxptr; in lio_rx_ctl_callback() 2036 ctx = (struct lio_rx_ctl_context *)sc->ctxptr; in lio_send_rx_ctrl_cmd()
|
| H A D | lio_sysctl.c | 1509 ctx = (struct lio_intrmod_context *)sc->ctxptr; in lio_set_intrmod_callback() 1539 ctx = (struct lio_intrmod_context *)sc->ctxptr; in lio_set_intrmod_cfg()
|
| /freebsd-13.1/sys/dev/qat/ |
| H A D | qat_ae.c | 248 uint32_t ctxptr; in qat_ae_ctx_indr_write() local 260 qat_ae_read_4(sc, ae, CSR_CTX_POINTER, &ctxptr); in qat_ae_ctx_indr_write() 267 qat_ae_write_4(sc, ae, CSR_CTX_POINTER, ctxptr); in qat_ae_ctx_indr_write() 275 uint32_t ctxptr; in qat_ae_ctx_indr_read() local 288 qat_ae_read_4(sc, ae, CSR_CTX_POINTER, &ctxptr); in qat_ae_ctx_indr_read() 289 if ((ctxptr & CSR_CTX_POINTER_CONTEXT) != in qat_ae_ctx_indr_read() 296 if ((ctxptr & CSR_CTX_POINTER_CONTEXT) != in qat_ae_ctx_indr_read() 298 qat_ae_write_4(sc, ae, CSR_CTX_POINTER, ctxptr); in qat_ae_ctx_indr_read()
|