Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlxgb/
Dqla_hw.c273 q80_rcv_cntxt_req_t *rx_cntxt_req; in qla_init_cntxt_regions() local
307 hw->rx_cntxt_req = in qla_init_cntxt_regions()
314 (q80_rcv_cntxt_rsp_t *)((uint8_t *)hw->rx_cntxt_req + size); in qla_init_cntxt_regions()
346 rx_cntxt_req = hw->rx_cntxt_req; in qla_init_cntxt_regions()
348 rx_cntxt_req->rx_req.rsp_dma_addr = in qla_init_cntxt_regions()
351 rx_cntxt_req->rx_req.caps[0] = qla_host_to_le32(CNTXT_CAP0_BASEFW | in qla_init_cntxt_regions()
357 rx_cntxt_req->rx_req.intr_mode = in qla_init_cntxt_regions()
360 rx_cntxt_req->rx_req.rds_intr_mode = in qla_init_cntxt_regions()
363 rx_cntxt_req->rx_req.rds_ring_offset = 0; in qla_init_cntxt_regions()
364 rx_cntxt_req->rx_req.sds_ring_offset = qla_host_to_le32( in qla_init_cntxt_regions()
[all …]
Dqla_hw.h792 q80_rcv_cntxt_req_t *rx_cntxt_req; /* Rcv Context Request */ member