Home
last modified time | relevance | path

Searched refs:internal_req (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/
A Dhptiop.c344 hba->u.mvfrey.internal_req.req_virt; in iop_send_sync_request_mvfrey()
349 hba->ops->post_req(hba, &(hba->u.mvfrey.internal_req)); in iop_send_sync_request_mvfrey()
530 hba->u.mvfrey.internal_req.req_virt; in iop_set_config_mvfrey()
1188 if (hba->u.mv.internal_req) in hptiop_internal_memalloc_mv()
1220 hba->u.mvfrey.internal_req.req_virt = p; in hptiop_internal_memalloc_mvfrey()
1222 hba->u.mvfrey.internal_req.scp = NULL; in hptiop_internal_memalloc_mvfrey()
1223 hba->u.mvfrey.internal_req.next = NULL; in hptiop_internal_memalloc_mvfrey()
1253 if (hba->u.mv.internal_req) { in hptiop_internal_memfree_mv()
1263 if (hba->u.mvfrey.internal_req.req_virt) { in hptiop_internal_memfree_mvfrey()
1266 hba->u.mvfrey.internal_req.req_virt, in hptiop_internal_memfree_mvfrey()
[all …]
A Dhptiop.h279 void *internal_req; member
287 struct hptiop_request internal_req; member
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_hwrm.c195 struct input *internal_req = req; in hwrm_req_replace() local
214 memcpy(internal_req, new_req, len); in hwrm_req_replace()
216 internal_req->req_type = ((struct input *)new_req)->req_type; in hwrm_req_replace()
225 req_type = le16_to_cpu(internal_req->req_type); in hwrm_req_replace()

Completed in 9 milliseconds