/src/sys/dev/raidframe/ |
rf_sstf.c | 317 RF_DiskQueueData_t *req2; local in function:do_dequeue 325 DO_HEAD_DEQ(req2, queue); 326 RF_ASSERT(req2 == req); 329 DO_TAIL_DEQ(req2, queue); 330 RF_ASSERT(req2 == req);
|
rf_sstf.c | 317 RF_DiskQueueData_t *req2; local in function:do_dequeue 325 DO_HEAD_DEQ(req2, queue); 326 RF_ASSERT(req2 == req); 329 DO_TAIL_DEQ(req2, queue); 330 RF_ASSERT(req2 == req);
|
/src/sys/dev/pci/cxgb/ |
cxgb_offload.c | 279 struct rdma_info *req2 = data; local in function:cxgb_rdma_ctl 281 req2->tpt_base = t3_read_reg(adapter, A_ULPTX_TPT_LLIMIT); 282 req2->tpt_top = t3_read_reg(adapter, A_ULPTX_TPT_ULIMIT); 283 req2->pbl_base = t3_read_reg(adapter, A_ULPTX_PBL_LLIMIT); 284 req2->pbl_top = t3_read_reg(adapter, A_ULPTX_PBL_ULIMIT); 285 req2->rqt_base = t3_read_reg(adapter, A_ULPRX_RQ_LLIMIT); 286 req2->rqt_top = t3_read_reg(adapter, A_ULPRX_RQ_ULIMIT); 290 struct rdma_cq_op *req2 = data; local in function:cxgb_rdma_ctl 294 ret = t3_sge_cqcntxt_op(adapter, req2->id, req2->op 320 struct rdma_cq_setup *req2 = data; local in function:cxgb_rdma_ctl 336 struct rdma_ctrlqp_setup *req2 = data; local in function:cxgb_rdma_ctl [all...] |
cxgb_offload.c | 279 struct rdma_info *req2 = data; local in function:cxgb_rdma_ctl 281 req2->tpt_base = t3_read_reg(adapter, A_ULPTX_TPT_LLIMIT); 282 req2->tpt_top = t3_read_reg(adapter, A_ULPTX_TPT_ULIMIT); 283 req2->pbl_base = t3_read_reg(adapter, A_ULPTX_PBL_LLIMIT); 284 req2->pbl_top = t3_read_reg(adapter, A_ULPTX_PBL_ULIMIT); 285 req2->rqt_base = t3_read_reg(adapter, A_ULPRX_RQ_LLIMIT); 286 req2->rqt_top = t3_read_reg(adapter, A_ULPRX_RQ_ULIMIT); 290 struct rdma_cq_op *req2 = data; local in function:cxgb_rdma_ctl 294 ret = t3_sge_cqcntxt_op(adapter, req2->id, req2->op 320 struct rdma_cq_setup *req2 = data; local in function:cxgb_rdma_ctl 336 struct rdma_ctrlqp_setup *req2 = data; local in function:cxgb_rdma_ctl [all...] |