Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_iavf.c | 3960 uint32_t vc_retval, vc_opcode; local in function:iavf_process_arq 3968 vc_retval = iavf_aq_vc_get_retval(iaq); 3969 if (vc_retval != IAVF_VC_RC_SUCCESS) { 3971 iavf_aq_vc_opcode_str(iaq), vc_retval); 4499 uint32_t vc_retval; local in function:iavf_process_req_queues 4504 vc_retval = iavf_aq_vc_get_retval(iaq); 4505 if (vc_retval != IAVF_VC_RC_SUCCESS) { |