Searched refs:virt_buffer (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_pf.c | 46 …lm_pf_validate_request_header(struct _lm_device_t *pdev, lm_vf_info_t *vf_info, void * virt_buffer) in lm_pf_validate_request_header() argument 48 struct vf_pf_msg_hdr * req_hdr = (struct vf_pf_msg_hdr *)virt_buffer; in lm_pf_validate_request_header() 86 …standard_request(struct _lm_device_t *pdev, lm_vf_info_t *vf_info, void* virt_buffer, u32_t length) in lm_pf_download_standard_request() argument 91 if(!(pdev && vf_info && virt_buffer)) { in lm_pf_download_standard_request() 92 …, FATAL, "PFVF request with invalid parameters: %p, %p, %p, d\n", pdev,vf_info,virt_buffer,length); in lm_pf_download_standard_request() 105 requst_hdr = lm_pf_validate_request_header(pdev, vf_info, virt_buffer); in lm_pf_download_standard_request() 118 …o->pf_vf_response.request_virt_addr + vf_info->pf_vf_response.request_offset, virt_buffer, length); in lm_pf_download_standard_request() 139 …tandard_response(struct _lm_device_t *pdev, lm_vf_info_t *vf_info, void* virt_buffer, u32_t length) in lm_pf_upload_standard_response() argument 144 if(!(pdev && vf_info && virt_buffer)) { in lm_pf_upload_standard_response() 145 …FATAL, "PFVF rresponse with invalid parameters: %p, %p, %p, d\n", pdev,vf_info,virt_buffer,length); in lm_pf_upload_standard_response() [all …]
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm.h | 475 void *virt_buffer, 480 void *virt_buffer,
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 4470 …tandard_request(struct _lm_device_t *pdev, lm_vf_info_t *vf_info, void* virt_buffer, u32_t length); 4471 …andard_response(struct _lm_device_t *pdev, lm_vf_info_t *vf_info, void* virt_buffer, u32_t length);
|