HomeSort by: relevance | last modified time | path
    Searched defs:vc_opcode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iavf.c 3960 uint32_t vc_retval, vc_opcode; local in function:iavf_process_arq
3975 vc_opcode = iavf_aq_vc_get_opcode(iaq);
3976 switch (vc_opcode) {
3997 return vc_opcode;
4007 uint32_t vc_opcode; local in function:iavf_arq_poll
4038 vc_opcode = iavf_process_arq(sc, iaq, aqb);
4040 if (vc_opcode == wait_opcode)
4073 uint32_t vc_opcode; local in function:iavf_arq
4105 vc_opcode = iavf_process_arq(sc, iaq, aqb);
4107 switch (vc_opcode) {
    [all...]
if_iavf.c 3960 uint32_t vc_retval, vc_opcode; local in function:iavf_process_arq
3975 vc_opcode = iavf_aq_vc_get_opcode(iaq);
3976 switch (vc_opcode) {
3997 return vc_opcode;
4007 uint32_t vc_opcode; local in function:iavf_arq_poll
4038 vc_opcode = iavf_process_arq(sc, iaq, aqb);
4040 if (vc_opcode == wait_opcode)
4073 uint32_t vc_opcode; local in function:iavf_arq
4105 vc_opcode = iavf_process_arq(sc, iaq, aqb);
4107 switch (vc_opcode) {
    [all...]

Completed in 26 milliseconds